Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #111600

    fenixweben
    Participant

    Hi, what do you suggest when working with an staging site? I always work on an exact copy of the site that isn’t public to test and see changes and most important to make sure production site is always up and running. I ask this after watching the video about licenses and updates for X. For example on this site I’m working I can’t see the Add Ons and updates options. It’s version 2.3.0. It’s looking right now like I’ll have to perform a manual update and make sure nothing breaks. I’m using a child-theme so it should not be a problem.

    Thanks,

    Fenix

    #111688

    Rad
    Moderator

    Hi Fenix,

    You can always work on staging site. Just make sure that you will migrate the same copy to your live server. With X 2.5.1, you can validate your product to get automatic update. Just re-validate it again when you moved it.

    Or, you can always do manual update by downloading copies from your themeforest account.

    Cheers!

    #111738

    fenixweben
    Participant
    This reply has been marked as private.
    #111761

    fenixweben
    Participant

    One thing I found about my mobile version compare to the theme.co/x/ demo mobile menu is that mine adds a class “x-nav-scrollspy” while the demo does not. Food for thought.

    Thanks for your help again.

    Fenix

    #111797

    Rad
    Moderator

    Hi Fenix,

    Add this css at your customizer’s custom css under Admin > Appearance.

    @media (max-width: 979px){
    
    .x-nav-collapse.collapse {
    display: block;
    height: 0;
    }
    .x-nav-collapse.collapse.in {
    height: auto;
    }
    
    }

    Cheers!

    #111800

    fenixweben
    Participant

    Okay, I also found that my mobile menu only works if “enable top bar” is selected. As a quick fix I activated it and then with hid it with CSS.

    #111801

    fenixweben
    Participant

    Disregard my last message then. Thanks for the code! I’ll try it.

    #111850

    Rad
    Moderator

    Cool! You’re welcome fenix!

    #128368

    dma17
    Participant
    This reply has been marked as private.
    #128455

    Zeshan
    Member

    Hi Deborah,

    Thank you for writing in!

    Upon checking under under Custom > JavaScript in the Customizer, there isn’t any code (see: http://prntscr.com/4xys4p). Please try adding the code again and click on Save & Publish.

    Let us know how it goes!

    Thanks.

    #333709

    c1s
    Participant

    Hi!

    I took the code from #65132 of this thread for jumping to a specific tabbed content section and it works perfectly fine on the PC in full screen and also in mobile view.
    On the iPhone, however, the link jumps to the page but not the specific tab section.
    How could this be optimized?

    Thanks a lot.

    #333735

    Christopher
    Moderator

    Hi there,

    Please provide us with exact URL of page where you have this accordion.

    Thanks.

    #333769

    c1s
    Participant
    This reply has been marked as private.
    #333774

    Rue Nel
    Moderator

    Hello There,

    Thanks for providing us the links and access to your site. Please try to correct first the javascript error present in your page. You can see it here: http://prntscr.com/7u51z6

    Please try to replace your javascript code with this one instead:

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-64835903-1', 'auto');
      ga('send', 'pageview');
      ga('set', '&uid', {{USER_ID}}); // Legen Sie die Nutzer-ID mithilfe des Parameters "user_id" des angemeldeten Nutzers fest.
    </script>

    Please make sure that you have the correct quotes. If you missed a single one, it will throw an error and will cause more issues in your site.

    Hope this helps. Please let us know.

    #333796

    c1s
    Participant

    I didn’t know there was an issue with my Google Analytics script. I’ve replaced it now and as far as I am able reproduce it, Chrome doesn’t show the error displayed in your screenshot. This probably prevented some further issues, so thanks very much!

    Unfortunately, the linking to tab-5 on the iPhone still does not work, is there another way of solving this?