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 #1269889
Customisation
Closed

Comments

  • vadakkus started the conversation

    Hello,

    It's me again :) The issue with hosting solved, could you help me with something I had asked before buying the theme itself.

    I would like the post title on all single posts not to have the featured image as a background, but to have only the title and the meta below it. No extra padding, also, please, but max 30px above and below the title area.

     I tried playing around with the title-single-standard.php but realised that it is too complicated, I'd rather have you guys help me out. 

    Please help, also, it would be great if you included an option to hide featured images as background in a future release.

    Thanks,

    ~vadakkus

  •  1,845
    Elated replied

    Hi ~vadakkus,

    We are pleased to hear that, and we will give our best to assist you with any issue you face.

    However, there is no built in functionality to do so, but it can be removed with some Custom Css code like this: 

    body.single-post .eltdf-title-image img {
        display: none!important;
    }
    body.single-post .eltdf-title-image {
        height: 450px;
        background-color: white;
    }

    that will set white background to where the image was previously.

    Also, this height can be changed to fulfills your intentions so just try different values. Please note that all Custom Css code need to be pasted in Elated Options > General > Custom Css field https://www.screencast.com/t/cqTmCsS8BM .

    Please let us know if this solved the issue and if you need more customization.

    If there is anything else we can do for you, please do not hesitate to ask.

    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.

  • vadakkus replied

    Hello, 

    Thank you for the response, the delay is fine, I totally understand.

    Well, I've done what you suggested, but only ended up with two more problems :(

    First, the background got replaced by some kind of white-black gradient which does not go away whatever I tried.

    Second, the height I put (250px) works perfectly well for single-line titles (I removed the 15% padding on either side of the title) but if the title is two lines, the title and category meta overlaps over the post info.

    http://vadakkus.com/2016/04/18/rants-on-the-sub-prime-crisis-and-those-who-caused-it/

    http://vadakkus.com/2011/08/19/indias-middle-class-revolutionaries/

    Also, it would be great if the Category meta could be included along with the other post info on the bottom bar.

    Please help with this too!

    (I still suggest you give an option to hide the background featured image and show only the post title as in a normal blog in a future release!)

    Thanks! vadakkus

  • vadakkus replied

    Hi, 

    Never mind, I found how to remove the gradient. 

    Now, please just tell me know to size the container as per the title length!

    Thanks!

  •  1,845
    Elated replied

    Hi vadakkus, 

    Go to Elated options >> General, scroll down and inside Custom CSS field paste following code: 

    Due to structure of that element  such option unfortunately can't be achieved. What we can do is to move title on that specific post up

    .postid-10170 .eltdf-title-subtitle-holder {
        padding-top:10px !important;
    }

    Using page-id we specified this code only for this post

    Hope this was helpful

    Kind regards



    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.