Tagged: x
-
AuthorPosts
-
October 11, 2016 at 8:54 pm #1212381
BlueGraphicsParticipantHello,
I could use some help figuring out how to center the menu on the navbar and not using a logo.
g1.bghawaii.comthaks
October 12, 2016 at 2:55 am #1212605
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.masthead-inline .desktop .x-nav { margin: 0 auto; width: 610px; float: none; }Hope it helps, Cheers!
October 12, 2016 at 3:32 pm #1213545
BlueGraphicsParticipantSure does.
Thank you!October 12, 2016 at 6:42 pm #1213736
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
October 18, 2016 at 4:03 am #1220522
BlueGraphicsParticipanti am still having a problem with this site.
http://www.cucli-thefilm.com is pointing to g1.bghawaii.com
which is aone page site created in cornerstone.
For some reason the responsiveness is not working on mobile.
Any ideas or suggestionsOctober 18, 2016 at 4:17 am #1220540
LelyModeratorHi There,
This is because of iframe forwarding.iFrames aren’t responsive, so whatever you put inside iFrame won’t work properly in mobile devices. Please check in with your hosting provider regarding proper domain forwarding. This link might help:http://webmasters.stackexchange.com/questions/88813/is-it-possible-to-use-domain-forwarding-with-masking-without-the-use-of-iframe
Hope this helps.
October 18, 2016 at 4:25 am #1220545
BlueGraphicsParticipantthank you Lely for your fast answer.
I will try and ocntact my host provider again and see if we can fix this on the way explaind in your link provided.Since i have your attention, may I ask you, in this other http://www.cucli-film.com I am not experiencing this problem, but the url is coming out or showing as g1.bghawaii.com
How could I change that so that i reads/shows just the url http://www.cucli-film.com?October 18, 2016 at 5:16 am #1220593
LelyModeratorHi There,
You’re welcome!
I am a confuse on your question because you have provided the same URL. What happened is on this url http://www.cucli-film.com/ it loads the content of g1.bghawaii.com using an iframe which is not responsive.
October 18, 2016 at 10:01 pm #1221746
BlueGraphicsParticipantthank you for your answer Lely.
I have solved this issue. pfeuuu!One question comes up now that the responsiveness is functional again,
any way to keep the mobile menu fixed top?October 19, 2016 at 2:30 am #1221937
ChristopherModeratorHi there,
Upon checking your site, mobile navigation is fixed top, please see the attachment.
Please clarify what you’re trying to achieve.Thanks.
October 19, 2016 at 2:04 pm #1222729
BlueGraphicsParticipanthi.
yes, i found a post on the forum with a custom css code and went ahead and applyed it.
The client did not like it as when unfolded, it remained unfolded and covered the whole screen, so i had to turned it off.Is there a way where the top nav fixed top on mobile closes after click?
October 19, 2016 at 3:50 pm #1222844
Nabeel AModeratorHey again,
Thanks for writing in! To fix your issue, please add the following jQuery script via Appearance > Customize > Custom > Javascript
jQuery(document).ready(function($){ $('.menu-item a').click(function(){ $('.x-nav-wrap.mobile').removeClass('in'); }); });Don’t forget to clear your browser’s cache after adding the code.
Let us know how this goes!
October 19, 2016 at 4:10 pm #1222869
BlueGraphicsParticipantthank you ofr that.
I am not sure it is working on my mobile phoneOctober 19, 2016 at 6:41 pm #1223008
JadeModeratorHi there,
Please try this code:
jQuery(function($){ $('.mobile .x-nav a').on('touchend click', function(){ $('.x-btn-navbar').click(); }); });Hope this helps.
October 19, 2016 at 7:56 pm #1223148
BlueGraphicsParticipantThank you Jade. It does.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1212381 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
