Hi,
I have problem with featured image on post style 3. Its showing only tittle with grey background. You can see here> http://delcevodenes.mk/%D0%B0%D0%BB%D0%BA%D0%BE%D1%85%D0%BE%D0%BB-%D0%BA%D0%B0%D0%BA%D0%BE-%D0%BF%D1%80%D0%B5%D1%82%D0%B5%D1%80%D0%B0%D0%BD%D0%BE%D1%82%D0%BE-%D0%BA%D0%BE%D0%BD%D0%B7%D1%83%D0%BC%D0%B8%D1%80%D0%B0/
A similar style 4 works fine.
I read this question and your answer and I did everything like you sad, but its the same.
I don’t use CDN, and is not selected minify and browser cache on W3 total cache.
Hi,
Please also make sure you have an featured image set for that post and that you don’t use the gallery post format which by default removes the featured image from post page.
I have also tested this using the latest theme version(4.6) and found no issues with it.
Please also make sure that you have the featured image enabled form here: http://screencast.com/t/uXXuAwnM2i0x
Hope this helps!
Thanks
Hi,
I haven’t selected featured image in options because i didn’t used and when I selected now there is no problem with style 3. Now i have problem with that options on all post, because the featured image will be showing twice. One solution is to start removing my pics from post one by one, but thats a lot of removing.
Featured image to be ON only for style 3?
I have second issue with style 3 on video from youtube, maybe on vimeo but i haven’t tried until now.
The title from the post is not removing from the video?
How to fix this?
Thanks
Hi,
You can edit the loop-single.php file and remove the feature image like this: http://screencast.com/t/ZrBeyueDPv
Do the same for other post types also and leave it enabled just for post template 3.
For the title issue with video posts please use this custom css: http://screencast.com/t/9hplmCY0
.single-format-video.single_template_3 header{
position: relative;
}
.single-format-video.single_template_3 .post header .entry-title {
color: #222222;
margin: 10px 0px 20px 0px !important;
}
.single-format-video.single_template_3 .post .td-image-gradient:before {
display: none;
}
.single-format-video.single_template_3 .td-post-header-full {
background-color: transparent;
}
.single_template_3 .td-post-header-full .meta-info {
margin-left: 0px !important;
}
Thanks
-
This reply was modified 11 years by
Lucian.