We are here to help you for any kind of technical queries.
We are here to help you for any kind of technical queries. |
Hi bsetec thanks a lot for creating this theme and making it available for free. anyways the templates works quite nice for a theme so advanced but i have a small issue with widths the theme always seems to use the same widths regardless of settings in the back with the pages builder. i assume this works as intended because it's responsive? thank you. |
i believe it has something to do with javascript of flexnav. more in particular the resizer function.
resizer = function() { if ($(window).width() <= breakpoint){ $nav.removeClass("lg-screen").addClass("sm-screen"); $nav.css({ "maxHeight": 0 }).find(".item-with-ul ul").css({ "maxHeight": 0 }); $('.one-page li a').on('click', function() { return $nav.removeClass('show'); }); return $('.item-with-ul').off(); } else { $nav.removeClass("sm-screen").addClass("lg-screen"); $nav.removeClass('show'); $nav.css({ "maxHeight": settings.itemHeight }).find(".item-with-ul ul").css({ "maxHeight": 0 }); return $('.item-with-ul').on({ mouseenter: function() { return $(this).find('>ul').addClass('show'); }, mouseleave: function() { return $(this).find('>ul').removeClass('show'); } }); } };
|
Just had a concern about certain pages on the template when viewed in a mobile device (in my case an Iphone). Pages such as adding events, ads or even the registration page are cut off for some reason when viewed in a mobile device. For example the registration page is almost impossible to use because all the fields are cut off, making the user experience not so good from the get go. I haven't checked every single page in the template but it almost seems that any page which includes fields or tinymce description boxes seem to have this issue. Hopefully a solution is in the works to make this beautiful template perfect? Brilliant work on all your templates by the way! Look forward to seeing more of your work |
Hello, really like this template and thank you to give it for free. I have a small problem with the forum: I get: [L[RECENT TOPICS]] [L[NEW TOPIC]] [L[RSS FEED]], ETC... ANYBODY HAVING THE SAME ISSUE, OR A SOLUTION ? THANKS |
Hello, really like this template and thank you to give it for free. I have a small problem with the forum: I get: [L[RECENT TOPICS]] [L[NEW TOPIC]] [L[RSS FEED]], ETC... ANYBODY HAVING THE SAME ISSUE, OR A SOLUTION ? THANKS Sorry :-( THIS WAS MY OWN MYSTAKE, MY LANG FILE WAS NOT CORRECT AND THERE IS NOTHING WRONG WITH THE TEMPLATE. |
Hello, is there a way to put the "promo /splash" at his original place under the top menu (as for now it is over) ? Thanks |
Question: The template installed correct however all of the right column blocks are going under main content on desktop. Is there a setting that needs to be tweaked in the template to have it render like the demo? I didn't see anything in the documentation pdf. Cache was cleared after swapping templates. Here's a screenshot of what the right blocks are doing. Thank you for the free template. |
Please help! I adjusted the column widths in page builder and now they're stuck at the wrong width. Also the menu changes to being fully expanded in middle-size range. How do I make it pulldown style? http://kreggqua.zarconia.net/ |
I love the theme and you ahve done great work, but I am having a problem with finding the CSS where I can adjust the size of the logo. I would like to increase the height of the top row, and also keep the template from auto-resizing the logo to a much smaller size. When I upload the logo, I make sure I have unchecked the box for Enable Resize Even Monkeys and Retards get it right with repitition! - Author Unknown |
Using iphone 5 the template is not responsive...? Have installed on my dev site and also checked your demo link. Same result.
Works as responsive when re-sizing desktop but not when viewed native on iphone 5 |
To resolve iphone5 responsive view , Goto here -> /templates/tmpl_hopelife/_header.html and add this in header tag <meta name="viewport" content="width=device-width" /> refer this screenshot http://prntscr.com/6zfi4z |
How do the change the font the complete template so Source Sans Pro?
Thanks for the help... |