Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Red bar information featured image single post
Tagged: featured image
- This topic has 12 replies, 3 voices, and was last updated 9 years, 10 months ago by
Raghavendra.
-
AuthorPosts
-
April 1, 2015 at 6:11 pm #13149
Stefacchio
ParticipantHello,
in my website I need to show full featured image on single post like a lightbox link.
See example here:
http://www.automotostorichetreviglio.it/evento/momenti-di-storia-ed-emozioni-raduno-per-auto-e-moto-storiche-a-san-martino-della-battaglia/?instance_id=60So can I add red bar information on bottom image like of portfolio posts?
And also can I crop small image?
See this link:
http://www.automotostorichetreviglio.it/grande-successo-per-levento-cera-una-volta/Why here I have a different result on previous link?
Thanks
Regards
StefanoApril 2, 2015 at 8:16 am #13157Veena
Moderator1. At present it is not possible.
2.Pls use the below custom CSS in themeoptions –
.single img.featured { width: auto; }
3.I have checked and i didn’t find any issue .
Actually if the posts having the same date the cycle gets confused and brings in the “duplicate” post somewhere in between sidestepping the other with the same date.If the issue persists pls try to set different date for each post and check again.April 3, 2015 at 7:01 pm #13185Stefacchio
ParticipantHello,
Why you can’t show red bar image information on single post featured image?
Can’t you call the same function?Thanks
ByeApril 7, 2015 at 6:53 am #13256Veena
ModeratorWe will get back to you shortly.
April 8, 2015 at 5:09 am #13277Veena
ModeratorPls modify file framework/functions/thumbnail-functions.php line no:37 –
return ($context == 'archive' || $context == 'starter');
to
return true;
April 8, 2015 at 8:37 am #13283Stefacchio
Participanthello,
good, it works fine but only on post.
On custom posts there is html but the opacity is 0% and doesn’t work hover.. Have I to add some script?thanks
RegardsApril 9, 2015 at 1:48 pm #13316Veena
ModeratorKindly share a link to the above specified page/post so that we will be able to suggest some custom CSS.
April 9, 2015 at 2:06 pm #13318Stefacchio
ParticipantHere red bar is hidden (custom post):
http://www.automotostorichetreviglio.it/evento/momenti-di-storia-ed-emozioni-raduno-per-auto-e-moto-storiche-a-san-martino-della-battaglia/?instance_id=60Here red bar is visible (wp post):
http://www.automotostorichetreviglio.it/grande-successo-per-levento-cera-una-volta/Let me know, thanks
April 10, 2015 at 1:50 pm #13336Veena
ModeratorPls include the below custom CSS in themeoptions –
.single .image-area:hover .image-info { opacity: 1; }
April 10, 2015 at 4:56 pm #13342Stefacchio
ParticipantNow it works fine, many thanks.
Last question.. Can I edit width / height featured image? I use aqua resizer..
Regards
April 14, 2015 at 12:52 pm #13410Raghavendra
ModeratorSorry for the delayed reply- was not sure exactly where you needed the image size to be changed. Are you trying to change the image size in the blog page or the single post or portfolio? Can you pls clarify and also pls mention your preferred image size so that we can provide the right code for that change. Thanks
April 14, 2015 at 1:03 pm #13411Stefacchio
ParticipantI need to resized featured image on custom post page and single post page because red bar information is largest then featured image.
Usingwidth:100%;
the image is blurred, so I need to change real size of image.
Now dimensions are 820x400px..Thanks
ByeApril 14, 2015 at 2:14 pm #13422Raghavendra
ModeratorUnfortunately, the aqua resizer does not support zoom crop and WordPress does not support it either and hence I do not think changing the image size would work in this case. The image size 820x400px should work fine provided the image is larger than that size. If smaller, no cropping will occur and hence it is better for red bar to be removed, IMO, from single post since the information in red bar is already available in the title above image. Hope this makes sense.
-
AuthorPosts
- The forum ‘Extinct Theme Support’ is closed to new topics and replies.