Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1006531

    Hi Kriesi
    My site is using the masonry grid to show portfolio work.
    I have it set so that the full image shows and the title only appears on hover. This is working well on PC view.
    When we visit on iPad or iPhone the title is showing all the time and cutting off part of the image.
    We would like it to show the full image no matter what device you are on.
    Please advise how we can achieve this.
    Many thanks, Helen

    #1006582

    Hey helban,

    Well, it’s hard to move it anywhere is current setup, but you can make it transparent by using the code below:

    
    @media only screen and (max-width: 990px) {
      .main_color .container .av-inner-masonry-content{
          opacity: 0.7;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1009909

    I am not sure I described the problem well enough.
    When you are in PC view the masonry grid portfolio doesn’t show the title overlay at all. When you hover you get the title.
    when you are in mobile view the masonry grid portfolio shows the title overlay all the time, which is not want we want it to do. However, we do still want it to show the title overlay on hover.
    How can we make the mobile masonry grid work as well as the PC view.
    Many thanks
    Helen

    #1010325

    Hi Helen,

    There is no hover on the mobile devices, there are taps and they do not act the same way, so it cannot be done the same as on pc, it can be that the first tap shows the title and then the double tap follows the link.

    Or just show title as it is shown right now.

    Best regards,
    Victoria

    #1010663

    HI Victoria

    Please could you tell me how to set it that the first tap shows the title.

    Many thanks
    Helen

    #1010762
    #1010847

    Unfortunatley Victoria, neither of these links helps me set up for one click to see the title. I have used some of their knowhow to adjust the CSS but it hasn’t worked.

    If Enfold is set up to have a setting for one click to view the title please advise where this is.

    many thanks
    Helen

    #1011019

    Hi,

    Unfortunately there is no such setting – but it is something we can suggest to our developers.

    Best regards,
    Basilis

    #1011174

    Hi Victoria you post above says:

    Hi Helen,

    There is no hover on the mobile devices, there are taps and they do not act the same way, so it cannot be done the same as on pc, it can be that the first tap shows the title and then the double tap follows the link.

    Or just show title as it is shown right now.

    Best regards,
    Victoria
    Please explain what you mean by the first tap shows the title and second the link. The problem here is that the title and overlay shows all the time in mobile view which is what we don’t want to happen. Please advise.
    With regards
    Helen

    #1011270

    Hi Helen,

    Yes, it can be achieved but will require changing or adding some JavaScript.

    Best regards,
    Victoria

    #1011276

    OK Victoria what would I need to change.
    HB

    #1011291

    Hi Helen,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

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