Handy Man Featured Projects

Home Forums Handy Theme Support Handy Man Featured Projects

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #98673
    hjones30hjones30
    Participant
    • Topics: 5
    • Replies: 24
    • Total: 29
    Member since: March 21, 2018

    Is there a way to order the Featured Projects items, also what is the photo size that needs to be used for the featured photos?

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

    Hi,

    Kindly show us your website URL?

    Regards,
    Brad

    #98834
    hjones30hjones30
    Participant
    • Topics: 5
    • Replies: 24
    • Total: 29
    Member since: March 21, 2018

    http://www.coolinglouisvilleky.com/. The read boxes. Not sure what the size of the photos we need to put in there, and on how to order them differently

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

    Hi,

    Kindly use this plugin for ordering Featured Projects: https://wordpress.org/plugins/intuitive-custom-post-order/ and use image of size 300px*130px.

    Regards,
    Brad

    #99265
    hjones30hjones30
    Participant
    • Topics: 5
    • Replies: 24
    • Total: 29
    Member since: March 21, 2018

    migrated the site to http://www.wrightmechanical.com/, still having issues with photos in the red box, they are stretching and instead of shrinking, doesn’t matter what size we use for photos. can you help, please?

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .prod-thumb { clear: both; width: 80%;}
    .prod-thumb img { width:auto;}

    Regards,
    Brad

    #99541
    hjones30hjones30
    Participant
    • Topics: 5
    • Replies: 24
    • Total: 29
    Member since: March 21, 2018

    That last one work thanks you. Now have another issue. on the main page, the four boxes under Who we are are not spacing out correctly, can you help with that thanks again for everything http://www.wrightmechanical.com/,

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

    Hi,

    Kindly go to Appearance >> Editor >> Style.css >> line no 487

    Remove 
    .feature-box:nth-of-type(4n) { margin-right: 0px !important;}
    And add this new css there
    .feature-box:nth-child(4n+4) { margin-right: 0 !important;}

    Regards,
    Brad

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