Page 29 of 152 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 1518
  1. #281
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    I would restore the tpl_modules_mobile_categories_tabs.php file to the original. If you want to hide the customer service drop down add this to your stylesheet.css file:
    Code:
    ul.slimmenu li.customer-service-li{display:none;}
    If you want to change the information drop down then you have to edit the tpl_modules_mobile_categories_tabs.php file. If you remove an item be sure to remove the <li> and the matching </li>
    Thanks,
    Anne
    Whoo hoo. I got it. Thank you.

    For anyone following along from a search in the future that wants to remove items from the top menu here is the solution that a brain like mine can understand.
    The path to the file we are talking about is
    includes/templates/responsive_sheffield_blue/css/stylesheet.css
    in my example below I am going to remove both the about us and the customer service items from the top menu.
    in that file (stylesheet.css) go to around line 356 and you will find the following code.

    Code:
    ul.slimmenu li.aboutus-li ul li{width:600px;}
    ul.slimmenu li.customer-service-li ul li{width:600px;}
    replace that with

    Code:
    ul.slimmenu li.aboutus-li {display: none;}
    ul.slimmenu li.customer-service-li {display: none;}
    notice that not only the display: none attribute was changed but also the ul li was taken out.

    Be sure to use
    Code:
    /*hidden note to yourself*/
    To leave a description of your changes and some keywords that will help you find it in a search later


    The path to the other file we were talking to change what is in the dropdown is
    includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php


    Thanks Anne, I thought I was never going to get this tackled.

  2. #282
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by LindaLou View Post
    Re: Button: Go to product's detailed information. This is running to wide for my three column category pages.
    I have been to Includes/languages/english/button-names.php and changed the 'Go to product's detailed information ' to 'Product Details' but that changed nothing.
    I have looked for the button_goto_prod_details.gif in includes/template/responsive sheffield blue/.................heck I have looked in more files than I can remember and can't find the image file to change. When I use firebug I can alter the text so I would think I only need alter text somewhere. Any help would be most appreciated.
    Ah ha. I might actually be able to help someone else.
    I changed that myself to say "info/add".
    What I did was use the developers tool kit in the admin. in the bottom field (look up in all files, php and css) with my search term 'go to product's detailed information'
    and at the top of the page it will show the search result.
    I think you are on the right track for the path.
    includes/languages/english/button_names.php

    The line you want is
    Line #103 :
    Code:
    define('BUTTON_GOTO_PROD_DETAILS_ALT', 'the text that you would rather have goes here');
    Last edited by angst; 9 Aug 2015 at 03:17 AM.

  3. #283
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Appreciate the tip but I've already done that.

    define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Product Details');

    There is also this line in that file:
    Define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif'); line 52.

    I don't understand why there would be an image file to something you can alter the text to. I spent a couple hours trying to find this image file to edit it. I never found it. I read that it could be found in Includes/templates/responsive sheffield blue/buttons/english but there is only one file there called: button_update_cart.gif.
    Reading more I found instructions that if it's not found there it will be found in includes/templates/template_default/buttons/english/ but the file I find there titled: button_goto_prod_details.gif is not what is displayed on my site in or as the black box.

  4. #284
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    The programmer that I enlisted to assist in updating my site says:
    "the template language files are missing those defines. All files were uploaded. It will require adding those defines to the template language defines by hand"

    Could you weigh in on this for me? I would think these files should be there in a new install.

    Quote Originally Posted by picaflor-azul View Post
    It looks like you have not uploaded all of the template files. Check the template package files against the files on your server to see what is missing.

    Thanks,

    Anne

  5. #285
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Can you give us your site so we can see what you mean?

    lruskauff

  6. #286
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Yes, I'm sorry. I thought I had posted it.
    www.notarycentral.net/notary

    Quote Originally Posted by lruskauff View Post
    Can you give us your site so we can see what you mean?

    lruskauff

  7. #287
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by LindaLou View Post
    Define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif'); line 52.
    I don't understand why there would be an image file to something you can alter the text to. I spent a couple hours trying to find this image file to edit it. I never found it. I read that it could be found in Includes/templates/responsive sheffield blue/buttons/english but there is only one file there called: button_update_cart.gif.
    Reading more I found instructions that if it's not found there it will be found in includes/templates/template_default/buttons/english/ but the file I find there titled: button_goto_prod_details.gif is not what is displayed on my site in or as the black box.
    Sorry I didn't have the answer. I have had a lot of screen time since I made that change so it is kind of all a blur. I can tell you for sure though that I remember that I did not manipulate a gif at all. I found a line of code that I changed the text on. Hope that at least points you in the right direction until someone shows up in the thread that knows what they are doing.

    Quote Originally Posted by LindaLou View Post
    The programmer that I enlisted to assist in updating my site says:
    "the template language files are missing those defines. All files were uploaded. It will require adding those defines to the template language defines by hand"
    Could you weigh in on this for me? I would think these files should be there in a new install.
    Your guy may be telling you that there are some old files that need to be merged with the new ones to get all the commands in that are supposed to be there so old add ons cooperate with new add ons or versions. When I upgraded I had that problem. The fast and easy cart module did not work, the same problem came up again when changing the template. In my case I had hired someone to help and he found the problem in /includes/templates/responsive_sheffield_blue/common/html_header.php where some code for css_jloader needed to be merged.

  8. #288
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I do really appreciate your help. It is a new install so there is nothing old hanging around to create issues. I did change the text where you explained but it didn't change anything. I laugh at you saying about being a blur. It's like ring around the rosey and you forget which places you stopped off at along the way. lol.

  9. #289
    Join Date
    Aug 2015
    Location
    Dallas, Georgia
    Posts
    2
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Default Re: Responsive Sheffield Blue V 2.0!
    Hello,

    I love this template. This is my first time setting up a zencart... The Responsive-Sheffield-Blue v2.0 looks great in Internet Explorer and Chrome, but is not working in Safari... shows blank screen... I am not sure when this started, so not sure where I made an error... please help... my site is www.bodhisblessing.com

    Thank you,

    Bill
    Quick reply to this message Reply Reply With Quote Reply With Quote Multi-Quote This Message
    8 Aug 2015, 09:31 PM #280 lruskauff's Avatar lruskauff lruskauff is online now
    Zen Follower
    Join Date
    Sep 2008
    Location
    WA

    Default Re: Responsive Sheffield Blue V 2.0!
    Hi

    I just pulled it up on Safari. It was very slow loading but came up. Not sure what to tell you.

    lruskauff


    Thank you!!! I am not sure, sort of reluctant to try, but would Enable GZip Compression help with this... Have not tried yet because it seemed to be working fine...
    Last edited by Bill367; 9 Aug 2015 at 11:50 PM.

  10. #290
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi

    I went to your construction page and using Firefox's tools, I selected all of your CSS for stylesheet.css. Then I went to a similar page on the responsive demo site and selected all of her css and pasted it into your code. Your box problem is fixed.

    So I would suggest loading her stylesheet.css back into your site and starting from there.

    As for the button image (I didn't get to test because my system is down), I believe it takes the base part of the filename (before the .gif) and uses that to make the button. Try changing that part.

    lruskauff

 

 

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