Tagged: mobile
I have three issues happening right now.
1) In mobile view none of the features images show on the category pages. They only show a short bit of text and the date. See attached screenshot image for reference.
2) In mobile view the dates on showing on excerpts/category pages – I do not want them showing.
3) In excerpts/category pages on desktop view the dates are showing also.
Thank you for your reply and help.
Hey tdmpro!
Thank you for using Enfold.
Where can we find this actual page? Please post the link here.
Regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive span.post-meta-infos {
display: none;
}
Regards,
Yigit
I’m still having issues. The mobile blog and category pages are not loading images and they are still loading dates…
any other fixes?
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
figcaption.av-inner-masonry-content, span.av-masonry-date { display: none !important; }}
Regards,
Yigit
Thanks, Yigit. It’s still showing just text and dates on phones. I tested three different phones. Anything I should be adding for phones specifically? It’s fine on the desktop and ipad now.
Hi!
Please flush browser cache on your mobile device, i just checked your website on my iphone and captions are not showing on my end – http://i.imgur.com/WD8z6TW.png
Cheers!
Yigit