Forum Replies Created
-
AuthorPosts
-
Hi,
I have two more questions though
First:
The quality of the image in the Easy Slider isn’t as it should be when we select 710x270px even though the image size is 710×270. The quality is fine when the image size is 1030x360px. In fact, when i select 710x270px in the Slideshow Image Size, the actual image size that is rendered is 757x288px. How to i solve this, as i have text on the image and that looks very bad. I have removed the image as of now on the website.Second:
The post slider shortcode shows big buttons for the controls. How do i change it to show smaller control buttons?Kind Regards,
BhavinHi Yigit,
I got it to work, had to change the CSS rules in shortcodes.css
Changed these lines
/* hide controlls on desktop */
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80); }To:
/* hide controlls on desktop */
.av_slideshow.avia-slideshow .avia-slideshow-controls a, .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
.av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
.av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover, .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80);}Hi,
Am using Windows 8 and the same version as yours for Firefox
Regards,
Bhavin -
AuthorPosts