Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1102026

    Hi all,
    it´s possible to hide the featured blog image at the blog post? Because I only want to show the featured blog Image in the blog layout an not in the blog post directly. Because the size there is too small and I dont want that people can click on this and then they come to the authors bio.
    Thank you very much.
    Best,
    Harry

    #1102055

    Hey gharry79,
    Yes this is possible with css using:

    your-class {
    display: none !important;
    }

    but there are a few variables, so it would be easier to see an example post in your post type to suggest a compete css solution.
    Please link to your example post in the Private Content area.

    Best regards,
    Mike

    #1102250

    Hi Mike,
    I added now a featured Image. And there you can see the example: https://www.freidenka.at/koennen-sie-sich-bei-der-vermarktung-ihres-unternehmens-allein-auf-organische-social-media-verlassen/. I only want to show the featured image at the main blog site: https://www.freidenka.at/blog/and not in blog post themselve.
    Thank you.
    Best
    Harry

    #1102282

    Hi,
    Thank you, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-post .big-preview {
    display: none !important;
    }

    Best regards,
    Mike

    #1102287

    Oh yes it works. Many thanks Mike. That´s perfect.
    Do you know where I can find a support for customize the comment form captions. Please take a look here: https://www.freidenka.at/koennen-sie-sich-bei-der-vermarktung-ihres-unternehmens-allein-auf-organische-social-media-verlassen/ Some settings are wrong here, because the text overlapping another text.
    Or do you have some ideas?
    Many thanks Mike.
    Best,
    Harry

    #1102651

    Hi,
    If I understand correctly the text “Geben Sie den obigen Text ein:” is overlapping the “name” label, when it should be below the captcha, correct?
    2019-05-20-205915
    To correct this Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #commentform > label, .comment-form-captcha > label {
        position: relative !important; 
        left: 15px !important; 
    }
    .comment-form-captcha span.required {
    display: none !important;
    }

    2019-05-20-212019

    Best regards,
    Mike

    #1103697

    Perfect, it works.
    Thank you very much Mike.
    Can I add in the Additional CSS fields more codes if I want to change something?
    Best,
    Harry

    #1103816

    Mike, it´s also possible to hide the featured Image if I go to the categories. Here is what I mean: https://www.dropbox.com/s/co176jv2e337auk/samo.jpg?dl=0
    If I go to the categories, then I get this.
    I want to delete the featured Image here as well.
    Thank you.
    Best Harry

    #1103840

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.category .big-preview {
    display: none !important;
    }

    Best regards,
    Mike

    #1105071

    Thank you Mike, it works perfect,
    Best,
    Harry

    #1105144

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog Style’ is closed to new replies.