Tagged: x
-
AuthorPosts
-
November 16, 2016 at 6:38 pm #1260191
StarsocksParticipantHi there!
At the beginning I would like to say that your template is just awesome!
Till now I’ve got only one little problem and it shows up only on some devices.
My menu have some anchors working perfectly on any large screens. But on mobile devices I get strange offset above after using any of them . Same problem you can spy in mobile view at chrome – added as an attachment.How could I fix it? Is it a problem with “small screens” CSS version?
Site URL: http://vr.starsocks.eu/
November 16, 2016 at 10:25 pm #1260511
Rue NelModeratorHello There,
Thanks for writing in! I can confirm that there is a few space with the section scrolling when viewed in smaller screens. TWould you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
β Link to your siteβ¨
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
November 17, 2016 at 3:32 am #1260743
StarsocksParticipantThis reply has been marked as private.November 17, 2016 at 5:16 am #1260839
RadModeratorHi there,
Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery(function($){ $(document).ready ( function() { $('.x-nav-wrap.mobile > .x-nav > li:not(.pll-parent-menu-item) > a').off('touchstart touchend click').click(function(e){ e.preventDefault(); console.log('clicked'); $('html,body').stop().animate({ scrollTop: $('#' + $(this).attr('href').split("#").slice(-1)[0] ).offset().top },700 ,'swing'); }); } ); });Hope it helps.
November 17, 2016 at 6:23 am #1260919
StarsocksParticipantThank you for help π
It works now just perfect on mobile, but… only for the main site.
At the subpage whole menu doesn’t work right now πSubpage adress: http://vr.starsocks.eu/en/our-services/
November 17, 2016 at 11:14 am #1261264
JadeModeratorHi there,
Please create a separate menu for the subpages and assign it in the page settings for the inner pages.
Hope this helps.
November 17, 2016 at 12:58 pm #1261406
StarsocksParticipantHi,
Perhaps, where should I look for such possibility of assignment?
November 17, 2016 at 8:05 pm #1261970
Rue NelModeratorHello There,
Thanks for the updates! Your link will only work for the homepage because it is intended as one page navigation. The proper way of doing the one page navigation is to create two separate menus. One menu should be use as your primary and the second one will be use exclusively for one page navigation menu which can be assign for that home page or any other page alone. To know more about one page navigation, please check this out: https://community.theme.co/kb/how-to-setup-one-page-navigation/, https://community.theme.co/kb/meta-options-pages/
Hope this explains it.
November 18, 2016 at 5:38 pm #1263047
StarsocksParticipantHi,
All clear. Thank you π
This theme with such multiple possibilities od configuration is just amazing.November 18, 2016 at 8:20 pm #1263254
Prasant RaiModeratorGlad to hear that, feel free to get in touch with us regarding any further queries about the X Theme and Cornerstone.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1260191 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
