Tagged: x
-
AuthorPosts
-
January 9, 2017 at 4:14 am #1322065
BillGeeParticipantI got a problem with default x theme slider in firefox. please let me know why it is causing problem
January 9, 2017 at 4:20 am #1322072
ThaiModeratorHi There,
Would you mind providing us the page URL with sliders so we can take a closer look?
Thanks.
January 9, 2017 at 4:22 am #1322077
BillGeeParticipantThis reply has been marked as private.January 9, 2017 at 4:37 am #1322098
ThaiModeratorHi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.x-flexslider .x-slides .x-slide { width: 100% !important; }Hope it helps 🙂
January 9, 2017 at 4:15 pm #1323029
BillGeeParticipantnope this is not working at all, it makes image so much bigger, it is unable to get on the screen
January 9, 2017 at 4:16 pm #1323031
BillGeeParticipantyou can also trying to put it there in browser, or in html in browser
January 9, 2017 at 11:27 pm #1323438
ChristopherModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 11, 2017 at 6:38 am #1325410
BillGeeParticipantThis reply has been marked as private.January 11, 2017 at 7:03 am #1325464
ChristopherModeratorHi there,
I can’t find slider code in your home page, seems like you edited file directly, right?
Thanks.
January 11, 2017 at 10:58 am #1325794
BillGeeParticipantyup, but please do not say that, this is not my our issue, etc.
January 11, 2017 at 6:06 pm #1326318
RadModeratorHi there,
It’s because of this
#home-page-slider { margin-top: -111px; }As much as possible, never position an element using negative margin especially if the relative element has float styling. The layout will break.
Instead, please add this.
.home .masthead { height: 0px; }Cheers!
January 21, 2017 at 6:23 am #1339577
BillGeeParticipantStill same, nothing happens on firefox, same result as old.
Thank you
January 21, 2017 at 6:47 am #1339588
ChristopherModeratorHi there,
Please provide us with FTP credentials.
Thanks.
January 23, 2017 at 12:57 am #1341113
BillGeeParticipantThis reply has been marked as private.January 23, 2017 at 2:13 am #1341159
RadModeratorHi there,
Looks like it’s failing to trigger the re-render on firefox. In that case, please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery ( function($) { function re_render() { setTimeout( function() { $(window).scroll().resize(); }, 300 ); } $(document).ready( re_render ); $(window).load( re_render ); } );Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322065 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
