Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 pic

    2) And independently: The same for the following elements within the “Avia Layout Architect” editor:
    – Inhalts Elemente -> Blog Beiträge
    – Inhalts Elemente -> Masonry

    3) The same for the entire theme?

    Many thnx!
    d-

    #286492

    Hey 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,
    Ismael

    #287284

    thnx 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-

    #287287

    and another question: how do i deactivate justified text (site-wide)?

    thnx,
    d-

    #287320

    Hi!

    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,
    Peter

    #287515

    hi 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-

    #287522

    same’s true for the display of the gravatar icons:

    now is:
    – off without sidebars
    – on with sidebars

    should be:
    off without sidebars
    off with sidebars

    i.e. always, completely off – for the entire site.

    thnx
    d-

    #287616

    Hi!

    Thank you for the update.

    Please give us a link to the actual page. A screenshot of the alignment issue will help.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.