Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1364748

    The title is already explicative, I have chosen a Featured Image for a blog post but when I open it, it is not shown as the first thing.

    Besides, at the end of the article the bar with the possibility to share the article on the different social media is not shown.

    Ultimately, the vertical bar that separated the body of the article from the side bar with the widgets doesn’t appear.

    #1364756

    Hey,

    Thanks for contacting us!

    Have you created your post using Advanced Layout Builder? If so, that is expected as all elements should be manually added. For example you can add Image element to the top of your page to display your featured image and add Social Buttons element to display share buttons :)

    Regards,
    Yigit

    #1364759

    Oooh I see, really thanks now I have understood the problem.

    What about the separator/vertical line between the body of the article and the side bar? how can I set it?

    #1364761

    Hi,

    I am afraid we are going to need to place it using custom CSS.

    Please edit the Column element where your content is and go to Advanced > Developer Settings and give it a custom ID (“single-alb” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling

    
    #single-alb { border-right: 1px solid #e2e2e2; padding-right: 50px; }
    

    You can adjust the color by changing “#e2e2e2” :)

    Regards,
    Yigit

    #1364766

    Amazing, it worked perfectly !

    I have other two issues:

    1) About the blog post sidebar: I would like to change its dimensions by modifying the width and the padding;

    2) When using the element “Blog post” , how can I change the color of the font of the Title and excerpts? I mean when in the element I choose “Blog Style = Grid layout” it allows me to choose also the Blog Grid Layout, I chose Title + Excerpt. How can I choose the color of the Title and the Exceprt?

    #1364767

    Hi,

    Great!

    1- Are you displaying your sidebar by adding Widget Area element inside a Column element? If you are, you can decrease the size of the column to a smaller one. If you are using default sidebar, you can go to Enfold theme options > General Layout > Dimensions and adjust “Content | Sidebar Ratio”

    2- Can you please post a link of your blog page so we could provide you an accurate solution? :)

    Best regards,
    Yigit

    #1364773

    1. Thank you very much ! It was exactly what I was looking for, now it looks better !

    2. https://www.negotiationandhumanities.com/
    If you scroll down and you go to the “Food for Thought” section, then you click on ” Movies & Books”, you’ll notice that the color of the font is the same of the background, but there’s no way to change the color of the font. I’d like to change it to white since the background is dark blue, and since also in the other sections there will be articles, I need that this solution should work for all the articles. Besides, I’d like to have the possibility to change it also in other pages, for example, https://www.negotiationandhumanities.com/?cat=11 , here I don’t want that the color is white, since here the background is white…

    #1364774

    Hey,

    1- Amazing!

    2- Will you need to change the color in that Tab Section element only? If so, please edit your Tab Section element and go to Advanced > Developer Settings and give it a custom ID (“custom-tab” in example below) and then add following code to bottom of Quick CSS field

    
    #top #custom-tab .slide-entry-wrap * {
      color: white;
    }
    

    This would affect the other articles in other tabs in that Tab Section element :)

    Regards,
    Yigit

    #1364790

    Amazing, everything that you suggested worked perfectly !!!
    Thank you very much !!!!

    #1364796

    Hi,

    You are welcome! I’m happy that I could help :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog post: Featured Image and Share section not displaying in ENFOLD’ is closed to new replies.