Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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; }

    #237377

    Hey lrobbins303!

    Can we see the site live with the css in place?

    Cheers!
    Devin

    #255252

    Sorry 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!!

    #255306

    Hey!

    This will do it:

    .avia_image.avia-align-center { pointer-events: none !important; } 
    

    Regards,
    Josue

    #255505

    Thanks 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!

    #255640

    Hi!

    Please add following code to Quick CSS instead

    .ajax_slide a.portolio-preview-list-image {
    pointer-events: none;
    }

    Best regards,
    Yigit

    #255669

    Thank you!!! That fixed it. Really appreciate your great support!
    Lori

    What 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!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘portfolio-ajax imagelist disable lightbox’ is closed to new replies.