Page 139 of 152 FirstFirst ... 3989129137138139140141149 ... LastLast
Results 1,381 to 1,390 of 1518
  1. #1381
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: change hpme link

    OK on the home page I have tabs called Newest, Featured, Specials and when I click on them I get the following:

    The requested URL /section-1 was not found on this server.
    The requested URL /section-2 was not found on this server.
    The requested URL /section-3 was not found on this server.

  2. #1382
    Join Date
    Sep 2012
    Posts
    42
    Plugin Contributions
    0

    Default Re: change hpme link

    Hope someone can help me as I am a bit stumped!

    I recently upgraded my site to ZCv1.5 and also installed the latest version of this template. Before I went live, I added all the mods and tested everything very thoroughly (www.experilab.co.za/demo).
    Went live yesterday (www.experilab.co.za) but now the left sideboxes suddenly show up on mobile devices (in stead of only the centre column). I checked all admin settings twice after going live.

    Any ideas of where to look?

  3. #1383
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: change hpme link

    Quote Originally Posted by tmccaff View Post
    Got you. I will try to be more specific.
    see #333in this thread. <https://www.zen-cart.com/showthread....25#post1291125
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  4. #1384
    Join Date
    Sep 2012
    Posts
    42
    Plugin Contributions
    0

    Default Re: change hpme link

    Quote Originally Posted by Francois View Post
    Hope someone can help me as I am a bit stumped!

    I recently upgraded my site to ZCv1.5 and also installed the latest version of this template. Before I went live, I added all the mods and tested everything very thoroughly (www.experilab.co.za/demo).
    Went live yesterday (www.experilab.co.za) but now the left sideboxes suddenly show up on mobile devices (in stead of only the centre column). I checked all admin settings twice after going live.

    Any ideas of where to look?
    SOLVED
    Not sure how this happened, but when the template was reinstalled after going live, it somehow did not update the show_box_min_width value in the LAYOUT_BOXES table in the database (value should be 0). I checked and it looks like all other settings are correct. So I edited them via phpMyAdmin and all is well...
    Worries me a bit about why this happened...

  5. #1385
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: change hpme link

    The tabs is for sure a bug. If it is set to false which is by default the tabs shouldn't show on home page. If you set it to true than tabs work. I am guessing the javascript needs to be updated.

    Now onto another issue; when I go to products_all, products_new, products_featured I get the TEXT_NO_PRODUCTS. This is defined in index.php, I am thinking maybe it needs to go into English.php of the template instead?

  6. #1386
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: change hpme link

    Quote Originally Posted by tmccaff View Post
    The tabs is for sure a bug. If it is set to false which is by default the tabs shouldn't show on home page. If you set it to true than tabs work. I am guessing the javascript needs to be updated.

    Now onto another issue; when I go to products_all, products_new, products_featured I get the TEXT_NO_PRODUCTS. This is defined in index.php, I am thinking maybe it needs to go into English.php of the template instead?
    I was half-heartily looking for it yesterday, but thought I had posted a correction for the javascript related issue, as I recall it was a combination of JS and php changes to not cause a JS error when no product were to be in that "group" and the group(s) to not be shown.

    Ahhh, a reproducible description of a problem. So, two basic ways to address. Could put the desired verbiage in each of the applicable files in includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/

    products_new.php
    products_all.php
    products_featured.php

    If for some reason you wanted to have three distinctly different versions of the text or as considered could add it to an override file for the language itself. I suggest override to make upgrades easier.

    This would be in: includes/langiages/YOUR_TEMPLATE/YOUR_LANGUAGE.php which could contain just this one define as a standard install will then load the base language file after loading this override file.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1387
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: change hpme link

    @mc12345678 I searched for it and only thing I found was to remove the <?php if ($zc_show_featured == true) { ?> and you said something about javascript.

    this is where I seen it:

    see #333in this thread. <https://www.zen-cart.com/showthread....25#post1291125

    as someone referenced this.. thanks. Removing it as suggested don't work for me.
    Last edited by tmccaff; 7 Feb 2018 at 08:13 PM.

  8. #1388
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: change hpme link

    Quote Originally Posted by tmccaff View Post
    @mc12345678 I searched for it and only thing I found was to remove the <?php if ($zc_show_featured == true) { ?> and you said something about javascript.

    this is where I seen it:

    see #333in this thread. <https://www.zen-cart.com/showthread....25#post1291125

    as someone referenced this.. thanks. Removing it as suggested don't work for me.
    The link above got messed up somehow (happens sometimes), this was the post that was reported to solve the issue with solution developed by jpda: https://www.zen-cart.com/showthread....52#post1294252

    The conversation continued into the next page about needing to modify another file as well...
    Last edited by mc12345678; 7 Feb 2018 at 08:45 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1389
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: change hpme link

    There was another issue with the Featured products in Responsive Sheffield Blue....below my notes from what I did in addition to fix by jpda:

    "OK. I see in includes/modules/sheffield blue/featured products - it says if Carousel Featured Producsts called for then do this...which uses the class 'panel' and its css styling. And it says if not doing that, then...do such and such, which is what Sheffield Blue wants and uses that styling.

    In Winchester Black Responsive, the Carousel for Featured Products is used and in the admin/configs there is a heading to turn it on, modify it etc.

    Sheffiled Blue Resp doesn't use the Carousel so the options to turn it on/off/modify aren't present on the admin/configs page . But my database which includes my earlier Winchester Black stuff has the options config, and its turned on because that's what I did in the Winchester template.

    Solution: in phpMyAdmin, find in zen configuration: Carousel Featured Products and edit from 'true' to 'false'."

  10. #1390
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: change hpme link

    Quote Originally Posted by tmccaff View Post
    Hopefully, I got this right not any more of that non-numeric value error. Thanks for that, what I read was to change this in categories_ul_generator.php

    line #53:

    PHP Code:
    $result sprintf($this->parent_group_start_string, ($submenu==true) ? ' class="level'. ($level+1) . '"' '' ); 
    to the following:

    PHP Code:
    $result sprintf($this->parent_group_start_string, ($submenu==true) ? ' class="level'. ((float)$level+1) . '"' '' ); 
    also line 73:

    PHP Code:
    $result .= $this->buildBranch($category_id$level+1$submenu$category_link '_'); 
    to the following:

    PHP Code:
    $result sprintf($this->parent_group_start_string, ($submenu==true) ? ' class="level'. ((float)$level+1) . '"' '' ); 
    Fyi, it appears that there was a misunderstanding. The link provided to resolve this issue was to the post in that thread that resolves the issue as it is to be done in ZC 1.5.6 and makes one modification. The solution makes one modification at the start of the function rather than at each use.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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