-
Author
-
October 20, 2014 at 19:11 #32276lappanionParticipant
I am trying to set my homepage up as a slider with big images in portfolio (I got XXL pictures from Stock site so size shouldn’t be an issue) but it shows up very pixely after upload in the slider…
Any idea what could be the problem??
I am using Media Type – slider below post not rev slider…
Thanks 🙂
October 20, 2014 at 23:57 #32318sharmstrModeratorI was able to reproduce this issue. The slider is using the image size set in Theme Options -> Portfolio -> Thumbnail image size, then blowing it back up to fill the container size. Not good.
A quick fix is to copy /kleo/single-portfolio.php into your child them (kleo-child/single-portfolio.php) and change line 102 (or around there) from
COPY CODE<img src="'.$image.'" alt="" />'
COPY CODE<img src="'.$slide.'" alt="" />'
That will force it to load the full image instead of the thumbnail. Not sure what it will break, so let me know if you notice any issues.
@abe. Is this a bug?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 21, 2014 at 09:16 #32382lappanionParticipantscared of breaking something lol, I might go with a rev slider as top image instead for now.
Thanks 🙂
October 21, 2014 at 15:22 #32396sharmstrModeratorChicken 🙂 Just kidding. I think its not supposed to be that way. If that’s the case, they will fix it. Let’s see what they say.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 25, 2014 at 22:09 #33050CatalinModeratorHi, you are right, it is a bit small. I have changed the image width to 1200px and it will be available in next theme version. To fix it until next update just copy the content from the text file attached and replace this file content from the theme wp-content/themes/kleo/single-portfolio.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.