Tagged: x
-
AuthorPosts
-
July 19, 2016 at 8:41 am #1093476
LelyModeratorHi There,
I found a console error on your site. This might prevent the code from working:
flightcompensationdirect.com/:2454 Uncaught SyntaxError: Invalid or unexpected tokenCheck this custom code on your homepage cornerstone JS:
add_filter(“gform_tabindex_1”,create_function(“”,“return 4;”));That pretty quotes are error in javascript. Please update to this:
add_filter("gform_tabindex_1",create_function("","return 4;"));Hope this helps.
July 20, 2016 at 8:17 am #1095268
isearchlocalParticipantHi Lely,
ive deleted that code completely and still it doesn’t do anything apart from make the mobile version look a little odd.
July 20, 2016 at 12:28 pm #1095621
JadeModeratorHi there,
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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 21, 2016 at 3:46 am #1096694
isearchlocalParticipantThis reply has been marked as private.July 21, 2016 at 5:39 am #1096825
Paul RModeratorHi,
The wordpress admin login provided doesn’t seem to work.
Kindly check again and let us know.
Thanks
July 21, 2016 at 6:59 am #1096904
isearchlocalParticipantThis reply has been marked as private.July 21, 2016 at 3:28 pm #1097597
RadModeratorHi there,
I says invalid key and request a new link. Please provide the password as other staff might need it as well.
Thanks!
July 22, 2016 at 5:28 am #1098437
isearchlocalParticipantThis reply has been marked as private.July 22, 2016 at 5:40 am #1098451
isearchlocalParticipantThis reply has been marked as private.July 22, 2016 at 2:55 pm #1099063
RadModeratorHi there,
Isn’t it how it’s currently setup? Transitioning the visibility once scrolled? Would you mind providing some samples?
Thanks!
July 25, 2016 at 3:53 am #1101544
isearchlocalParticipanthi this is what i need to hide.
the button, then make it slowly transition like the nav bar itselfalso 2 – on an ipad in portrait mode the styling of the button goes all wonky, id like to ensure that on the ipad vertical width the nav bar and its button are hidden. see attached.
July 25, 2016 at 9:03 am #1101870
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
.x-navbar .x-nav li.x-btn.menu-item { opacity:0; } .x-navbar.x-navbar-fixed-top .x-nav li.x-btn.menu-item { opacity: 1; transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; }Hope that helps
July 25, 2016 at 9:50 am #1101937
isearchlocalParticipanthi, please see the attached.
this is what the code i just tried did.July 26, 2016 at 1:30 am #1103004
Paul RModeratorHi,
This is how it works when I added the code in Custom > Edit Global CSS in the customizer.
See Video – http://screencast.com/t/dXrWbECivaeU
Thanks
July 28, 2016 at 3:41 am #1106745
isearchlocalParticipantthank you. yes it works fine on desktop now.
It’s just on a tablet in portrait mode it still is the same as above?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1091487 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
