-
1. Re: Navigation menu issues when visitor is on individual Blog or News page
Aggarwal, Gaurav Oct 15, 2014 11:25 PM (in response to Perk_Design)Hi Rob,
Can you please provide me the blog URL or blog post URL so that I can look into this.
Regards,
Gaurav Aggarwal -
2. Re: Navigation menu issues when visitor is on individual Blog or News page
Perk_Design Oct 16, 2014 7:45 AM (in response to Aggarwal, Gaurav)Hi Gaurav,
The menu functions properly from main blog pages likes this http://royaltreatmentflyfishing01.businesscatalyst.com/steelhead-camp
But if you go to individual Blog post or Events like this the drop down functionality is lost
Royal Treatment Fly Fishing's Fourth Anniversary
Thanks,
Rob
-
3. Re: Navigation menu issues when visitor is on individual Blog or News page
Aggarwal, Gaurav Oct 17, 2014 10:30 AM (in response to Perk_Design)Hi Rob,
This occurs because blog posts are stored at a different level (one folder level up) in the site's directory structure. Ifthe link to CSS files or images do not use the site root relative path (meaning that their paths do not start from root level of the site) they will not be displayed.
Here's some examples of links (to a CSS style sheet and an image) that are document relative, rather than site root relative:
stylesheets/content_honey.css
images/bg-menu.jpg
To resolve the broken paths, you simply need to add a forward slash to the beginning of the paths, as shown below:
/stylesheets/content_honey.css
/images/bg-menu.jpg
Regards,
Gaurav Aggarwal

