Tagged: slider
- This topic has 8 replies, 2 voices, and was last updated 8 years, 9 months ago by Mahesh.
-
AuthorPosts
-
February 18, 2016 at 12:06 pm #85703spartaMember
hello, i have problems with slideshow. No matter it is demo featured slider, or my featured image slider, the picture size is showing this : https://drive.google.com/file/d/0B06B6OPC0rBSN2JQMWI3XzhSV1U/view
i want slides size like in theme live preview: https://catchthemes.com/demo/full-frame/
February 18, 2016 at 2:20 pm #85708MaheshParticipantHi @sparta,
Do you mean demo featured slider shows the slider in front-end with small image? Or only custom image slider is showing the issue? What sizes image are you using? The recommended slider size is Width: 1680px Height: 720px.
And have you changed anything in the theme (code or Custom CSS).Regards,
MaheshFebruary 18, 2016 at 2:59 pm #85711spartaMemberIn custom CSS I didn’t change anything, This field is empty.
Photos size I tried 1680 x 720 , and 1920 × 823. neither fit. Both looks like in my printscreen.
And no matter what I choose.. I choose demo featured slider the pictures size is the same like in printscreen, and then I choose featured image slider with my own photos is also the same thing like in printscreen.
February 18, 2016 at 3:36 pm #85715MaheshParticipantHi @sparta,
I tried to check your site, but it says “Sorry, our website is under construction.”
Is there a way to check you site?Regards,
MaheshFebruary 19, 2016 at 11:32 am #85792spartaMemberThe slide show isn’t working properly. so i can’t show site in public. our clients will see messy site.
February 19, 2016 at 11:33 am #85793spartaMemberany thoughts how it can be repaired ? maybe I should use code or something.
February 19, 2016 at 12:14 pm #85796spartaMemberI put code in custom CSS :
.site {
width: 100%;
}
#feature-slider .cycle-slideshow {
max-width: 100%;
}
#feature-slider .cycle-slideshow img {
width: 100%;
height: auto;
}and it worked ! 🙂
February 19, 2016 at 1:25 pm #85799MaheshParticipantHi @sparta,
I’m glad that you found the solution by yourself. The issue you were have was a bit odd. There should not have been the issue with the demo slider. May be some plugins if you are using is creating the issue.
Regards,
MaheshFebruary 19, 2016 at 1:26 pm #85800 -
AuthorPosts
- The topic ‘problems with featured slider’ is closed to new replies.