Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322065
    BillGee
    Participant

    I got a problem with default x theme slider in firefox. please let me know why it is causing problem

    #1322072
    Thai
    Moderator

    Hi There,

    Would you mind providing us the page URL with sliders so we can take a closer look?

    Thanks.

    #1322077
    BillGee
    Participant
    This reply has been marked as private.
    #1322098
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    .x-flexslider .x-slides .x-slide {
    width: 100% !important;
    }

    Hope it helps 🙂

    #1323029
    BillGee
    Participant

    nope this is not working at all, it makes image so much bigger, it is unable to get on the screen

    #1323031
    BillGee
    Participant

    you can also trying to put it there in browser, or in html in browser

    #1323438
    Christopher
    Moderator

    Hi 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

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1325410
    BillGee
    Participant
    This reply has been marked as private.
    #1325464
    Christopher
    Moderator

    Hi there,

    I can’t find slider code in your home page, seems like you edited file directly, right?

    Thanks.

    #1325794
    BillGee
    Participant

    yup, but please do not say that, this is not my our issue, etc.

    #1326318
    Rad
    Moderator

    Hi 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!

    #1339577
    BillGee
    Participant

    Still same, nothing happens on firefox, same result as old.

    Thank you

    #1339588
    Christopher
    Moderator

    Hi there,

    Please provide us with FTP credentials.

    Thanks.

    #1341113
    BillGee
    Participant
    This reply has been marked as private.
    #1341159
    Rad
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1322065 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>