I need to change the portfolio overview page, with all the thumbnails. I need to know where to find the individual PHP-code for each item. I just need to add under each thumbnail the "extra content" field which can be inputted in the portfolio item.
Now there are tons of files, and I need to adapt this php code, so that this extra content is viewed under ech thumbnail, on the portfolio-items page with all the category filters above.
1) But now the "image popup" function doesn't work anymore !So I see now the "custom text" for that thumb, but when I click, no big image shows on pop-up :/
2) The Portfoilio title has vanished from the thumb, which is essential.
Is there a way to get the portfolio title & the popup functionality ? Or can you show me where that php code resides for this ?
The php is in "salient/nectar/tinymce/shortcode-processing.php" file . Though its not recommended as the changes to it would be lost if you update the Theme .
HELP !!!!
I need to change the portfolio overview page, with all the thumbnails.
I need to know where to find the individual PHP-code for each item.
I just need to add under each thumbnail the "extra content" field which can be inputted in the portfolio item.
Now there are tons of files, and I need to adapt this php code, so that this extra content is viewed under ech thumbnail, on the portfolio-items page with all the category filters above.
THANKS !!!
Hey Again,
An Easier way is to change that particular Item to Custom Content Grid Item :
ThemeNectar Support Team
Hi,
That's a great !
1) But now the "image popup" function doesn't work anymore !So I see now the "custom text" for that thumb, but when I click, no big image shows on pop-up :/
2) The Portfoilio title has vanished from the thumb, which is essential.
Is there a way to get the portfolio title & the popup functionality ? Or can you show me where that php code resides for this ?
Hey Again,
The php is in "salient/nectar/tinymce/shortcode-processing.php" file . Though its not recommended as the changes to it would be lost if you update the Theme .
Be.st
ThemeNectar Support Team
Hi,
I altered that php file on line 2074:
I only added this:
<?php echo the_content(); ?>
And now no need that my client needs to click an extra button "custom content". Now I do not lose the "image popup function".