Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #589287

    Hi,
    I have four small problems // questions:

    1. I created a gallery post with captions and the Lightbox. On desktop everything works fine. However, on mobile, one tap acts as a hover over at which point the caption appears; the second tap opens the lightbox, but the caption element does not disappear and is obscuring the image. Can I switch off the hover over captions on mobile only?
    Link: http://mete.photography/amsterdam/
    2. The title of my post does not appear on the main blog posts page. I have no idea why.
    Link: http://mete.photography/
    3. I switched off the option to display the post date, but it still appears under the featured image. How do I switch it off?
    4. Is it possible to use multiple featured images on the main blog post page? If I use only one, it appears very large on desktop and doesn’t even fit in the screen (I don’t want to use the small featured image size, as it makes it just minuscule on both desktop and mobile). In general, is there a way to control the appearance of the post on the main blog page except for the featured image and the excerpt?

    Thank you in advance for the help.

    #590805

    Hey!

    1. Add this to Quick CSS:

    @media only screen and (max-width: 767px) {
        .avia-tooltip.avia-tt {
            display: none !important;
        }
    }

    2. Are you using Advanced Layout Builder in those Posts? if so, you’d need to manually create a Heading element for the title.

    3. Add this:

    .slide-meta{display: none;}
    

    Cheers!
    Josue

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