Please help. I have installed the premium quick-start package of the template. I have been customizing and everything looks great but the sub navigation won't work beyond one down. If you see http://nicolebarron.com/new/index.php/about you will see that the subnav only works for bio but not for the 2 under (can't click on it). If you click on the booking link, you'll see that it does work because there is nothing in the position 6 module position. I can't seem to find the css for that position anywhere. Please point me in the right direction for where the css styling would be for those custom html with the Suffix of purple.
AS Templates
POSTED: 2015-05-16
Hello ABARRON,
It seems you have some jQuery conflict between the menu and published extensions on this page, try to disable one-by-one latest published extensions on this page in case to find the problematic one.
Regards, AS Team.
abarron
POSTED: 2015-05-16
I will try that. I didn't think of jQuery as the problem but can you also tell me where the css styling for those Position6 modules (purple, green, etc.) It doesn't seem to be in the tmpl.default.css file.
abarron
POSTED: 2015-05-16
It didn't have anything to do with the jQuery. I found the styling and fixed it:
In the tmpl.default.css file, I found the styling for that header:
.header
Changed:
padding: 250px 0 100px;
to:
margin: 150px 0 50px; (could leave the same px as above)
And that stopped that layer from blocking the navigation from working.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
It seems you have some jQuery conflict between the menu and published extensions on this page, try to disable one-by-one latest published extensions on this page in case to find the problematic one.
Regards, AS Team.
In the tmpl.default.css file, I found the styling for that header:
.header
Changed:
padding: 250px 0 100px;
to:
margin: 150px 0 50px; (could leave the same px as above)
And that stopped that layer from blocking the navigation from working.