-
AuthorPosts
-
March 12, 2014 at 5:57 pm #236426
I still having problems trying to disable lightbox from portfolito-ajax imagelist. When you point at the picture in the portfolio-ajax, a blue circle w/2 arrows displays and the cursor changes to a hand and it opens into a lightbox when you click on it. I am using the enfold child and I put the code below in the Quick CSS and also in the enfold custom.css but nothing changed.
Appreciate any suggestions. Thank you!
From reply#223484 and #222872:
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .portolio-preview-list-image { pointer-events: none!important; }March 14, 2014 at 4:59 am #237377Hey lrobbins303!
Can we see the site live with the css in place?
Cheers!
DevinApril 23, 2014 at 11:02 pm #255252Sorry I am just getting back to this. Not sure what you need to see it. My test site is:
http://rec-robeng.com under the projects menu when when click on one of the pictures.
I added the following code:
#top .portfolio-preview-list-image { pointer-events: none!important; } to both quick css and custom.css but still displays the lightbox.
Thanks!!April 24, 2014 at 5:55 am #255306Hey!
This will do it:
.avia_image.avia-align-center { pointer-events: none !important; }Regards,
JosueApril 24, 2014 at 2:14 pm #255505Thanks for your fast response. The fix you mentioned above removes the mouse pointer from my individual images on my front page which I want to keep. I want to disable the lightbox on the ajax portfolio. Example is under on my Projects page.
Thanks!April 24, 2014 at 5:43 pm #255640Hi!
Please add following code to Quick CSS instead
.ajax_slide a.portolio-preview-list-image { pointer-events: none; }Best regards,
YigitApril 24, 2014 at 6:42 pm #255669Thank you!!! That fixed it. Really appreciate your great support!
LoriWhat is the command to disable the lightbox like the one below for an image if the ajax preview is a slideshow instead of an image?
ajax_slide a.portolio-preview-list-image {
pointer-events: none;
}
Thanks again! -
AuthorPosts
- The topic ‘portfolio-ajax imagelist disable lightbox’ is closed to new replies.
