-
AuthorPosts
-
January 20, 2017 at 5:47 pm #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.
January 25, 2017 at 7:33 am #738159Hey 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,
IsmaelJanuary 25, 2017 at 1:12 pm #738318Hi 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: .
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.
January 25, 2017 at 1:20 pm #738332Hi!
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,
YigitJanuary 25, 2017 at 1:47 pm #738344Hello 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 …)
January 25, 2017 at 1:55 pm #738349Hi!
Please add following code to Quick CSS as well
.html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }
Regards,
YigitJanuary 25, 2017 at 2:03 pm #738358Hello Yigit,
thank you very much again for your great and fast help. You are a star!
Have a nice day …
January 25, 2017 at 2:05 pm #738361Hi,
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,
YigitJanuary 26, 2017 at 3:54 pm #738988Afternoon,
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
January 26, 2017 at 4:11 pm #739007Hey 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,
YigitJanuary 26, 2017 at 4:14 pm #739011Nice on Yigit :)
Nah it’s cool I’ll delete the custom css on the next update.
As always you guys never disappoint :)Thanks
TJJanuary 26, 2017 at 4:17 pm #739013 -
AuthorPosts
- The topic ‘Read more button on elegant blog layout’ is closed to new replies.