Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #736597

    Afternoon all,

    not really a support question more of a why-does-it-happen question.

    The standard layout.css that come with Enfold has the following css…

    .html_elegant-blog .avia-content-slider .read-more-link{
    	position: relative;
    	top:18px;
    }

    I was just wondering why? The css pushes the button down and renders it unseeable. Removing the top:18px; aligns the button correct. Is that line just an error or does it serve a purpose I can’t see?

    Thanks

    TJ

    • This topic was modified 7 years, 10 months ago by tjswarbs78.
    #738159

    Hey tjswarbs78!

    Thank you for using Enfold.

    Could you please provide a link to the page with the issue? The read more link or button looks fine on our installation.

    Best regards,
    Ismael

    #738318

    Hi there, I think I have the same problem. The »Read more« button is cut at the bottom at our starting page (at the bottom).

    See the screenshot here: Screenshot.

    Furthermore I wanted to show no comment count and date at the posts, but they still appear. So I unchecked the »Blog Post Comment Count« and »Blog Post Date« at the Enfold Options. But they still appear at the blog posts.

    How can I get rid of these 2 problems? Thank you very much for your help.

    I have Enfold 3.8 installed (using a child theme). The blog layout is elegant + grid.

    PS: If you’d like I can give you an admin account at our page.

    • This reply was modified 7 years, 10 months ago by Renko.
    #738332

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_elegant-blog .avia-content-slider .slide-meta { display: none !important; }

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #738344

    Hello Yigit,

    thank you very much for your fast and correct solutions. Works like a charm now. Great!

    Last question (which I have forgotten before): Can I get rid of the category (»Allgemein«) at the top of the blog posts at the starting page (down below), too? With some magical code or else? ;-) (I had had disactivated them at the options page, too. But they still keep displaying …)

    #738349

    Hi!

    Please add following code to Quick CSS as well

    .html_elegant-blog #top .avia-content-slider .blog-categories {
        display: none;
    }

    Regards,
    Yigit

    #738358

    Hello Yigit,

    thank you very much again for your great and fast help. You are a star!

    Have a nice day …

    #738361

    Hi,

    Glad it worked for you! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    #738988

    Afternoon,

    Renko’s image does indeed show what happens within the elegant blog layout.
    I have the latest version of Enfold, I’ve just download it before typing this…
    opening up layout.css and going to line 2416 the code still be there.

    .html_elegant-blog .avia-content-slider .read-more-link{
    	position: relative;
    	top:18px;	
    }

    As i said it’s not really a support thing as I just custom css it out again. Just wondering why it’s there in the first place.

    Thanks :)

    TJ

    #739007

    Hey TJ!

    We have included a fix in the latest version of the theme and you should no longer need to add custom CSS. If you would like us to look into it, please remove your custom code and point out your page :)

    Best regards,
    Yigit

    #739011

    Nice on Yigit :)
    Nah it’s cool I’ll delete the custom css on the next update.
    As always you guys never disappoint :)

    Thanks
    TJ

    #739013

    Hey!

    Great then! Let us know if you have any other questions or issues and enjoy the rest of your day! :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Read more button on elegant blog layout’ is closed to new replies.