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

Hybrid View

  1. #1
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Hey Anne...

    I hope what I'm getting isn't a bug, but my product pages aren't displaying descriptions even though the settings say they should...

    Zen 1.5.1, Sheffield Blue Responsive, add-ons Apsona ShopAdmin, Easy Populate 4, Zen Lightbox, hosted on GoDaddy. This is a site in development to replace the current site so it's not really live yet...

    Configuration>Product Listing>Display Product Description is set at 150; All Listing, New Listing and Featured are all at 0... I've got several products in there with descriptions but none will display on the individual product pages... Am I missing something?

    Thanks in advance!...

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by chowardart View Post
    Hey Anne...

    I hope what I'm getting isn't a bug, but my product pages aren't displaying descriptions even though the settings say they should...

    Zen 1.5.1, Sheffield Blue Responsive, add-ons Apsona ShopAdmin, Easy Populate 4, Zen Lightbox, hosted on GoDaddy. This is a site in development to replace the current site so it's not really live yet...

    Configuration>Product Listing>Display Product Description is set at 150; All Listing, New Listing and Featured are all at 0... I've got several products in there with descriptions but none will display on the individual product pages... Am I missing something?

    Thanks in advance!...
    This is a bug! But, it has been already noted and I posted a patch earlier in the thread :)

    Thanks,

    Anne

  3. #3
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    If it was a snake.... Oh well...

    Hey, while I'm on the subject, I saw another post where the responsive core was getting an update? How does one install that?

    Or is it premature to ask at this time?...

    Again, thanks!...

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by chowardart View Post
    If it was a snake.... Oh well...

    Hey, while I'm on the subject, I saw another post where the responsive core was getting an update? How does one install that?

    Or is it premature to ask at this time?...

    Again, thanks!...
    It is premature, but when I do the updated package I'll include upgrade instructions ;)

    Thanks,

    Anne

  5. #5
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Why I can't see into "product listing" the "ACTIVATE Responsive Template by selecting Column Widths"?

  6. #6
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by 100asa View Post
    Why I can't see into "product listing" the "ACTIVATE Responsive Template by selecting Column Widths"?
    found solution: delete and then adding again with this sql:
    Code:
    SET @configuration_group_id=0;
    SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'Settaggi Layout' LIMIT 1;
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES 
    (NULL, '<font color="#0044ff">ACTIVATE Responsive Template by selecting Column Widths</font>', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns<br />0 = Use Default Template Settings<br />1 = 75px<br />2 = 150px<br />3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');
    but also with this modify, and follow instruction step by step, website not show properly www.100asa.it/newcart

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by 100asa View Post
    found solution: delete and then adding again with this sql:
    Code:
    SET @configuration_group_id=0;
    SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'Settaggi Layout' LIMIT 1;
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES 
    (NULL, '<font color="#0044ff">ACTIVATE Responsive Template by selecting Column Widths</font>', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns<br />0 = Use Default Template Settings<br />1 = 75px<br />2 = 150px<br />3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');
    but also with this modify, and follow instruction step by step, website not show properly www.100asa.it/newcart
    There is another bug noted earlier in the thread. It involves the tpl_header.php file and there is a patch/fix posted if you are going to leave the tagline blank.

    Thanks,

    Anne

  8. #8
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Responsive Sheffield Blue

    Thanks Anne for all the work you did on this template it was very easy to work with... I just uploaded my auction site this weekend and now running it through some more testing... still finding forms I missed making responsive. One thing I found I like to share...

    From one of my user point of view, the description, info, review tabs didn't have a hint to click for expanding them.... so I tagged in a pointer... I know, should of just added it to the 'heading' class, was in a rush...
    Code:
    <p class="heading" style="cursor:pointer;"><?php echo PRODUCT_DETAILS; ?></p>
    Think I modified another 7-10 mods when I did the template change.... with all that.. the template remained fast and user responsive... very nice!
    testing with a BlackBerry... so far it's all finger ready... even colorbox works..
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by davewest View Post
    Thanks Anne for all the work you did on this template it was very easy to work with... I just uploaded my auction site this weekend and now running it through some more testing... still finding forms I missed making responsive. One thing I found I like to share...

    From one of my user point of view, the description, info, review tabs didn't have a hint to click for expanding them.... so I tagged in a pointer... I know, should of just added it to the 'heading' class, was in a rush...
    Code:
    <p class="heading" style="cursor:pointer;"><?php echo PRODUCT_DETAILS; ?></p>
    Think I modified another 7-10 mods when I did the template change.... with all that.. the template remained fast and user responsive... very nice!
    testing with a BlackBerry... so far it's all finger ready... even colorbox works..
    I am happy that you are using the template and have managed to integrate so many modules.

    Thanks for posting. I'll make a note and include this in the stylesheet for a future update ;)

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue

    Accidentally posted the following to the non-responsive version of this template and received a partial response (that needed to be implemented); however, the below issue/question is a bit different than previous discussion about the description not showing up (solution provided at: http://www.zen-cart.com/showthread.p...52#post1220352 ) which for me meant changing the last line of the css file.

    Hi,

    I've installed this template, been able to control the contact_us menu option so that do not get spam through it, moved some things around and clean it up so that features are enabled/disabled as set in the admin panel (version 1.5.1 of Zen Cart); however, I am trying to figure out where/how to disable the Details drop down if there is nothing in the database that would populate that drop down. (ie., on page loads where data is present to have it load/display, and on pages where nothing would be present to remove the "window" and any clickable areas.) I would also like to apply the CSS necessary to have the full description show on page load instead of the default of it being drawn up into the description button. (Ie., not require clicking on the description button to have the description appear.)

    The problem is that the words "details" and "description" are throughout the ZC code so when searching for these particular program areas, I have not had much success and I am trying to get through this portion as quickly as I can. Could someone please direct me to which file(s) to look in for the programming code, and in which of the CSS files it would be recommended to add the line that will make the description show upon loading the page similar to having the special products, new products, and/or featured products show on the main page?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 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