How to customize Gallery Widget to make it look like a logo slider
-
Hi,
We’re trying to figure out how to make the Gallery widget look as close as possibile to a logo slider like the on you can see on this page: http://forumeccatronica.it/1/meccatronica
In our case the slider can link to a single page (regardless of where you click).
Our theme is https://wordpress.com/themes/fortune/
Our site: e2forum.it
Thanks to WP support we addes this piece of custom CSS:
#widget-gallery-2-slideshow { background-color: white; border: none; }
.slideshow-controls { display: none; }Can someone help us?
Regards
Giulio
The blog I need help with is: (visible only to logged in users)
-
The gallery slider widget software sets a lot of the parameters for the slideshow and slides directly in the HTML, so some things re very hard to override. While I can get all the images to appear at once, they appear stacked on top of one another since the positioning of the images is calculated and set by the gallery widget software and inserted directly into the HTML. Since there aren’t unique CSS classes or ids assigned to the individual slides, there is no way to position them individually to make them into a line of images.
- The topic ‘How to customize Gallery Widget to make it look like a logo slider’ is closed to new replies.