forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: davidvoy on August 05, 2017, 02:47:44 am

Title: Placement of a Banner under my GRIDDED Thumbnail Images
Post by: davidvoy on August 05, 2017, 02:47:44 am
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?
Title: Re: Placement of a Banner under my GRIDDED Thumbnail Images
Post by: ron4mac on August 05, 2017, 05:25:26 am
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.
Title: Re: Placement of a Banner under my GRIDDED Thumbnail Images
Post by: 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.
Title: Re: Placement of a Banner under my GRIDDED Thumbnail Images
Post by: ron4mac on August 05, 2017, 02:48:06 pm
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).
Title: Re: Re: Placement of a Banner under my GRIDDED Thumbnail Images
Post by: phill104 on August 06, 2017, 06:49:07 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.