image quality for the thumbnails in shortcode

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7544
    mashaku
    Participant

    Hello,
    I generate the list of all trips, using shortcode [WP_TRAVEL_ITINERARIES type=travel_locations “slug=alicante” ] in the page
    http://travelcostablanca.ru/tour-list/

    Is it possible to increase increase the image quality for the thumbnails on this page
    I already try to regenerate then using this plugin https://wordpress.org/plugins/regenerate-thumbnails/
    also I try in with another thumbnails regeneration plugins, but without success

    Thanks a lot,
    Maria

    #7546
    Support Team
    Keymaster

    Hello @mashaku,

    Please once try to change the default image sizes to 600*600 by going to Admin Panel> Setting > Media.

    For clear information please refer to below-given screenshot:

    http://prntscr.com/kaohw8

    After adjusting the size, regenerate the thumbnail again.

    Hope this helps.

    If this does not solve the issue then kindly let us know.

    Thank you.

    #7547
    mashaku
    Participant

    Hello,
    Thank you for your prompt reply
    I’ve dome as you said, but it doesn’t solved the problem.
    I put both medium and thumbnails size 600*600

    Regards,
    Maria

    #7548
    Support Team
    Keymaster

    Hello @mashaku,

    Did you regenerate the thumbnail after setting the image size??

    Also, make sure you have proper image size i.e. more than 600X600 px.

    Thank you.

    #7550
    mashaku
    Participant

    The images than appears in this page been apload for slider section and all have size big size
    http://travelcostablanca.ru/wp-content/uploads/2018/07/Guadalest-view.jpg or this
    http://travelcostablanca.ru/wp-content/uploads/2018/01/salinas-La-Mata-Flamenco2.optimized.jpg
    for example
    Yes, I regenerate all images after changes. But the result is the same 🙁
    http://travelcostablanca.ru/tour-list/
    Regards,
    Maria

    #7552
    Support Team
    Keymaster

    Hello @mashaku,

    Please once try by adding below given CSS in your child theme functions.php.

    To know how to create the child theme please follow below given steps:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child the child theme, in your child theme functions.php add below given code.

    function wp_travel_customize_image_size( ) {
      return 'full';
    }
    add_filter( 'wp_travel_itinerary_thumbnail_size', 'wp_travel_customize_image_size', 99 );

    Hope this helps.

    Regards!!

    #7553
    mashaku
    Participant

    Great!
    It works. After adding this code it was necessary to regenerate all thumbnails
    Thank you very much!
    Regards,
    Maria

    #7555
    Support Team
    Keymaster

    Hello @mashaku,

    Its always a pleasure help you guys.

    Do not forget to post if you have any issues further 🙂 .

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.