Add more columns per row for carousel
-
Please help, I have issues with carousel’s columns display.
Can columns per row for carousel be more than 5?
I think it’s better if you don’t limit this number and let the user decide.For example I am using your carousel as a logo image slider.
So I can actually fit more than 5 logos.Is it possible not to have dynamic id for the carousel?
For example in lae-carousel-5b4d5c6097bcf, 5b4d5c6097bcf is not constant and keeps changing.I’ve been trying to get the 7 columns display.
This is not working
a) $( “.lae-carousel” ).data( “settings” ).display_columns = 7;
Do you have a way to change this column display through jQuery on my WordPress theme?Only changing your codes in addons-for-elementor/includes/widgets/carousel.php works
I change it to 10 for more options later.$this->add_control( 'display_columns', [ 'label' => __('Columns per row', 'livemesh-el-addons'), 'type' => Controls_Manager::NUMBER, 'min' => 1, 'max' => 10, 'step' => 1, 'default' => 3, ] /*'max' => 5,*/ );
Thanks!
- The topic ‘Add more columns per row for carousel’ is closed to new replies.