The AJAX portfolio is great, but is it possible to have the AJAX box open at the current location rather than up the top?
My scenario is that I have 30+ images, and I’d like a preview of each at the current row so you don’t have to scroll back down after each preview.
Even like a lightbox style popup in the current location would do fine.
How can I go about this?
Something with this functionality would be amazing
http://codecanyon.net/item/ilightbox-revolutionary-lightbox-for-wordpress/3939523
http://ilightbox.net/#html_ajax
http://www.aerowebstudio.net/codecanyon/jquery.lightbox/examples.php?theme=default#help21
Here’s a workaround:
Open /js/shortcodes.js, comment or remove line 220 and line 241 (this will disable the scroll to top effect):
Then, add this CSS to the Quick CSS or to the css/custom.css file:
.portfolio_preview_container{
position: absolute;
z-index: 200;
background: white;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px 1px;
}
Best regards,
Josue