Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143437
    Thomas
    Participant

    Still nothing my end, unfortunately.

    #1144088
    Friech
    Moderator

    Hi Thomas,

    Please clear any caching feature (plugins or internal) your site might have.

    Thanks.

    #1144333
    Thomas
    Participant

    Hi Friech,

    I had W3 Total Cache installed, which has now been deactivated and deleted. I also removed and reinstalled the SuperFly menu plugin, but still no success. What next?

    Cheers.

    #1145404
    Rad
    Moderator

    Hi there,

    It seems like the save button is a dead button, it should at least redirect or send requests to the server but it does nothing. And that’s really weird since I can’t reproduce it on any version of my SuperFly.

    I installed the lower version ( 4.1.2 ) to your site and it works.

    Could you try that on your end?

    Thanks!

    #1146245
    Thomas
    Participant

    Thanks, Rad. That worked a charm. Two things:

    1) Later down the line, will plugin updates cause the same issue or will I need to stick with the older version?

    2) CSS related — I’ve set the superfly menu to appear on specific pages, such as http://designs.pitchbite.co/webdesign/, you can see that there are now two logos (one heading the SuperFly Menu, and the other in the main navigation menu header). For specific pages, that include the superfly menu, how do I hide the logo in the main header, so that the menu items space themselves equally across the top of the page. In other words, I only want the logo to appear in the superfly menu header for those respective pages and the main head menu to be spread out equally, without an additional logo.

    Thank you very much for helping to resolve the issue.

    #1146308
    Rad
    Moderator

    Hi there,

    1. It may, there is no guarantee that all updates will work and it depends on existing setup. I don’t have any issue with the updates and I’m not sure yet why it isn’t working on your site. The best workaround and clone your site and test all updates there before going live.

    2. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .superfly-on .x-brand {
    display: none;
    }

    Hope these helps.

    #1146312
    Thomas
    Participant

    Thanks again, Rad. Logo removed. But is there a way to get the menu items to spread out equally, filling the void of where the header menu logo once was?

    #1146385
    andreulloveras
    Participant

    Hi,

    i have the same issue.

    How did you solve it?

    #1146795
    andreulloveras
    Participant

    Hi,

    i spend so much time looking at the two opened threads in this forum, and looking to this thread searching for some solutions but then i realized that this is not really a technical problem. I spend so much time clicking save changes and nothing happend until i went to !ACTIVATE tab and saw that entering an E-mail is Necessary by a *.. so, i entered my e-mail and… TACHAN!

    Everything goes well now. It works like a charm!

    Sometimes the most absurd answer is the right answer.

    I’m glad if I can help!

    #1147081
    Rad
    Moderator

    Thanks for sharing Andre!

    @Thomas, You can add this CSS too,

    .masthead-inline .desktop .x-nav {
        float: none;
    }

    But it doesn’t mean it will go center. Menu as no defined width since items may change, and those items that have width are the only one that can be centered, or if it’s purely text.

    Thanks!

    #1147106
    Thomas
    Participant

    Hi Rad,

    That’s a pity. So there’s no way to center the main menu on the respective pages with the SuperFly side-bar? I tried to add the CSS above but it didn’t quite have the desired effect.

    If there’s no solution to center the main menu, how do I make the main navigation a permanent mobile navigation menu on specific pages, regardless of page/screen width?

    Cheers!

    #1147483
    Rad
    Moderator

    Hi there,

    There is a way, it’s to change menu items to inline (display:inline) and remove float styling. Then use text-align to center it. The problem is, inline elements doesn’t accept margin or padding, hence, there will be more issues just for the sake of centering it.

    But yes, turning it into mobile menu is a good idea.

    .superfly-on .x-nav-wrap.desktop {
    display: none;
    }
    .superfly-on .x-btn-navbar {
        display: block;
        float: right;
    }
    .superfly-on  .x-nav-wrap.mobile.collapsing, .superfly-on  .x-nav-wrap.mobile.in {
        display: block;
    }
    

    Hope this helps.

    #1147952
    Thomas
    Participant

    Rad and Team – thank you for all your help. You’ve been superb. I’m a very happy customer.

    Long live “X”…

    #1147987
    Friech
    Moderator

    Thanks, your satisfaction is a great compliment for us.

    Cheers!

    #1288508
    Cizzurp215
    Participant

    mine won’t save either. Any word on what was the issue? solution that actually worked?

  • <script> jQuery(function($){ $("#no-reply-1141624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>