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 #1140404
Front page
Closed

Comments

  • Neil started the conversation

    I'm trying to work out if it's possible to replicate the look of the front page demos
    Gallery or this demo with pink boxes but using just my standard blog content.

    I bought the theme for this look but as far as I can tell so far these are only achievable using 'Portfolio' posts rather than a blog post.
    I'd like my front page to have blog posts displayed in a similar manner but with the pink animation with heading and subheading on.

    Also on blog masonry layout, is it possible to remove everything except the title, and change the colour of titles (on front page)


    And is it possible to hide the 'featured image' at the top of each blog post. I don't want the featured image to automatically appear at the top of every post.

    Thanks in advance for your help

  •  1,845
    Elated replied

    Hello there,

    Unfortunately, it is only achievable using portfolio list element since inside Blog List there is no such option. However there are some other options for hover effect by choosing different Type here https://www.screencast.com/t/Pd8uCPb6 or even choosing Blog Carousel or Blog Slider Elements over Blog List. 

    You can remove everything except title form blog list from your front page by adding Custom Css:

    .eltd-post-info.eltd-top-section {
        display: none!important;
    }

    To set title color add Custom Css Code below by changing color with desired color

    h4.eltd-post-title {
        color: red!important;
    }

    All provided code needs to be added into Elated Option > General > Custom Coding > Custom CSS filed https://www.screencast.com/t/JrxrnPIktQQA and save changes.

    Please let us know if you need anything else.

    Thanks.


    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.

  • Neil replied

    Thank you.

    What would the code be to remove everything except the title and categories?
    Also is it possible to have any shading behind the text of dark background as it's very difficult to read (I suppose like the pink that you already said was only possible in portfolios - so probably not).

    On blog posts themselves is there an option to turn off the 'featured image' so it doesn't show up at the top of the post? Thanks for your help.

  •  1,845
    Elated replied

    Hello there,

    1) You need to remove excerpt so only title remains. remove it by going in back end of the post and scroll down to Excerpt field https://www.screencast.com/t/DZKIAZkk40q and delete all from that field. If Excerpt field is not present in your Post back end please go to Screen options button in top right corner of the screen and there check Excerpt https://www.screencast.com/t/LtgZk0w6. If that doesn't remove excerpt please add following Custom Css into Elated Options > General > Custom Css field:

    .eltd-post-excerpt.clearfix {
        display: none;
    }

    You can set background color using code below by setting desired color: 

    .eltd-post-text {
        background-color: pink!important;
    }

    2) The best way to do so is to remove featured image of the blog post by going into Back end of the post and remove featured image like in this screenshot https://www.screencast.com/t/Dz5pXPB9V.

    Please let us know if this solved issue.

    Thanks.


    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.