Page 1 of 2 12 LastLast
Results 1 to 10 of 1514

Hybrid View

  1. #1
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    On the product info page how would you add the text "click for larger image" under the product image???? Right now I have no text under the product picture.

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    On the product info page how would you add the text "click for larger image" under the product image???? Right now I have no text under the product picture.
    There may be a constant defined for this. Check the includes/templates/responsive_sheffield_blue/templates/tpl_modules_main_product_image.php

    Thanks,

    Anne

  3. #3
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    There may be a constant defined for this. Check the includes/templates/responsive_sheffield_blue/templates/tpl_modules_main_product_image.php

    Thanks,

    Anne
    Here s the right answer:
    goto: /includes/languages/responsive_sheffield_blue/english.php
    Line #291 : define('TEXT_CLICK_TO_ENLARGE', '');
    and change to: define('TEXT_CLICK_TO_ENLARGE', 'Click to Enlarge');

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    Here s the right answer:
    goto: /includes/languages/responsive_sheffield_blue/english.php
    Line #291 : define('TEXT_CLICK_TO_ENLARGE', '');
    and change to: define('TEXT_CLICK_TO_ENLARGE', 'Click to Enlarge');
    I am happy that you figured it out ;)

    Thanks,

    Anne

  5. #5
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi Anne,

    When I click 'Featured' in the footer of the demo, I see TEXT_NO_PRODUCTS (undefined) from includes/modules/responsive_sheffield_blue/product_listing.php on line 269. The same happens in my local demo clicking 'Specials' or 'New Arrivals' in the footer if there is nothing to show. I think the constant TEXT_NO_PRODUCTS is only used in searches, defined as 'There is no product that matches the search criteria.'
    I could add a define for TEXT_NO_PRODUCTS to includes/languages/responsive_sheffield_blue/english.php but that would be the same text for Featured, Specials and New.
    Any idea how to select one of three applicable defines in product_listing.php on line 269?

    Thanks,


    jpda

  6. #6
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    Hi Anne,

    When I click 'Featured' in the footer of the demo, I see TEXT_NO_PRODUCTS (undefined) from includes/modules/responsive_sheffield_blue/product_listing.php on line 269. The same happens in my local demo clicking 'Specials' or 'New Arrivals' in the footer if there is nothing to show. I think the constant TEXT_NO_PRODUCTS is only used in searches, defined as 'There is no product that matches the search criteria.'
    I could add a define for TEXT_NO_PRODUCTS to includes/languages/responsive_sheffield_blue/english.php but that would be the same text for Featured, Specials and New.
    Any idea how to select one of three applicable defines in product_listing.php on line 269?

    Thanks,


    jpda
    If you do a search of the forum you will find that this has already been asked and answered.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue V 2.0!

    I'm using One of Anne's other templates but there is a lot of crossover. She defines it in
    Code:
    includes/languages/english/westminster_new/index.php
    
    Line #42 : define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); 
    
    Line #43 : define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); 
    ]
    I don't know why there and not the English.php though. And the wording is vague enough you could use for all 3 situations.

    Lruskauff

  8. #8
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by lruskauff View Post
    I'm using One of Anne's other templates but there is a lot of crossover. She defines it in
    Code:
    includes/languages/english/westminster_new/index.php
    
    Line #42 : define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); 
    
    Line #43 : define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); 
    ]
    I don't know why there and not the English.php though. And the wording is vague enough you could use for all 3 situations.

    Lruskauff
    I did find those defines, they are stock Zen Cart, but in RSBv2.0 apparently not loaded when you click featured, specials or new products from the footer.
    Thanks for your response!

    Cheers,


    jpda
    Last edited by jpda; 14 Oct 2015 at 04:08 AM.

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by jpda View Post
    I did find those defines, they are stock Zen Cart, but in RSBv2.0 apparently not loaded when you click featured, specials or new products from the footer.
    Thanks for your response!

    Cheers,


    jpda
    I am happy that you figured it out.

    Thanks,

    Anne

  10. #10
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi:

    Just a quick question.

    On an Android tablet, if you do not hit the arrow button the menu drops down but does not stay down. A person really has to be precise to get the menu to stay down. Is it possible to have the drop down menu automatically drop down on the main page?

    Here is an example of what I am asking http://cabelas dot com.

    I assume it could not be done on the mobile template but maybe on the desktop and tablet ones.

    Dave

 

 
Page 1 of 2 12 LastLast

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

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