• Resolved Bam Bam

    (@bam-bam)


    Hi,

    I have just applied the latest update and the menus for the site using Twentyseveteen stopped working altogether, no drop downs and when moused over there appears to be no links in them.

    Deactivating the plugin brings it all back, I must note that I normally have the ticker just above the menu.

    I also deactivated all plugins and reactivated them one by one when checking to see where the problem was.

    Kindest Regards
    Bam Bam

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author CoolHappy

    (@narinder-singh)

    Hi Bam Bam,

    I have tested plugin with Twenty Seventeen Version: 1.6.It is working fine in my end. Here is screenshot.
    https://drive.google.com/a/coolplugins.net/file/d/1sS34ddB1XnyU7AfxwgNzAlP5qq10TZ_5/view?usp=drivesdk

    Please activate plugin so that we can check it and help you out.

    Thanks,

    Thread Starter Bam Bam

    (@bam-bam)

    Hi,

    Just updated to version 1.8.1 and it still breaks the menu functionality, but of course that is not why that version was made.

    For some reason I wasn’t notified of your reply, I have reactivated the plugin for now, but like I said all menu functionality goes while it is.

    Regards
    Bam Bam

    Thread Starter Bam Bam

    (@bam-bam)

    Quick update, I am using these 2 plugins with the menus: jQuery Smooth Scroll & Page scroll to id

    I just tried deactivating them with the Ticker plugin activated and it doesn’t solve the problem.

    However, I noticed that when I refreshed the page and held the mouse pointer over the menu, it would work up until everything has finished loading, so that suggests to me that it is a clash with something else that doesn’t load with the header, but instead loads with the footer, but that’s way out of my league to sort it out.

    I have also just discovered that not only are the menus affected, but also links I have in buttons throughout the site.

    Regards
    Bam Bam

    • This reply was modified 6 years, 2 months ago by Bam Bam.
    Thread Starter Bam Bam

    (@bam-bam)

    Hi,

    Do you have any resolution for this issue, it’s been nearly 2 weeks and no solution so far.

    Bam Bam

    Plugin Author CoolHappy

    (@narinder-singh)

    Hi,

    Did you deactivate the plugin?
    I’m unable to find our plugin demo

    Thread Starter Bam Bam

    (@bam-bam)

    Only yesterday after waiting several weeks, I will reactivate it now

    Thread Starter Bam Bam

    (@bam-bam)

    It’s reactivated

    Plugin Author CoolHappy

    (@narinder-singh)

    I have checked your website and ticker working fine now. Please let me know if you are still facing any problem.

    Thread Starter Bam Bam

    (@bam-bam)

    You’re kidding right, the issue was never whether the Ticker worked or not, the issue is the plugin causes the Twentyseventeen menus and any links on the site to malfunction.

    Plugin Author CoolHappy

    (@narinder-singh)

    No Dear, I’m not kidding.
    Actually, This problem is occurring due to ticker positions. Whenever I have checked it. It does not affect the website menu.

    In order to fix this positioning problem. Please change these styles in our plugin CSS file.
    Just find this file:- cryptocurrency-price-ticker-widget\assets\css\ppcw-styles.css
    And Goto line no # 17 and find this code

    .ccpw-footer-ticker-fixedbar,
    .ccpw-header-ticker-fixedbar{
    	position:fixed;    
    	bottom: 0px!important; 
    	width:100%; 
    	z-index:99999;
    	cursor: pointer;
    }

    Replace it with this code:

    .ccpw-footer-ticker-fixedbar,
    .ccpw-header-ticker-fixedbar{
    	position:fixed;    
    	top: 0px!important; 
    	width:100%; 
    	z-index:99999;
    	cursor: pointer;
    }
    

    It will work fine.

    Thread Starter Bam Bam

    (@bam-bam)

    Thanks, that did the trick

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Twentyseveteen Menus not working after last update’ is closed to new replies.