I am building a new version of my web site with your wonderful theme but I am having a couple of issues with version 5.5.52:
1. When using the Search bar functionality, I get a properly rendered first page. Once I click over to the next page it is not rendering the results even though they are there. If I hit the refresh button on my browser (Safari and Chrome Mac) the page now properly displays. Try a search for \"fish\" (lots of results) on my included url, click to the second page (nothing shows)... Now refresh your browser while on this page and the page should render. I thought it might be my SearchWP plugin but it is doing it with it disabled as well. Any ideas?
2. On the Portfolio pages (Ocean Gallery in my case), I have created a number of Image Galleries. If you click on any image to bring up the prettyPhoto lightbox and hover your mouse pointer over the image, the captions for the image should appear at the bottom. It works perfectly except the first image doesn\'t show the caption information even though it is being sent properly via the link. Scroll through a gallery of photos and you will see what I mean. Close the lightbox, select another photo from the same gallery (now that one won\'t show the caption).
On a side note, I had to modify your vc_gallery.php file to enclose the meta description in the link with an htmlentities (ie. line 346: if(!empty($attachment_meta[\'description\'])) echo \'title=\"\'.htmlentities($attachment_meta[\'description\'], ENT_QUOTES).\'\"\';) because if there is a link inside the image description (caption) it breaks the page. My problem with the first clicked photo not showing the caption was there before I made this change.
FYI - I just installed your newest 5.5.53 version of Salient and it appears the problem with part of the captions showing over the image thumbnails is still there if the image description (caption) has a link with quotes in it (see attached image). My solution is to change line 346 to:
I am building a new version of my web site with your wonderful theme but I am having a couple of issues with version 5.5.52:
1. When using the Search bar functionality, I get a properly rendered first page. Once I click over to the next page it is not rendering the results even though they are there. If I hit the refresh button on my browser (Safari and Chrome Mac) the page now properly displays. Try a search for \"fish\" (lots of results) on my included url, click to the second page (nothing shows)... Now refresh your browser while on this page and the page should render. I thought it might be my SearchWP plugin but it is doing it with it disabled as well. Any ideas?
2. On the Portfolio pages (Ocean Gallery in my case), I have created a number of Image Galleries. If you click on any image to bring up the prettyPhoto lightbox and hover your mouse pointer over the image, the captions for the image should appear at the bottom. It works perfectly except the first image doesn\'t show the caption information even though it is being sent properly via the link. Scroll through a gallery of photos and you will see what I mean. Close the lightbox, select another photo from the same gallery (now that one won\'t show the caption).
On a side note, I had to modify your vc_gallery.php file to enclose the meta description in the link with an htmlentities (ie. line 346: if(!empty($attachment_meta[\'description\'])) echo \'title=\"\'.htmlentities($attachment_meta[\'description\'], ENT_QUOTES).\'\"\'; ) because if there is a link inside the image description (caption) it breaks the page. My problem with the first clicked photo not showing the caption was there before I made this change.
Thanks for your great work and support
ThemeNectar Support Team
Ha! That was simple enough. Thanks for all your support. I greatly appreciate it.
FYI - I just installed your newest 5.5.53 version of Salient and it appears the problem with part of the captions showing over the image thumbnails is still there if the image description (caption) has a link with quotes in it (see attached image). My solution is to change line 346 to:
if(!empty($attachment_meta[\'description\'])) echo \'title=\"\'.htmlentities($attachment_meta[\'description\'], ENT_QUOTES).\'\"\';
Just thought I would mention it to you in case anyone else is having the same problem.