-
AuthorPosts
-
May 14, 2015 at 5:28 pm #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!
May 16, 2015 at 5:42 am #445235Hi 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!
IsmaelMay 17, 2015 at 5:54 pm #445427This reply has been marked as private.May 18, 2015 at 2:17 am #445478This reply has been marked as private.May 19, 2015 at 5:23 pm #446582Hi. I haven’t heard back from you guys on the above. (Since you usually respond within a day, maybe this missive has gone lost?)
May 21, 2015 at 3:16 am #447509Hi!
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,
IsmaelMay 21, 2015 at 6:51 pm #447923This reply has been marked as private.May 23, 2015 at 6:33 am #448933Hey!
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,
IsmaelMay 26, 2015 at 6:09 pm #450234This reply has been marked as private.May 29, 2015 at 2:21 pm #451598May 29, 2015 at 6:13 pm #451742I’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.
May 31, 2015 at 5:39 am #452143Hey!
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,
IsmaelJune 17, 2015 at 9:14 pm #460976Hi 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.comJune 18, 2015 at 7:10 pm #461525Hey!
@tarasiuk Please add following code to Quick CSS in Enfold theme options under General Styling tab.home .blog-meta { display: none!important; }
Regards,
YigitJune 18, 2015 at 9:06 pm #461582my website: http://www.utmex.com
June 18, 2015 at 9:11 pm #461589Hey!
@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!
YigitJune 18, 2015 at 9:12 pm #461590just like that? I´ve noticed that some CSS customization goes with a # prior to the code.
Just to know…June 18, 2015 at 9:13 pm #461591Worked fine!
Thanks!
-
AuthorPosts
- The topic ‘Change the default blog thumb icon with a default image.’ is closed to new replies.