Page 141 of 152 FirstFirst ... 4191131139140141142143151 ... LastLast
Results 1,401 to 1,410 of 1518
  1. #1401
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: change hpme link

    I supposed I could just do a 301 from .htacess to redirect to these pages to the home page, but it would be so much neater if there was a way for Google to crawl these pages.

    Anyone got any ideas?

  2. #1402
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: change hpme link

    Anyone please?

  3. #1403
    Join Date
    Apr 2009
    Posts
    425
    Plugin Contributions
    2

    Default Re: change hpme link

    Quote Originally Posted by ttfan View Post
    I supposed I could just do a 301 from .htacess to redirect to these pages to the home page, but it would be so much neater if there was a way for Google to crawl these pages.

    Anyone got any ideas?
    I do not beleive that these are different pages. I am not an expert on this but all you are doing is hiding and revealing areas of the page when you click on the tab. Zen cart does have seperate pages to display new items and featured items. If you look at the html for the page you will find all the items on each tab are already on the page. They just arn't visable. Therefore I would reason that it is not necessary for google to list the tabs as seperate pages.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  4. #1404
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: change hpme link

    Thank you.

    Yes, the problem is that Google seem them as separate pages, and since the link does not actually lead to a page that exists, and produces a 404 error, Google reports it as a 404 error in Google Console.

  5. #1405
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,242
    Plugin Contributions
    1

    Default Re: change hpme link

    It's been a while since I've used this template and I'm not sure in which file you'll find this code, but for the tabs there is:

    Code:
    <li><a href="section-1" class="icon-food"><span>Newest</span></a></li>
    <li><a href="section-2" class="icon-shop"><span>Featured</span></a></li>
    <li><a href="section-3" class="icon-cup"><span>Specials</span></a></li>
    if you remove the href content like so

    Code:
    <li><a href="" class="icon-food"><span>Newest</span></a></li>
    <li><a href="" class="icon-shop"><span>Featured</span></a></li>
    <li><a href="" class="icon-cup"><span>Specials</span></a></li>
    the tabs will still work but google shouldn't complain. There will be a prettier way to do this but I only have a few mins.

  6. #1406
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: change hpme link

    That's a great idea, and works really well! Removing that just leave the site url, which is fine.
    For anyone else that want to fix this, the file is:
    /includes/templates/responsive_sheffield_blue/templates/tpl_index_default.php

    I have done the same fix on the product info pages, which also have a #section-1,#section-2 and #section-3, which produces a 404.
    The file for this is:
    /includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php

  7. #1407
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,242
    Plugin Contributions
    1

    Default Re: change hpme link

    As I come back to this, I believe a better way would be to remove the href altogether, so

    Code:
    <li><a href="" class="icon-food"><span>Newest</span></a></li>
    <li><a href="" class="icon-shop"><span>Featured</span></a></li>
    <li><a href="" class="icon-cup"><span>Specials</span></a></li>
    becomes

    Code:
    <li><a class="icon-food"><span>Newest</span></a></li>
    <li><a class="icon-shop"><span>Featured</span></a></li>
    <li><a class="icon-cup"><span>Specials</span></a></li>
    As I've just read an 'a' tag without the href is a 'placeholder hyperlink' in HTML5. You also don't need the class attribute but I've left it in in case it helps with any future styling needs.

    Removing the href means you lose the 'hand on hover' so you will have to add a line to your stylesheet, like this

    Code:
    .tabs nav a {
        color: #becbd2;
        display: block;
        font-size: 130%;
        line-height: 2.5;
        padding: 0 1.25em;
        white-space: nowrap;
        cursor: pointer;
    }

  8. #1408
    Join Date
    Nov 2013
    Location
    Weehawken, United States
    Posts
    1
    Plugin Contributions
    0

    Default Re: change hpme link

    Hi, I would like to deactivate this area or remove it completely
    Click image for larger version. 

Name:	Screenshot_2.png 
Views:	65 
Size:	5.9 KB 
ID:	17716

    and make this image bigger

    Click image for larger version. 

Name:	Screenshot (1).png 
Views:	64 
Size:	21.2 KB 
ID:	17717

  9. #1409
    Join Date
    Jan 2016
    Location
    NC
    Posts
    7
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Zencart 1.5.5f, new install, no add-ons/plug-ins.
    Can someone please tell me where to change/replace the images/alt in the slider on the home page? I have gone into admin/tools/define pages editor/define_main_page.php and there is nothing there for it and I cannot seem to locate where to make the changes.

  10. #1410
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    If by images/alt you mean the text that appears on the images on the slider, then that would be done in the admin panel tools/banner manager. The slide title is what apprears as text.

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR