-
AuthorPosts
-
September 6, 2018 at 10:45 am #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, HelenSeptember 6, 2018 at 1:20 pm #1006582Hey 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,
VictoriaSeptember 14, 2018 at 4:47 pm #1009909I 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
HelenSeptember 16, 2018 at 9:41 am #1010325Hi 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,
VictoriaSeptember 17, 2018 at 10:41 am #1010663HI Victoria
Please could you tell me how to set it that the first tap shows the title.
Many thanks
HelenSeptember 17, 2018 at 2:21 pm #1010762Hi Helen,
Here are some threads to consider:
https://kriesi.at/support/topic/enfold-masonry-gallery-image-hover-rollover-for-tablets-ipads-smartphones/Best regards,
VictoriaSeptember 17, 2018 at 5:16 pm #1010847Unfortunatley 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
HelenSeptember 17, 2018 at 11:08 pm #1011019Hi,
Unfortunately there is no such setting – but it is something we can suggest to our developers.
Best regards,
BasilisSeptember 18, 2018 at 10:06 am #1011174Hi 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
HelenSeptember 18, 2018 at 1:39 pm #1011270Hi Helen,
Yes, it can be achieved but will require changing or adding some JavaScript.
Best regards,
VictoriaSeptember 18, 2018 at 1:46 pm #1011276OK Victoria what would I need to change.
HBSeptember 18, 2018 at 1:59 pm #1011291Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.