This topic has 3 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #67054
     sashv13
    Participant

    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
    Thanks

    #67126
     sharmstr
    Moderator

    Post 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #67282
     sashv13
    Participant

    Hi,
    instead of VC post grid, I am now using Kleo Posts Carousel and it works

    However, 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

    #67314
     sharmstr
    Moderator

    Sure. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?