New Landing How can we help? Themeforest Theme Support Joyn In SPB > Image > In mouse hover, the background color don't display on iPad

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Joyn
  • #183413
    mengeco
    Member
    Post count: 558

    Hello,

    In SPB > Image > In mouse hover, the background color and title appear over the image correctly on the PC but does not appear on the iPhone / iPad

    Is there a solution?

    Best Regards

    #183414
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #183446
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you shortly.
    Thanks
    Mohammad

    #183810
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It doesn’t show on mobile because the transition is stopped when the page is loaded (as there is no hover state). We can provide some css to show it permanently at the bottom of the image if that would work for you?

    – Ed

    #183815
    mengeco
    Member
    Post count: 558

    Thanks but I know my client will ask me.
    ok for test your css

    #183973
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    @media only screen and (max-width: 768px) { 
    figure.animated-overlay figcaption {
      height: 50px;
      opacity: 1;
      top: auto;
      bottom: 0;
    }
    figure.animated-overlay figcaption .thumb-info h4 {
      opacity: 1;
      transform: none;
    }
    }

    – Kyle

    #184012
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #184020
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #184021
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try clearing your cache, they’re showing for me

    – Kyle

    #184037
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #184480
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, I missed a line off css:

    @media only screen and (max-width: 768px) { 
    figure.animated-overlay figcaption {
      height: 50px;
      opacity: 1;
      top: auto;
      bottom: 0;
    }
    figure.animated-overlay figcaption .thumb-info h4 {
      opacity: 1;
      transform: none;
      -webkit-transform: none;
    }
    }

    – Kyle

    #184501
    mengeco
    Member
    Post count: 558

    Yes, it work ! Thank you very much Kyle !! ๐Ÿ˜‰

    #184503
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register