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 #1715886
images of team
Closed

Comments

  • serrober started the conversation

    is possible change the shape of the photo from circular to squared?

  •  7,095
    Oliver replied

    Hi,

    Sure, in what style you need to change it?

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

    Regards, Oliver

  • serrober replied

    I said it :).

    Squared

    Dummy 4

  •  7,095
    Oliver replied

    Sorry, can't understand, pls. add screenshot.

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

    Regards, Oliver

  • serrober replied

    photos from circular to squared

  •  7,095
    Oliver replied

    pls. use following css:

    .gem-team-style-5 .team-person-image .image-hover,
    .gem-team-style-5 img.img-responsive,
    .gem-team-style-5 .team-person-image a:before {
        border-radius: 0;
    }

     

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

    Regards, Oliver

  • serrober replied

    Escuse me, last problem.

    How to change the shape of photos in rectangular?


  •  7,095
    Oliver replied

    Hi,

    pls. add screenshot.

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

    Regards, Oliver

  • serrober replied

    ok?

  •  7,095
    Oliver replied

    Hi,

    CSS:

    body .gem-team-style-5 .team-person-image .image-hover {
        border-color: #000;
    }
    body .gem-team-style-5 .team-person:hover .image-hover {
        border-color: #000;
        background-color: #000;
    }
    

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

    Regards, Oliver

  • serrober replied

    hi, i didn't need change the color, but the shape. in rectangular.


  •  7,095
    Oliver replied

    I already gave you css:

    .gem-team-style-5 .team-person-image .image-hover,
    .gem-team-style-5 img.img-responsive,
    .gem-team-style-5 .team-person-image a:before {
        border-radius: 0;
    }
    

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

    Regards, Oliver

  • serrober replied

    Hmm.  photos come squared, not rectangled.

    I prefer rectangle (more high and less large)

  •  7,095
    Oliver replied

    in this case you need to edit:

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

    There used size:

    'thegem-person' => array(400, 400, true),
    

    line 1638

    pls. note after the changing of the 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

  • serrober replied

    I changed the file functions.php with these values: 'thegem-person' => array(600, 400, true),

    but it still is squared. (see attechment).

    How can have rectangular photos?

  •  7,095
    Oliver replied

    Did you 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