-
AuthorPosts
-
September 24, 2014 at 12:27 pm #111600
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
September 24, 2014 at 2:46 pm #111688Hi 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!
September 24, 2014 at 3:58 pm #111738This reply has been marked as private.September 24, 2014 at 4:37 pm #111761One 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
September 24, 2014 at 5:05 pm #111797Hi 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!
September 24, 2014 at 5:12 pm #111800Okay, 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.
September 24, 2014 at 5:12 pm #111801Disregard my last message then. Thanks for the code! I’ll try it.
September 24, 2014 at 6:14 pm #111850Cool! You’re welcome fenix!
October 20, 2014 at 5:01 am #128368This reply has been marked as private.October 20, 2014 at 7:39 am #128455Hi 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.
July 18, 2015 at 7:15 am #333709Hi!
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.
July 18, 2015 at 8:05 am #333735Hi there,
Please provide us with exact URL of page where you have this accordion.
Thanks.
July 18, 2015 at 9:30 am #333769This reply has been marked as private.July 18, 2015 at 9:41 am #333774Hello 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.
July 18, 2015 at 10:11 am #333796I 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?
-
AuthorPosts