-
AuthorPosts
-
November 26, 2019 at 2:01 am #1160147November 27, 2019 at 3:11 pm #1160653
Hey ezdginc2017,
Could you please attach some screenshots of the issue? I cannot reproduce the issue on my end.
Best regards,
VictoriaDecember 3, 2019 at 3:14 am #1162054Hi Victoria,
Could you please let me know how to attach screenshots that I have?
The way to reproduce the issue is to use your cell phone and navigate to Portfolio then New Homes. Click on Rincon Valley Residence. Touch one of the thumbnails a ways down (but not the first one) below the main image. You’ll see the caption appears twice – below the image and larger on top of the image. Now scroll through the images using the arrows. You’ll see the caption for the first image sticks and covers all subsequent images.
Thank you again for your help.
December 5, 2019 at 2:55 pm #1163008Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.avia_mobile .page-id-2347 .avia-tooltip.avia-tt { display: none!important; }
Best regards,
YigitDecember 12, 2019 at 5:39 am #1165059Hi Yigit,
Thank you so much! That code worked for that portfolio item. How do I get it to work for all the portfolio items? I’m thinking the .page-id-2347 applies to part but not all of the portfolio.
Thank you again for your help.
December 12, 2019 at 7:06 am #1165086Hi,
Just remove the id:
.avia_mobile .avia-tooltip.avia-tt { display: none!important; }
Best regards,
Jordan ShannonDecember 12, 2019 at 6:44 pm #1165281thank you Jordan! That is so much better than having to list all the page id’s, which would have been clunky with future pages being added.
Thanks again!December 12, 2019 at 7:23 pm #1165296Hi,
No problem at all. Did you need additional help or shall we close this topic?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.