Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #337501

    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.

    #337773

    Hey tdmpro!

    Thank you for using Enfold.

    Where can we find this actual page? Please post the link here.

    Regards,
    Ismael

    #338135
    This reply has been marked as private.
    #338642

    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

    #338809
    This reply has been marked as private.
    #339349

    I’m still having issues. The mobile blog and category pages are not loading images and they are still loading dates…
    any other fixes?

    #341481

    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

    #341940

    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.

    #342490

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.