skt build theme

Home Forums All Other Themes skt build theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37357
    EBRUEBRU
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: May 24, 2016

    hello when I’m using photo gallery added skt build theme turns out to be smaller pictures on the main page . What can I do to enlarge

    #37363
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL.

    Regards,
    Dave

    #37366
    EBRUEBRU
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: May 24, 2016

    www.fibercastprekast.com

    #37368
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Are you talking about the homepage box thumnail images?

    Regards,
    Dave

    #37369
    EBRUEBRU
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: May 24, 2016

    photo gallery of completed projects under

    #37372
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to inc/custom-function.php

    Find this Code
    $imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), array(270, 200));

    And replace it with this code
    $imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full');

    Regards,
    Dave

    #37385
    EBRUEBRU
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: May 24, 2016

    THANK YOU
    LAST PICTURE BOX SERVICES, Ni HOW CAN GROW

    #37388
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .services-wrap .one_third img{height:auto !important;}

    Regards,
    Dave

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.