
-
AuthorPosts
-
July 2, 2014 at 10:05 pm #286412
Servus Kriesi Team!
1) In the Enfold Theme -> Blog Layout -> Single Post:
Is there a way to always hide:
a) the entire gravatar icon
b) the preview pic2) And independently: The same for the following elements within the “Avia Layout Architect” editor:
– Inhalts Elemente -> Blog Beiträge
– Inhalts Elemente -> Masonry3) The same for the entire theme?
Many thnx!
d-July 3, 2014 at 5:15 am #286492Hey DaddyDizz!
Thank you for visiting the support forum!
1.) You can disable the featured image for each post, just tick the option below the featured image metabox. Another thing that you can do is to add this on Quick CSS or custom.css:
.single div.big-preview.multi-big, .single .blog-meta { display: none; }
2.) I’m not entirely certain what you mean. Can you please elaborate?
Best regards,
IsmaelJuly 4, 2014 at 5:07 pm #287284thnx for the css ismael.
1) but it does not seem to have an effect – if the sidebar is off.
is there a way to have the previews site-wide off – also with sidebars off?2) if the previews are off, the gravatar icon will show instead.
Is there a way to hide the entire gravatar icon completely (sitewide, with sidebars on & off)THNX!
d-July 4, 2014 at 5:09 pm #287287and another question: how do i deactivate justified text (site-wide)?
thnx,
d-July 4, 2014 at 6:09 pm #287320Hi!
In addition to Ismaels code insert this css code into the quick css field:
#top .fullsize .template-blog .blog-meta, #top .fullsize .template-blog .big-preview.multi-big{ display: none; }
To change the text alignment use:
#top .fullsize .template-blog .post .entry-content-wrapper>* { text-align: left; }
Best regards,
PeterJuly 5, 2014 at 2:59 pm #287515hi guys – thnx so much!
unfortunately the code for the text alignment does not do the trick – if sidebars are off.
(with sidebars on – all is fine)any idea?
thnx!
d-July 5, 2014 at 3:49 pm #287522same’s true for the display of the gravatar icons:
now is:
– off without sidebars
– on with sidebarsshould be:
– off without sidebars
– off with sidebarsi.e. always, completely off – for the entire site.
thnx
d-July 6, 2014 at 3:06 am #287616 -
AuthorPosts
- You must be logged in to reply to this topic.