Osclass forums

Support forums => Themes => Real Estate => Topic started by: close2u on November 26, 2013, 10:02:23 am

Title: how to add logo image + page title?
Post by: close2u on November 26, 2013, 10:02:23 am
Hi!
i want to add a logo image right on the page title!!
I would appreciate any help..Thanks
Title: Re: how to add logo image + page title?
Post by: frosticek on January 26, 2014, 12:19:19 pm
@close2u
Only add following code wherever you need it:
Code: [Select]
<a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo logo_header(); ?></a>
Title: Re: how to add logo image + page title?
Post by: close2u on January 27, 2014, 10:22:55 pm
big thanks  ;D
Title: Re: how to add logo image + page title?
Post by: frosticek on January 28, 2014, 10:19:01 am
@close2u
You are welcome, if you problem is solved, please add [Solved] to title of this thread  ;)
Title: Re: how to add logo image + page title?
Post by: close2u on January 28, 2014, 06:15:27 pm
not solved  ???

the code is already there, but instead of text, I want both an image and text.
Title: Re: how to add logo image + page title?
Post by: tomshaft on January 28, 2014, 07:09:27 pm
Maybe this is what your asking:

For JUST LOGO. insert:
<a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo logo_header(); ?></a>

For logo AND site name. Also Insert the following code:

    <a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo osc_page_title() ; ?>

Place anyplace you want site name but best if placed directly under the logo code.
For best layout you will have to adjust the css file.
Tom
Title: Re: how to add logo image + page title?
Post by: Husa64 on May 10, 2014, 06:55:24 am
Make a favicon.ico of your logo put it in root folder of your site.
Title: Re: how to add logo image + page title?
Post by: frosticek on May 11, 2014, 11:45:09 am
@Husa64
Outtopic ?
Title: Re: how to add logo image + page title?
Post by: dcmhomebuyers112 on May 29, 2014, 06:15:46 pm
You can find the code by editing the header.php file.

To edit the file:

1) Login to WP admin panel

2) Click Appearance in the left sidebar

3) Click Editor

4) In this page click on the header.php link (to edit the file) in the right side of the screen.

5) Copy the code and paste in this forum.

Put the code between Your code here

Thanks
Title: Re: how to add logo image + page title?
Post by: frosticek on May 30, 2014, 12:25:01 pm
@dcmhomebuyers112
WP admin panel?
Title: Re: how to add logo image + page title?
Post by: tomshaft on June 01, 2014, 07:55:53 pm
What the heck are these folks posting about????
Tom
Title: Re: how to add logo image + page title?
Post by: design on June 02, 2014, 09:01:07 pm
some themes allow for editing your files through the admin panel.