Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1198
Vladimir
Keymaster

Script for PrettyPhoto lightbox is already loaded so you don’t need to load other lightbox scripts.
I changed line 102 in “single-pi_portfolio.php” file and lightbox is working fine.

Here is how code should look like:
echo "<a href='{$image_url}' data-gal='prettyPhoto[pp_gallery_slider]'><img src='{$featured_image}' alt='{$image['title']}'/></a>";