Page 141 of 152 FirstFirst ... 4191131139140141142143151 ... LastLast
Results 1,401 to 1,410 of 1518
  1. #1401
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,300
    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.

  2. #1402
    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

  3. #1403
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,300
    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;
    }

  4. #1404
    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:	71 
Size:	5.9 KB 
ID:	17716

    and make this image bigger

    Click image for larger version. 

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

  5. #1405
    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.

  6. #1406
    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.

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by soxophoneplayer View Post
    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.
    thank you!!!!

  8. #1408
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I'm using a modified version of Responsive Sheffield Blue. I've tried "forever" to find and get rid of a little red triangle off to the side of my website and the thing continues to evade me. Can someone help me figure out how to get rid of it? It is found below the fold and to the left of a wide screen display. I'm attaching a JPG so you can see where it is found.

    Also, I welcome any other suggestions while you're looking around! Thanks!

    Click image for larger version. 

Name:	Red_Triangle.jpg 
Views:	271 
Size:	35.1 KB 
ID:	17791

  9. #1409
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,475
    Plugin Contributions
    11

    Default Re: Responsive Sheffield Blue V 2.0!

    It doesn't appear that you are using the ribbon calls in the stylesheet or are "covering them up" with other calls.
    You can do a quick fix by turning of the border-style:solid; in stylesheet.css for the .ribbon1 call around line 218

  10. #1410
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by dbltoe View Post
    It doesn't appear that you are using the ribbon calls in the stylesheet or are "covering them up" with other calls.
    You can do a quick fix by turning of the border-style:solid; in stylesheet.css for the .ribbon1 call around line 218
    Thank you... Ribbon "calls"... I don't know what a call is - perhaps that's why I had such a hard time styling them out of the template. I'll have to look into that and see what I can learn. Thanks again! It was such an easy solution after all the time I spent chasing ghosts.

 

 

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