Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2025132
Featured images
Closed

Comments

  • griparicurse started the conversation

    Hi, 

    I'm actually using the "blog list image" parameter in "Elated post" options in the bottom of blog editor to display image on blog list but not on the top of my post.
    My problem is that it creates big dependency with your theme. In the future, if I want to change my theme in few years, I should manually reset all featured images in my posts.

    And it's also a problem today because I have 300 blog posts with featured images, so I'll have to remove them and put them manually into your "blog list image" parameter.

     

    I want to know if there any other solution to avoid displaying featured image on the top of blog posts and keep an image on blog list ?

    Thanks


  •  1,845
    Elated replied

    Hello there,

    I apologize for the belated reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    In order to move the place on the blog single page where the featured image will show all you need to do is to navigate to wp-content/themes/bolge/framework/modules/blog/templates/singles/standard/post.php and move the lines of code highlighted below:

    7023132001.png

    anywhere within the tags highlighted in the image below:

    8060333297.png

    However, please keep in mind that this way you can only move the image above or below the text of the post, you cannot insert it inside the content of the post itself.

    Hope this helps if there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • griparicurse replied

    Thanks for answering.

    I now understand how move the image from top to bottom of my post.

    Could you please tell me if it's possible to hide this featured image in all my posts ?



  •  1,845
    Elated replied

    Hi there,

    If you add the following CSS code into Appearance -> Customize -> Additional CSS, it would hide the featured images from all single posts:

    .single-post .eltdf-post-heading {
        display: none;
    }

    You could also achieve this if you delete the highlighted code from the previous reply, but note that if you make changes on theme files, if you ever update the theme all those changes would be lost, so I'd suggest that you use CSS in this case.

    If there is anything else that we can help you with, don't hesitate to ask!

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.