scarney

Hi Sean,

Is there any cache settings on your server side? Our team updated the style but it did reflect on the frontend of your site. Could you check and disable the cache temporarily to solve this issue first and enable it again later?

I am happy to disable to cache since this site is a copy of the real site. However, I just logged in to disable to cache and it does appear that all of the caching is already disabled. That is what I try to do when I create a replica of a site for troubleshooting.

https://dev1.carneycorner.com

System -> Global Configuration -> System Cache is disabled.
Extensions -> Plugins -> System - Page Cache is disabled.
Extensions -> Plugins -> System - Regular Labs - CDN for Joomla! is disabled.

Can you think of any other cache that could be enabled?

Thank you so much, Sean Carney

5 days later

I am wondering if you would be able to identify if there is another software on my site that is creating this problem?

Sorry Sean - trying to organise something for you

5 days later

As far as I know this has not been looked at yet. The menus are still very broken.

Hi Sean - the developer did advise me this was fixed but site appears to be still broken

I will ask

Apologies for the delay

Paul

I remember the message some weeks ago where it was mentioned that a fix was made but that it apparently did not work. I was asked to turn all caching off. I did that. I was also asked to make css changes which I did but that did not work.

I am thinking the fix for this problem should not be an entry in the custom.css file.

The site currently have a very recent replication of my site and as far as I know there are no changes to my side made by anybody at JoomlArt/JoomlaBamboo.

I will not touch this site any more until I hear from one of the engineers there.

Sean

Hi Sean,

I know the developers are working on this as I got a message this morning regarding a solution
I will check where they added it - I can't see any change on your development site

It might be they are going to do a new release to the framework

Cheers
Paul

6 days later

Thank you so much Paul for continuing to follow up on this for me. I am hoping the solution was able to be added to the Framework. I will be so happy to finally fix this and have my site menus working properly again.

Sean

4 days later

I received an email notifying me that this has been fixed on the test site. I just checked and it has been fixed. It looks good. That is GREAT news. Now I am looking forward to getting this fixed on the real site at https://www.drcarney.com

Needless to say I want to get the real site fixed as soon as possible. I really am happy to have my menus working properly again and can't wait to see it on the live site.

Sean

    scarney

    Hi,

    I just wanna update the solution here. I updated 3 files:

    /plugins/system/zenmenu/params/params.xml
    /templates/buildr/zengrid/html/mod_menu/default.php
    /templates/buildr/css/custom.css

    /* Fix Dropdown position with elements going off screen */
    .zen-menu-horizontal li.submenu-left ul {
        left: -100% !important;
    }
    
    .zen-menu-horizontal li.submenu-right ul {
        left: 100% !important;
    }
    align-menu.zip
    2kB

    Your solution is working great. The really good news is that this solution can hopefully help all ZenGrid Framework templates to have improved menus.

      scarney Hi. Do You mean this solved the initial question? Can we close this thread now?

      Yes, the ticket can be closed. We did finally get the issue resolved and I believe it will be a significant improvement to the ZenGrid Framework.

      Sean

      Write a Reply...
      You need to Login to view replies.