www.accessagility.com
Using the Gantry framework with the Xmenia template and Fusion menu.
Seems that over time (maybe a few weeks) I have to clear the cache because certain pages on the site will have broken naviation.
Specifically, "Services" and "Contact Us" pages will have the logo occupy the entire top navigation, pushing or hiding the navigation buttons.
I am not sure whether this is a Gantry problem (this is how the navigation is built), a Joomla cacheing problem, or possibly a CDN problem. Right now the work-around is to clear the cache more often, but I just want to understand WHY this is happening and if I can prevent it.
hard to say... post a link when it's broken and we'll see if we can see where the busted styling file resides...
Never ever use Joomla Progressive Caching... Conservative Caching is mostly fine...
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
I have had Conservative Chaching on because the Progressive never worked. For now I have turned off the cache all together, so I cannot post the link to the broken html.
Here is the unbroken code (how it's supposed to render):
It removes the fusion menu ( <div class="rt-grid-8 rt-omega"> ) completely and changes the first div from "rt-grid-4 rt-alpha" to "rt-grid-12 rt-alpha rt-omega".
Only happens on certain pages, this time it was teh "Government" page. We also have a CDN feature on that may be coming into play?
If you need more information I can turn on cacheing again, wait until it happens, and post the link as you said to do before.
Generally speaking Gantry doesn't like to be cached on CDNs... it dynamically builds a lot of content and when the caching is on a different server weird issues like this can occur... if you can set /component/com_gantry and /libraries/gantry to not be cached on your CDN it would be advised...
Do you have RokBooster enabled?
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
if no joy there, try also having your CDN ignore /modules/mod_roknavmenu
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT