Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
HOW CHANGE SIZE of client slider
nmamagazine
June 2015
in
Theme support
HI,
i NEED TO display thumbnails of client slider more large and display more than 3.
Thanks.
Comments
Albert
June 2015
Hi,
sorry but this is unfortunately not possible.
Thanks for understanding!
rantawi
January 2016
There should be a way to do this. It is very important.
Guide us how to do it via code, please.
rantawi
January 2016
edited May 2020
I managed to do it. And it looks awesome (
http://www.frlogis.com
). Here is how:
1- Change "client-slider" dimensions in "theme-functions.php" file, for me, it was as following:
* Go to "/wp-content/themes/betheme/functions/".
* Edit the file "theme-functions.php".
* Change the code: add_image_size( 'clients-slider',
200
,
200
, false ); // clients
Here my clients' images are 200 by 200.
Save then restart Apache (using "/etc/init.d/apache restart" or "apachectl restart" depending on your system).
2- Add the following to Appearance -> BeTheme Options -> Custom CSS:
.carousel_wrapper { height:
200
px !important; } /* The new height */
.clients, .clients_slider_ul { top: 36px !important; } /* Margin from Top */
.clients_slider, .clients_slider_header { margin-bottom: 0 !important; } /* Remove extra space above the images */
.ul.clients, .client_wrapper:hover { background: #fff !important; } /* Make the hover background white */
Albert
January 2016
Great. We are happy to see that you sorted it yourself!
warkentin_dj
January 2016
So
@rantawi
how did you change it to display more than 3? I saw that on your website you are showing 4.
rantawi
August 2016
I am sorry I didn't see your question! They are 4 by default.
See "
http://themes.muffingroup.com/be/theme/shortcodes/loops/#clientsslider
".
maerciless
April 2020
Hello, i tried this in my website but it doesn't work i don't know why, can you help me ? (
http://www.brickncheese.ca
)
rantawi
April 2020
Hi.. make sure you restart Apache and clear files cache.
eworldlinx
July 2020
so did you use a child theme or do betheme updates require editing the "theme-functions.php" file?
rantawi
July 2020
The last time I tried, it didn't work.. so I used another plug-in "Logo Carousel by ShapedPlugin" which was compatible with BeTheme.
Sign In
or
Register
to comment.
Comments
sorry but this is unfortunately not possible.
Thanks for understanding!