Page 19 of 152 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 1518
  1. #181
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    tpl_stores_default.zipSome suggestions:
    1: the header_2 banner is in a wrong position and overlaps the languages flags;
    2: if I delete the "sales message" my logo is over the browser head, so I've changed the text with an image (5 stars)
    3: I've this pages "stores" (a list of my sub-resellers) retrieves many times ago from zencart plugin page, that not works well with sheffield template (here works fine http://www.100asa.it/stores)
    Can you help me to solve this issue?
    Last edited by 100asa; 6 Jul 2015 at 02:25 PM.

  2. #182
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Responsive Sheffield Blue v2.0

    Quote Originally Posted by picaflor-azul View Post
    I just submitted a completely new, updated version of the template package. The template has been updated to use the latest version of the DIY Template Default by rbarbour. Special thanks to him for putting together the framework for this responsive package. This latest version uses the advanced PHP Mobile Detect Script to serve up the optimized layout based on device. Also, thanks to DivaVocals for the AddtoAny zen cart plugin. Please see the readme.html file for a full list of credits for the package.
    Well that's what ya call being too busy.. I've been too busy to stalk you (as I often do..) I missed this template announcement all together.. Glad ya like the AddtoAny module.. So much better than AddThis (IMHO).. and I LOVE this new template.. Gonna have a play with it soon..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #183
    Join Date
    Jan 2014
    Location
    Fresno, California, United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue v2.0

    Thank you so much Anne, your templates are awesome! I have used Responsive Sheffield Blue on 2 websites www.vitabuilding.com a supplement store with over 6,000 products and www.greatartreproductions.com selling hand painted reproduction art. I have just installed Westminster New on www.timhedgesmusic.com a site for a musician/composer, he loves it. It is the perfect showcase for his music. You are amazing! Thanks so much for all of your hard work.

  4. #184
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,830
    Plugin Contributions
    124

    Default Re: Responsive Sheffield Blue v2.0

    Enid, if you look at the links on this forum, you'll notice they're constructed with rel="nofollow". Repeatedly posting your client URLs is considered spamming; it's not helping your clients and it's annoying. Please stop.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #185
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue v2.0

    So I moved and edit the files per the instructions. When I click to preview the templet I get
    Forbidden

    You don't have permission to access /store/includes/templates/responsive_sheffield_blue/images/https://www.picaflor-azul.com/images/readme/responsive-sheffield-blue-demo.png on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    If I change to that template I get a blank page?

  6. #186
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,830
    Plugin Contributions
    124

    Default Re: Responsive Sheffield Blue v2.0

    For the first issue, you need to adjust the permissions on the .png to make it readable by world.
    For the second issue, please post the log from /logs.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #187
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue v2.0

    .png looks to be from their server
    for the log
    [10-Jul-2015 18:35:34 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/cubmanky1/public_html/store/pjxsaj0jkn1ppb0e/includes/functions/general.php on line 1774

    [10-Jul-2015 18:35:34 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/cubmanky1/public_html/store/pjxsaj0jkn1ppb0e/includes/functions/general.php on line 1774

  8. #188
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue v2.0

    line 1772 thru 1776
    function zen_call_function($function, $parameter, $object = '') {
    if ($object == '') {
    return call_user_func($function, $parameter);
    } else {
    return call_user_func(array($object, $function), $parameter);

  9. #189
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,830
    Plugin Contributions
    124

    Default Re: Responsive Sheffield Blue v2.0

    Issue 1: See https://www.zen-cart.com/showthread....67#post1286467

    Issue 2 - search this thread to see if anyone else has reported this.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #190
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Sheffield Blue v2.0

    You should change the name of your admin folder since you have published it online for the world to know.

    Code:
    MySecretAdmin/includes/functions/general.php
    That file is not part of the SheffieldBlue template files (that I could see) so might not be template related.

    Lines adjacent to 1772-1776

    Code:
    /**
     * Returns the tax rate for a tax class
     * TABLES: tax_rates
     */
      function zen_get_tax_rate_value($class_id) {
        return zen_get_tax_rate($class_id);
      }
    
      function zen_call_function($function, $parameter, $object = '') {
        if ($object == '') {
          return call_user_func($function, $parameter);
        } else {
          return call_user_func(array($object, $function), $parameter);
        }
      }
    
      function zen_get_zone_class_title($zone_class_id) {
        global $db;
        if ($zone_class_id == '0') {
          return TEXT_NONE;
        } else {
          $classes = $db->Execute("select geo_zone_name
                                   from " . TABLE_GEO_ZONES . "
                                   where geo_zone_id = '" . (int)$zone_class_id . "'");
          if ($classes->EOF) return '';
          return $classes->fields['geo_zone_name'];
        }
      }
    
    ////
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 

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