Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Aug 2007
    Posts
    4
    Plugin Contributions
    0

    Default Can't remove a link....help

    In my template where my main image, or banner image, would be i have a big link that has the url to my site typed out. I can't get rid of it, and it's ruining my template banner.

    Here are some images of where the link is:
    http://img.photobucket.com/albums/v6...ajei/link1.jpg
    http://img.photobucket.com/albums/v6...ajei/link2.jpg

    I've looked in almost every php file, I've used the developers tool kit, and I still can't find it. Please Help.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Can't remove a link....help

    It looks like an alt for the logo, or perhaps the tagline... Hard to say without a link to the live site.

  3. #3
    Join Date
    Aug 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can't remove a link....help

    arcadiasim DOT com /shop/

    is the link to the site. But i already removed the tagline. And i can't find that text when i search for the logo things.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Can't remove a link....help

    That is definitely the logo title or alt tag showing there.

    The #logo div stretches across the page, and inside it is #logo a (the link), which is what you are seeing,

  5. #5
    Join Date
    Aug 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can't remove a link....help

    So how do i remove it? what file can i find that in?

    i've looked for logo before but it can't find anything with #logo div, or my url associated with "logo"

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Can't remove a link....help

    You won't find your specific info in the code; it is defined as a constant in a language or configuration file, and the constant is used in the code and then replaced with your info at runtime.

    "#logo div" won't find anything. That means "a div inside the #logo element", and there is only a link ("a") inside the logo. So
    #logo a will control the link. Setting that to

    #logo a {display: none;}

    may control your output sufficiently.

  7. #7
    Join Date
    Sep 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Can't remove a link....help

    Its in your configuration as your store name. Delete your store name and the link will go. (or replace it)

    As usual a hard thing has a simple solution!!!!

    Thanks
    Jamie

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Can't remove a link....help

    You don't want to delete your store name because that is used in metatags and the window header bar, among others, and helps identify your store to search engines. This is another case where a simple solution can have unintended consequences.

  9. #9
    Join Date
    Aug 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can't remove a link....help

    what if we don't mind that out shop is not on search engines? i mean thats not important to us our shop is more for a closed community.

  10. #10
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Can't remove a link....help

    I have this same problem. I'm using the "Flowers" template and I have the store name and a link showing up in the header. I kind of understand what gjh42 is saying above but I have no idea where to find the "# logo a" code anywhere. I've searched with the Developer's Toolkit and am finding nothing.

    Any help you can offer is appreciated. I have removed my store name for the time being just so my client can see what the header would look like without the ghosted name - my site can be found at http://www.lauschacanada.com/shop.

    Thanks,

    Janelle

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How can I remove the 'Larger Image' Link?
    By ghostcorps in forum Basic Configuration
    Replies: 16
    Last Post: 2 Feb 2014, 10:17 PM
  2. Can't remove Featured Products Link
    By 1Mweeks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Dec 2011, 07:42 AM
  3. Help to remove link?
    By gobblersrun in forum General Questions
    Replies: 3
    Last Post: 16 Dec 2009, 01:08 AM
  4. how can I remove line around hover image link
    By Massilla in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Mar 2009, 06:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg