GetSimple Support Forum
QUESTION GentleBreeze Theme - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: QUESTION GentleBreeze Theme (/showthread.php?tid=16563)



GentleBreeze Theme - PleasureMaster - 2022-01-03

Where do I look in the template.php to replace the text site title with a banner? I barely can understand php but will work it  if helped...

Gene


RE: GentleBreeze Theme - Oleg06 - 2022-01-03

(2022-01-03, 09:34:01)PleasureMaster Wrote: Where do I look in the template.php to replace the text site title with a banner? I barely can understand php but will work it  if helped...

Gene

Find the following code in the template, lines 36-39 and replace it with your code.
Code:
            <div id="logo">
                <h1><a href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>
                <p><?php get_component('tagline'); ?></p>
            </div>



RE: GentleBreeze Theme - Felix - 2022-01-04

Thank you Oleg06. (I will put that template online to make some publicity for the GS)


RE: GentleBreeze Theme - PleasureMaster - 2022-01-04

(2022-01-03, 21:20:30)Oleg06 Wrote:
(2022-01-03, 09:34:01)PleasureMaster Wrote: Where do I look in the template.php to replace the text site title with a banner? I barely can understand php but will work it  if helped...

Gene

Find the following code in the template, lines 36-39 and replace it with your code.

Thanks Oleg, I'll give it a shot.....
Gene



RE: GentleBreeze Theme - PleasureMaster - 2022-01-06

(2022-01-03, 21:20:30)Oleg06 Wrote:
Code:
            <div id="logo">
                <h1><a href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>
                <p><?php get_component('tagline'); ?></p>
            </div>

No luck getting the banner to load....not very knowledgeable in php here, only know how to blow up my theme :-( also looked thru the wiki for the right code to use without luck.  Would like to get it working, but not a major requirement.

Gene


RE: GentleBreeze Theme - Oleg06 - 2022-01-06

See how I did it. https://getsimplethemes.ru/gentlebreeze/


RE: GentleBreeze Theme - PleasureMaster - 2022-01-07

(2022-01-06, 09:20:44)Oleg06 Wrote: See how I did it. https://getsimplethemes.ru/gentlebreeze/

Looks great Oleg...That's what I'd like to have.


RE: GentleBreeze Theme - PleasureMaster - 2022-01-07

(2022-01-06, 09:20:44)Oleg06 Wrote: See how I did it. https://getsimplethemes.ru/gentlebreeze/

Found the code you used and it works fine, for once I didn't blow up my site.  Oleg, you're a life saver!

Gene


RE: GentleBreeze Theme - Felix - 2022-01-07

welcome to php - it is really not that hard


RE: GentleBreeze Theme - PleasureMaster - 2022-01-08

(2022-01-07, 20:00:01)Felix Wrote: welcome to php - it is really not that hard

Took cobal programming years ago, dumped a computer with one stupid mistake.  Last time I tried to program/code anything.  Guess I "Gun Shy" :-)