Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #306213

    I just noticed that the “you might also like” section, below a post, shows a list of “placeholder pictures” (we do not add a picture to each post). Example of the issue: http://bit.ly/1kR8SFC

    How can I display something else, such as post titles, instead of the pictures?

    #306220

    Hi Diego!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove pencil icon

    span.related_image_wrap {
    display: none!important;
    }

    If you would like to display default image, please use following one

    span.related-format-icon-inner:before { display: none; }
    span.related-format-icon {
    background-image: url(https://aelia.co/wp-content/uploads/2014/07/AeliaLogo_201310.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }

    Regards,
    Yigit

    #306229

    Thanks Yigit, much appreciated. :)

    #306233

    Hey!

    You are welcome, glad we could help!
    How does your Currency Switcher work with Enfold? :)

    Best regards,
    Yigit

    #306277

    How does your Currency Switcher work with Enfold? :)

    The Currency Switcher works perfectly. That was one of the reason why we bought the Enfold theme. We have a customer who uses it, so we installed it on a test site to verify how it would work, and it was perfect out of the box. Besides, our Currency Switcher implements simple widgets, and it also allows to override their templates, if needed, so it’s a winning combination. :)

    Update
    If you wish, we can give you a special coupon code that you can send to your clients to get a discount on our products. We do not have an affiliate program in place yet, but that’s on our list. :)

    • This reply was modified 10 years, 3 months ago by Aelia.
    #306414

    Hey!

    That is great! :)
    I will mention Kriesi about your plugin, but for now i am closing the topic. Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I change the content of "You might also like" section?’ is closed to new replies.