Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #444443

    On my Home page I’m using the Magazine content element. For posts that don’t have an image, the default thumb is the pencil icon. I’d rather use my own default image. How can I do this without having to use the WP “featured image” option?

    Thanks!

    #445235

    Hi laptophobo!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    .av-magazine-thumbnail a:before {
      content: '';
      background: #000 (IMAGE URL HERE) no-repeat center center;
      width: 49px;
      height: 49px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
    }

    Change the image url. Suggested image size is 49x49px.

    Cheers!
    Ismael

    #445427
    This reply has been marked as private.
    #445478
    This reply has been marked as private.
    #446582

    Hi. I haven’t heard back from you guys on the above. (Since you usually respond within a day, maybe this missive has gone lost?)

    #447509

    Hi!

    Sorry for the delay. Please look for this code:

      background: #000 (IMAGE URL HERE) no-repeat center center;
    

    The url part of the background property is missing. It should be:

      background: #000 url(IMAGE URL HERE) no-repeat center center;
    

    Regarding the forum “white out” issue, it seems to be random and we’re still not sure what’s causing it. Just refresh the page if you encounter the issue again.

    Regards,
    Ismael

    #447923
    This reply has been marked as private.
    #448933

    Hey!

    Use this for the big magazine item:

    .av-magazine-hero .av-magazine-thumbnail a:before {
      content: '';
      background: #000 url(https://69.36.167.36/bnm-2015/wp-content/uploads/2015/05/post-default-thumb.jpg) no-repeat center center;
      width: 49px;
      height: 49px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
    }

    Use a larger thumbnail image and adjust the width and height.

    Regards,
    Ismael

    #450234
    This reply has been marked as private.
    #451598

    Hey!

    seems to me that you could fix it:

    Let us know in a new ticket, in case you have a new issue/question about the theme.

    Regards,
    Andy

    #451742

    I’m not sure what your reply means. If I was able to fix it, I would have. So, does this mean that it’s outside of Kriesi’s scope of support? Which I would understand since it’s a customization. So what I’ve done for now is to shelve the customization for now and will leave it as can’t be done.

    However, it would have been nice to have a feature for a custom default image as most other blog plugins provide.

    Thanks for your help though.

    #452143

    Hey!

    The code is working, all you need to do is to adjust it. You can request it here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

    #460976

    Hi there!

    I wanted to know how can I remove the “featured image” from the Blog Posts of the Content Elements.
    Im not a CSS expert so if you could give me a hand I will appreciate it.
    My website is http://www.utmex.com

    #461525

    Hey!


    @tarasiuk
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .blog-meta {
      display: none!important;
    }

    Regards,
    Yigit

    #461582

    my website: http://www.utmex.com

    #461589

    Hey!


    @tarasiuk
    Have you applied the code i posted here? – https://kriesi.at/support/topic/change-the-default-blog-thumb-icon-with-a-default-image/#post-461525
    That was for you, i checked your website.

    Cheers!
    Yigit

    #461590

    just like that? I´ve noticed that some CSS customization goes with a # prior to the code.
    Just to know…

    #461591

    Worked fine!

    Thanks!

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Change the default blog thumb icon with a default image.’ is closed to new replies.