-
Author
-
July 7, 2015 at 05:07 #67054sashv13Participant
Hi,
I have set up a post grid to paginate and autoplay. However, if a user hovers on one of the post the autoplay should stop. However, it autoplays even when a user is about a select a post and this is causing a usability issue for my website.
How can I resolve this
ThanksJuly 7, 2015 at 15:42 #67126sharmstrModeratorPost Grid with an auto play? Can I see a screen cap of the post grid settings?
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
July 8, 2015 at 06:40 #67282sashv13ParticipantHi,
instead of VC post grid, I am now using Kleo Posts Carousel and it worksHowever, the reason I selected post grid is because ‘Kleo Post Carousel’ is cropping my images. Is there a way I can set the image size of the post? I need it to be bigger than how it is currently in the carousel
Many thanks
July 8, 2015 at 16:04 #67314sharmstrModeratorSure. Its uses aq_resize (https://github.com/syamilmj/Aqua-Resizer/wiki) to resize and crop the images on the fly. The crop, obviously, is set to hard. You can change that to soft. Copy kleo/page-parts/post-content-carousel.php to your child theme (kleo-child/page-parts/post-content-carousel.php) and change the 2 aq resize lines from
COPY CODE$image = aq_resize( $img_url, $kleo_config['post_gallery_img_width'], $kleo_config['post_gallery_img_height'], true, true, true );
to
COPY CODE$image = aq_resize( $img_url, $kleo_config['post_gallery_img_width'], $kleo_config['post_gallery_img_height'], false, true, true );
Remember to look for any code changes to this file after every Kleo update.
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
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.