BuddyBoss Home – Web Support Forums Themes Boss. theme Issues with mobile theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Question

    #58549
    @socialcoc

    When I open my website on cell phone (Android: Sony Xperia ZR) the Home page slides are only half visible. Buttons are cut off so I cant even click on them. I have tried it on Moto X and I have faced the same issue. Can you please fix this? website: wwww.socialcoc.com

    PS: The mobile theme on desktop is working alright.

    Answers

    #58581
    @socialcoc

    And also please tell me how to slow down the slider ‘slide change time’. Its too fast for me.

    And is there a possibility of including more than one button on the slider?


    @vapvarun
    @pallavi

    #58631

    Anonymous
    @

    Hi @socialcoc, Might be you are adding much content in the slider description it has some limitations as it is just a basic slider.

    You can use any standard slider as now our theme’s slider section also provide short-code option.

    Regards

    #58655
    @socialcoc

    @pallavi Can you please tell me how to do that? And any suggestions for slider plugin?

    #58697

    Anonymous
    @

    Hi @socialcoc, You can use Master slider plugin:

    https://wordpress.org/plugins/master-slider/

    See the attached screenshot to get the idea how to add it in-place of default slider

    #58741
    @socialcoc

    @pallavi Yes that plugin is great. But I really like the slider provided by BOSS. I need to put buttons on the slider and your Slider, even though its basic works great! Can’t you please suggest me a solution to get my mobile theme right? Otherwise a slider plugin where I can put buttons.

    Thanks

    #58753

    Anonymous
    @

    Hi @socialcoc, Inorder to get your slider right in mobile theme you can use following css.

    
    @media screen and (max-width:475px){
    .bb-slider-container .slick-list.draggable {
      min-height: 160px;
    }
    .bb-slider-container .slick-list.draggable .slick-track {
      height: 100%;
    }
    .bb-slider-container .slick-list.draggable .slick-slide img {
      height: 100%!important;
    }
    }
    

    Regards

    #58764
    @socialcoc

    Thanks that worked well!!

    #58821

    Anonymous
    @

    Great:)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Issues with mobile theme’ is closed to new replies.