Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi! I can’t see the padding on your menuitems; as I see the google font incalling is missing one ) sign in it’s code, and I think that is causing the problem, that the padding value might be skipped, and isn’t getting into the css file. You should go to the Theme: Default – Configure, and change the fonts everywhere, where it should be, that currently I can see this:
    google(@import url(https://fonts.googleapis.com/css?family=PT+Sans;),Arial
    but it should be:
    google(@import url(https://fonts.googleapis.com/css?family=PT+Sans);),Arial
    so with one more ) before the ; sign.

    (If you change it in one place, you can use the font export/import to apply it to the other fonts.)

    Thread Starter shawn00m

    (@shawn00m)

    That did the trick. Syntax, syntax, syntax. It’ll kill you every time!

    Thank you!
    -Shawn

    hi! thanks for this awesome plugin! I really like it.
    I have this issue that the menu is always open. I used it in other site but worked without problems. I checked what you said about the fonts, about any errors in the code, but still the menu is open.
    the site on progress is: https://www.constelacionrincon.com.ar
    I apreciate your help ??
    thank you!!

    Plugin Author Gabor

    (@nextendweb_gabor)

    Hi @tama-iris !

    You have a javascript error in your website, I will soon put it into our documentation, but currently you can read about it in here, at our other plugin’s documentation: https://doc.smartslider3.com/article/1161-updating-to-wordpress-4-5-made-slider-disappear

    You should open up this file:
    https://constelacionrincon.com.ar/wp-content/themes/wpex-pronto/js/global.js

    Look for this code:
    $( 'a[href=#top]' ).on('click', function() {

    And change it to:
    $( 'a[href="#top"]' ).on('click', function() {

    I think only this will be the problem.

    Thank you @nextendweb_gabor! Now it works ??
    Another question is where can I edit the css? I want to make some changes that aren′t in the plugin customizer.

    Plugin Author Ramona

    (@nextend_ramona)

    Hi @tama-iris
    The menu themes are using less files, which can be found here: wp-content\plugins\nextend-accordion-menu\themes\default\default\style.less
    Which will be applied to every menu.

    But I would suggest to put the custom CSS codes which you would like to use into your theme’s css file instead especially if you don’t want to apply the changes to every menu you have.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Expansion doesn't work’ is closed to new replies.