A A A

Please consider registering
guest

Log In Register

Login form protected by Login LockDown.


Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
How to remove the link of the Website Store Logo?
September 9, 2010
9:49 pm
Member
Forum Posts: 44
Member Since:
July 21, 2010
Offline

I want to ask how to  remove the link of the Website Store Logo?

I want to have a logo without any link on the top of the Navigation Bar only.  

Because now when I click the Website Store Logo, It will refresh it and go to the website again. 

How to have a logo only on the top of the Bar ?

Thank YOu

September 10, 2010
10:33 am
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

In the "header.php" file of your Market theme files, on or around line #114 through #122 you'll see the following code:

<div class="logo"><a href="<?php bloginfo('url'); ?>" alt="<?php bloginfo('name'); ?> – <?php echo mkt_THEME_HEADER_NAV_HOME; ?>"><img src="<?php
    if ($mkt_options['mktlogo'] != null) {
        echo $mkt_options['mktlogo'];
    } else {
          bloginfo('template_directory');
        echo '/imgs/logo.gif';
    }
    ?>" alt="<?php bloginfo('name'); ?>" /></a>
    </div>

Change this code to this:

<div class="logo"><img src="<?php
    if ($mkt_options['mktlogo'] != null) {
        echo $mkt_options['mktlogo'];
    } else {
          bloginfo('template_directory');
        echo '/imgs/logo.gif';
    }
    ?>" alt="<?php bloginfo('name'); ?>" />
    </div>

and save the file.

September 13, 2010
3:15 pm
Member
Forum Posts: 14
Member Since:
February 6, 2010
Offline

What if you would like the link to be directed to somewhere else than "Market theme"? How do you change the link of the header?

September 14, 2010
12:38 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

Then you wouldn't remove the "<a href" code, you would simply change where it redirects to.

Rather than linking to

href="<?php bloginfo('url'); ?>"

You would link it to where you wanted it to go:

Make sense?

September 14, 2010
1:22 pm
Member
Forum Posts: 14
Member Since:
February 6, 2010
Offline

Awesome. I get it now. Thank you very much. Smile

September 15, 2010
2:18 am
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

You're welcome.

November 2, 2011
11:29 pm
Member
Forum Posts: 92
Member Since:
October 3, 2011
Offline

I tried this change but it didn't work –  there may have been updates to mkt since this was posted — dunno ??

November 3, 2011
8:36 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

No, it should work ok.

 

Again, this is to remove the link behind the store logo — not to remove the logo image itself.

February 2, 2012
5:19 am
Member
Forum Posts: 7
Member Since:
September 29, 2011
Offline

How do I delete / remove the logo above the nav bar that says "Your Logo Here – a market theme powered storefront demo.  I thought the instructions above would remove that image but I have followed those instructions and the image is still there; I want it removed completely

Thank you

February 2, 2012
7:19 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline
10

In the "header.php" file, the logo code starts around line #115 through #123. That's where you'd modify it.

An easier method, would be to just upload your own logo through the Market Theme settings area. If you don't want ANYTHING to show, then just upload a 1x1 pixel transparent .GIF

(Or you can modify the code in the header file if you want.)

Forum Timezone: UTC 0

Most Users Ever Online: 40

Currently Online:
19 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

icy1: 2371

wreed06: 175

laurie390: 168

StitchTek Services, LLC: 144

boutiqueelliette: 130

yiorgos: 127

Member Stats:

Guest Posters: 428

Members: 2252

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 4

Topics: 2983

Posts: 16042

Moderators: Market Admin (5051)

Administrators: Market Admin (5051)

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.