-
AuthorPosts
-
August 8, 2017 at 5:53 pm #835947
Hi I am using the Portfolio to display staff profiles. There is only one image so once clicked the portfolio masonry grid I am using the Ajax Portfolio – but there will only ever be one image so I don’t need or want the roll-over and full-size image view in ajax… Is there any way to disable this?
Thanks Matt
August 8, 2017 at 6:37 pm #835992Hey julie_ferrand,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonAugust 8, 2017 at 7:56 pm #836038Here you go
August 8, 2017 at 11:40 pm #836076Hi,
Add the following to quick css:
.page-id-22 .av-masonry-entry, article main_color.inner-entry{ pointer-events: none; cursor: default; }
Best regards,
Jordan ShannonAugust 8, 2017 at 11:52 pm #836085Hi added that CSS – no change – but could be cache. Seems the new Enfold is a little cache-trophic
thanks
August 8, 2017 at 11:55 pm #836087Hi,
Try clearing the cache a few times over. Also, try adding it to the very top of quick css so it runs first just to make sure it will in fact run.
Best regards,
Jordan ShannonAugust 9, 2017 at 7:30 am #836195Hi Jordan.
Thanks – moved the CSS.
Ah… though now see what its done. Sorry I have both a masonry grid as well as a portfolio grid. The code as disabled the masonry grid click through totally.
What I am trying to achieve is only with the portfolio grid (its the top grip on the page link sent). I was to be able to click the first block and get the Ajax gallery view. Its once I am in the Ajax gallery as there would only ever in this case be a singular image the roll-over and image viewer aren’t required (in fact it would be ideal to get the image smaller if possible). Though I’d prefer that its a CSS solution and not a code change.
Thanks Matt
August 9, 2017 at 11:09 am #836282Hi,
This should target the first block only:
.page-id-22 article.main_color.inner-entry{ pointer-events: none; cursor: default; }
Best regards,
Jordan ShannonAugust 9, 2017 at 1:03 pm #836353Thanks Jordan – however the ‘child’ image has no roll-over now – so Ajax is not popping up with the extra details.
Cheers Matt
August 9, 2017 at 1:04 pm #836354Is there anyway I can upload images?
August 9, 2017 at 4:28 pm #836471August 9, 2017 at 5:39 pm #836515Let me upload images to the media library of that site and share the image links.
August 9, 2017 at 5:42 pm #836517These are how I want them to work: So Portfolio grid elements as standard.
- This reply was modified 7 years, 3 months ago by mattwalt.
August 9, 2017 at 5:42 pm #836518This I don’t want to happen. The Ajax Gallery view – no roll-over on image and no image enlarged view.
- This reply was modified 7 years, 3 months ago by mattwalt.
August 9, 2017 at 8:53 pm #836603Hi,
I see, add the following to quick css:
.av_table_col.first.portfolio-preview-image{ pointer-events:none!important; }
Best regards,
Jordan ShannonAugust 9, 2017 at 8:57 pm #836604Thats it – thank you!
August 9, 2017 at 9:03 pm #836611Hi,
Perfect! I’m glad I was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Roll-over disable on Ajax Portfolio’ is closed to new replies.