Tagged: enfold, featured image, gallery
Hello,
I need an help.
I have a post with gallery and featured image.
Is it possible to hide featured image in the post page when is present a gallery? Now are showed both.
In the category page is it possible to hide gallery and show only the featured image?
Please help me!
Thanks
Rosa
PLEASE HELP!
Hi!
Please add “nofeat” as a tag to your post where you would not like to display featured image and then add following code to Quick CSS
.tag-nofeat .big-preview.multi-big { display: none !important; }
Regards,
Yigit
Hi Yigit,
I tried with “nofeat” tag and works.
As I asked in the first text, i need also that in the category page the post with gallery and featured image shows only featured image.
In the post page now we solved with “nofeat” tag.
Thanks,
Rosa
Hi Rosa!
Please flush browser cache and refresh your page a few times. I cannot see featured image in category as well.
Cheers!
Yigit
Hi Yigit,
I need:
– hide feat image in a post if in a post is present also a gallery – SOLVED with tag NOFEAT
– SHOW feat image in a category page if in the post is present also a gallery – I’m waiting a solution if is possible
As you can see:
post page is ok, cause show only the gallery
Category page for the same article shows the gallery, and i would show only the feat images here
http://www.pinkatmosphere.com/category/provocazioni/
thanks,
Rosa
Hey!
Please add following code to Quick CSS as well
.archive .tag-nofeat .big-preview.multi-big {
display: block!important;
}
.archive .tag-nofeat .avia-gallery {
display: none;
}
Cheers!
Yigit
Hi Yigit,
you are the best!
works!
Rosa