double logo

Discussion in 'Harrington- A WordPress Business Theme.' started by jezbellkid, Jul 5, 2016.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way to make a double logo at the top of the page?? I have two businesses that share a logo just with different text. I would love one logo to link to the restaurant and one to the market. Please see http://thatlittleplacebythelights.ca.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please follow the screenshots given below.

    1) Harrington_add_logo2_1.png

    Code is given below..
    PHP:
    <div class="logo2"><a href="<?php echo home_url(); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo2') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo2'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php ?>" alt="<?php bloginfo('name'); ?> logo"/></a></div>
    2) Harrington_add_logo2_2.png
    Code is as follow..
    PHP:
    array("name" => "Custom Logo2",
                
    "desc" => "Upload a logo for your Website.",
                
    "id" => "inkthemes_logo2",
                
    "type" => "upload"),
    And after that, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo2 img {
        float: right;
        margin-top: -179px;
        margin-right: 130px;
    }
    Note: Change the numeric value as per the requirement..

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    My header PHP folder look very different from your screen shots. see attached screen shot. It seems I already have grid 24 ?? Could you please help me some more.
    Thanks
     

    Attached Files:

  4. nitin

    nitin Guest

    Hi,

    It seems that you have some custom changes done in your website.

    This time, just let us do it for you. For this, we need access to your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :

    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I have made the suggested changes to the code in header.php and in the functions folder. However the menu has now moved over the logo so there is a down arrow on the logo and now the harrington logo is on the website. see http://thatlittleplacebythelights.ca/

    I would like to have the two logos on the left side of the header be separate links to different pages on my site.

    Please help

    Thanks
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you please allow to make the necessary changes in your site.

    Kindly, share your WordPress admin credentials at [email protected]:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page