I am trying to edit the Theme and even tried the include PHP files, but can not find where I can place code to show a banner right BELOW the Grided Thumbnail Images....
Here is a link to mu EVENT Photo site - http://voyphotos.com/thumbnails.php?album=13
can someone point me to where i can edit and put in a banner directly under the Thumbnails.
or even Just UNDER the Navigation Bar where you go to Next/Previous Photos?
The best way to do that is to copy the $template_thumbnail_view from include/themes.inc.php into your theme.php file and make changes there.
I've attached a theme.php(.txt) file from your theme (mnd-cpg12) as an example of how it could be done.
Yes, but im looking for the exact placement to put a Banner AD right under the NEXT/PREVIOUS navigation bar which is under the GRID Thumbnails.
Quote from: davidvoy on August 05, 2017, 09:27:03 AM
Yes, but im looking for the exact placement to put a Banner AD right under the NEXT/PREVIOUS navigation bar which is under the GRID Thumbnails.
You would need to copy the
theme_display_thumbnails function from
include/themes.inc.php into your
theme.php file and make changes there as needed.
Alternatively, a plugin would be able to add extra content there (as your social-sharing plugin is doing).
Quote from: ron4mac on August 05, 2017, 02:48:06 PM
You would need to copy the theme_display_thumbnails function from include/themes.inc.php
That should also be available in the sample theme which is probably the best place to cut it from.