PDA

View Full Version : How to show the select category option in simple wide



Pete Young
August 17, 2017, 05:48 AM
I am currently using general simple and looking to switch to general wide, but in the search bar I only have the search option and the option to show or select a category is not there ? what do I need to turn on to get that to show and also can I unlock the scroll lock at the top of the page when the page scrolls up ? now a black section stays stuck in scroll can I opt for it to just scroll up with the rest of the page ?

thanks

Pete Young
August 18, 2017, 12:02 AM
some supporting images if anyone can tell me why the category option is missing ? what do I need to turn on to get it to show ? that would be and if any one knows where to find the code to stop scroll lock that would be great.

http://forum.flynax.com/attachment.php?attachmentid=2498&d=1503014371

http://forum.flynax.com/attachment.php?attachmentid=2499&d=1503014389

http://forum.flynax.com/attachment.php?attachmentid=2500&d=1503014401

Viktor
August 18, 2017, 12:30 PM
Hello Pete,

Stay menu in top:
Open file: ftp://template>>general_wide>>js>>lib.js

find lines:


flynaxTpl.stickMenu('match'); and flynaxTpl.stickMenu('unmatch');

remove or comment it.

I found problem with categories on search form. I don't know why but you forgot to import some hooks for the new version but your version of the product is 4.5.2
I have added only 1 hook and now you can see categories on home page in search form.

Pete Young
August 18, 2017, 01:21 PM
Thanks Viktor