Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2362333
Modify gallery image sizes
Closed

Comments

  • clint started the conversation

    I am trying to increase the height of the main pic in the slide gallery. I would like to use one of the top two and see if i can get some outside coding to make the main image link to websites. Thank you.

  •  7,092
    Oliver replied

    Hi,

    Can you provide wp-admin access because of the coming soon mode and add few screenshots to describe what you need to achieveĀ in the end?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   clint replied privately
  •  7,092
    Oliver replied

    Hi,

    In order to change the gallery code you need to edit:

    wp-content/plugins/thegem-elements/inc/content.php

    function thegem_gallery($params) 

    line 204.

    Images thumbnails sizes located:

    /wp-content/themes/thegem/functions.php

    function thegem_image_sizes() 
    

    in the this gallery used:

    'thegem-gallery-fullwidth' => array(1170, 540, true)
    

    line 1170

    pls. note after the changing size you need to start regenerate thumbnails plugin

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • clint replied

    So what we I change to make the main image shown on slider about 400px taller in height?


  •  7,092
    Oliver replied

    Try to set sidebar layout in the gallery settings and checkĀ 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver