Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078505
    koraykaan
    Participant

    Hi there,

    I updated X Theme and I am using a Child Theme right now. As I understood Superfly extension is offered for free to X Theme owners but I could not find anyway to install it on my theme?

    Can you please clarify this issue?

    Kind regards

    #1078892
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1079062
    koraykaan
    Participant
    This reply has been marked as private.
    #1079111
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials! To install the Superfly extension please navigate to Dashboard > Addons > Superfly > Install and then go to plugins sections to activate the extension.

    Cheers!

    #1079146
    koraykaan
    Participant

    Thanks a bunch:) It didnot appear before.

    Cheers

    #1079149
    Thai
    Moderator

    If you need anything else please let us know.

    #1079213
    koraykaan
    Participant
    This reply has been marked as private.
    #1079219
    Christopher
    Moderator

    Hi there,

    Superfly is an integrated plugin in X and you don’t need to activate it as long as X is active.
    You can use it without activation.

    Thanks.

    #1079589
    koraykaan
    Participant

    One more question. I want to use the Superfly menu after I complete it. Thus, I want to remove the navbar menu but keep the logo.

    Is it possible?

    Thanks

    #1079963
    Rad
    Moderator

    Hi there,

    Yes possible, with CSS or by a template. For example, you can edit this file,

    \wp-content\themes\x\framework\views\global\_navbar.php

    And remove this

      <div class="x-navbar-wrap">
        <div class="<?php x_navbar_class(); ?>">
          <div class="x-navbar-inner">
            <div class="x-container max width">
              <?php x_get_view( 'global', '_nav', 'primary' ); ?>
            </div>
          </div>
        </div>
      </div>

    or this,

    <?php x_get_view( 'global', '_nav', 'primary' ); ?>

    Cheers!

    #1080158
    koraykaan
    Participant

    I just realized that for my Superfly navbar there’s no search field even if i check it from Superfly settings.
    Thus, I may have to keep the search field on current menu.

    It is getting more complicated every second:D

    #1080511
    Rad
    Moderator

    Hi there,

    Looks like you decided to remove SuperFly? I can’t see it on my end, but just full X’s menu.

    Thanks!

    #1080528
    koraykaan
    Participant

    Nope you got it wrong.

    I want to use Superfly as a navbar on right.
    Though I can’t use the search field(it doesnot appear). If it can’t do so, I will have to use my regular menu.

    Is there any solution? Plus I want to show the social media icons in 2 horizontal rows but it is all vertical.

    #1080532
    koraykaan
    Participant

    OK update time:)

    Navbar in Superfly still does not work but Always Visible option is flexible enough for that.

    Next and hopefully the last question:
    I can’t see Superfly menu on my iphone. Is there any way to display it?
    If not, how can I delete the xnav menu from desktop and keep it on mobile so viewers can reach to the menu?

    Kind regards:)

    #1080865
    Rad
    Moderator

    Hi there,

    It’s working on my first check, then I thought you removed it on the second check. And now it works. You can hide desktop menu without affecting mobile menu by adding this CSS,

    .x-nav-wrap.desktop {
    display: none !important;
    }

    Would you mind providing a video recording of the issue?

    Thanks!

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