Tagged: 

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

    #50752
    @kimbo128

    Hi Buddyboss Team,

    please help me to set the slider height to 600px.
    I have found a thread about this on google but your page was 404.

    Answers

    #51143
    @kimbo128

    Buddyboss team, please help me with this. I searched everywhere. Thanks

    #51261
    @vapvarun

    Hi @kimbo128, It is controlled by boss/content-slides.php
    wp_get_attachment_image() which uses predefined slide

    you will need to register new image size and also need to add custom css

    
    .bb-slider-wrapper,
    .bb-slide,
    .bb-slider-container .slide_content,
    .bb-slider-container .slide_content_wrap {
        max-height: 600px !important;
    }
    

    I will suggest developers to add an easy option to control the slider height inside the option panel.
    Regards

    #51306
    @kimbo128

    Thank you @vapvarun !

    How can I register the new image size? I have already tried to set the same CSS as you gave me before but could not figure out what was missing. So basically I am just to stupid to register the new image size..

    <?php
    					if ( $slide_image_id ) {
    						echo wp_get_attachment_image( $slide_image_id, 'buddyboss_slides', '', array( 'class' => 'boss-slide-img' ) );
    					}
    					?>

    This is what I see in the boss/content-slides.php. There is no setting for size?

    #51358
    @vapvarun

    Hi @kimbo128,

    you can register new image size, https://developer.wordpress.org/reference/functions/add_image_size/
    In the above code “buddyboss_slides” it is registered image size of 1040*400

    Regards
    Varun Dubey

    #53041
    @mauricio

    Hi, one question, i bought buddyboss theme a few days ago and i think it is great. The only inconvenient so far is the slider, it doesnt look good on mobiles. Can i have a diferent slideshow for mobile devices only?

    #53146
    @vapvarun

    Hi @mauricio you can use any slider plugin
    Most of users use Revolution slider, Layer slider or HeroSlider
    Regards
    Varun Dubey

    #53236
    @mauricio

    I want to remove the text that says HOME on my homepage, i dont want this text, how to i remove it? Thanks

    #53276

    Anonymous
    @

    Hi @mauricio, In home page, select front page template from right side page attribute.

    Regards
    Pallavi

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Slider size’ is closed to new replies.