BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Slider size
Tagged: slider
- This topic has 8 replies, 4 contibutors, and was last updated 8 years, 11 months ago by Anonymous.
Question
November 5, 2015 at 12:23 pm #50752@kimbo128Hi 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
November 9, 2015 at 2:27 pm #51143@kimbo128Buddyboss team, please help me with this. I searched everywhere. Thanks
November 10, 2015 at 1:55 pm #51261@
AnonymousHi @kimbo128, It is controlled by boss/content-slides.php
wp_get_attachment_image() which uses predefined slideyou 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.
RegardsNovember 11, 2015 at 1:59 am #51306@kimbo128Thank 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?
November 11, 2015 at 1:31 pm #51358@
AnonymousHi @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*400Regards
Varun DubeyNovember 29, 2015 at 12:30 am #53041@mauricioHi, 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?
November 30, 2015 at 4:57 am #53146@
AnonymousHi @mauricio you can use any slider plugin
Most of users use Revolution slider, Layer slider or HeroSlider
Regards
Varun DubeyNovember 30, 2015 at 9:48 pm #53236@mauricioI want to remove the text that says HOME on my homepage, i dont want this text, how to i remove it? Thanks
December 1, 2015 at 6:15 am #53276@
AnonymousHi @mauricio, In home page, select front page template from right side page attribute.
Regards
Pallavi
- The question ‘Slider size’ is closed to new replies.