Hello,
I have some items in the portfolio page that I do not wish to have the overlay triggered when clicked. How is the best way to do this? I've attempted to adjust the jquery onclick trigger, and the view template but I'd appreciate your insight!
Thanks
Hi,
To disable ajax overlay, you can make some customisation in two files: custom.js and overlay.js
The two files are located in sites/all/themes/md_phoenix/js/front
- in file custom.js, search to the code:
- in file overlay.js please search to the code:
If you comment/delete the two code above, portfolio will not have overlay. You can add condition to set which items have overlay, which ones don't have