Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1077852

    Hi there,

    I like to remove the Featured Image on this post: https://www.derooyhoveniers.nl/tuin-van-het-jaar-2018/de-tuin-in-vier-seizoenen/
    On other posts I did it before, but i can’t remember how :(

    Any suggestions?

    Regards, Jeroen

    #1078037

    I know there used to be a checkbox that said something like “hide featured image from single post”… hmmm wonder if there is a way to get that back.

    #1078216

    That’s right @dustingrof… thnx
    I wonder if there is a solution for this issue.

    #1078228

    hey @schoenj,
    I was reading the change log for 4.5.4 and it says that this problem was fixed. I ensured I am updated and still am not seeing the checkbox like it used to be. Are you up to date also?

    – fixed: added the missing “don’t display image on single post” option

    • This reply was modified 5 years, 8 months ago by dustingrof.
    #1078526

    Hi,

    This should have been fixed in 4.5.4 like you mention but I get the same problem as you do on my local installation, I’ve alerted our developers of the problem. In the meantime you can use this CSS to hide the featured image:

    .postid-3133 .big-preview {
      display:none;
    }

    Best regards,
    Rikard

    #1078710

    Thnx, I updated the theme and the option is available again.
    But only when I use The Enfold editor

    #1078786

    Hi schoenj,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .postid-3133  .big-preview.single-big {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1078947

    v4.5.4? Your page on ThemeForest shows 4.5.3 as the latest version? Where can I see the change log for 4.5.4 and if I click download from ThemeForest can I assume I’m downloading 4.5.4?

    #1079411

    Hi,

    You can check the changelog here: https://kriesi.at/documentation/enfold/changelog/. The theme files on Themeforest is always the latest version.

    Best regards,
    Rikard

    #1079754

    Thanks for that link Rikard, bookmarked! I have always used…
    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    … which sometimes is not updated by the Kriesi team (bit usually is).

    #1080677

    Hi,

    Yes you are right, we sometimes forget that which is not good. We’ll try to update that for each version in the future so that there won’t be any confusion as to the current theme version.

    Best regards,
    Rikard

    #1082620

    Hi

    I have updated to version 4.5.5 for the site I am currently building but the “Don’t display image on single post” checkbox is missing? Do I need to revert back to a previous version to get this back again ?

    Many Thanks
    Regards
    Colin

    • This reply was modified 5 years, 7 months ago by waveseven.
    #1082725

    It’s OK I have found it now. I see it has been moved to the Layouts panel.

    Kind Regards
    Colin

    #1083241

    Hi waveseven,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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