Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    Thank you for reaching out to us here.

    Please see this thread at our support forum.

    Regards,
    Kharis

    Thread Starter Alycat742

    (@alycat742)

    Hello Kharis – Can you explain how to get to the JS file? All I can see is the ability to add CSS.

    thank you.

    Hello there,

    You can download the Sydney theme package to your PC. Unzip it and open the JS folder. Edit the mentioned files on code editor software like Atom. Once you’re done editing, upload to your online WordPress directory via FTP program or file manager of cPanel, navigate to wp-content/themes/sydney.js.

    Regards,
    Kharis

    Thread Starter Alycat742

    (@alycat742)

    Hi Kharis –

    I really like this theme and I think the client will be happy with it. However, I’m really struggling with the image sizes for the employees.

    Please take a look at my employee pictures. I have resized them over and over. Please explain why they are all defaulting to different sizes. Do I have to go into PHP file in order to change that? Doesn’t the theme default them into the same size?

    https://minijoys-alycat742.rhcloud.com/

    Any assistance would be much appreciated! thank you!

    Thread Starter Alycat742

    (@alycat742)

    Hello there,

    Technically, the employee image size uses this image setting:

    add_image_size('sydney-medium-thumb', 550, 400, true);

    It is defined in the functions.php file. Meaning that images larger than 550px x 400px will be hard-cropped to that specified size.

    To make all of the images look the same, please use consistent image size with ratio of 550 x 400 pixel.

    Regards,
    Kharis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Employee row/widget’ is closed to new replies.