Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1727895
Featured image
Closed

Comments

  • DaphneO started the conversation

    Hello, I am using the "food" demo of soledad.

    about the featured image, I would like to know:

    1. what is the standart size for the vertical images features.

    2. How can I do to not have it appear at the top of the article

    3. Can I have a gallery of images featured? a few images that slide automatically in the front page instead of a single image.

    Thank you very much

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can use images with 1170 x 1584px or images with ratio height/width = 1.35

    2/ You can go to Customize > Single Post Options > and check to "Hide Featured Image on Top"

    3/ To do that, please do following steps:

    a) Make sure you've install plugin Vafpress Post Formats UI - If not, go to Appearance > Install Plugins > install & activate that plugin.

    b) Go to edit a post > on above the post title > click on "Gallery" tab > and pick images you want to create slider there.


    Best Regards,

    PenciDesign

  • DaphneO replied

    Awesome, thanks!

    Last question,

    now that I have a featured gallery in the home page, how do I erase it in the post?

    I want it only in the home page, featuring the post but not at the head of the post itself.

    Thank you!


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.single.single-format-gallery .post-image{ display: none; }

    Best Regards,

    PenciDesign

  • DaphneO replied

    works perfect. Thank you!