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!...
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
chowardart
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
Re: Responsive Sheffield Blue
i can't see featured product or new products when someone enter my url
i can see featured product or new product when we click on featured link
pls help me out of this
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
sandy101
i can't see featured product or new products when someone enter my url
i can see featured product or new product when we click on featured link
pls help me out of this
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Responsive Sheffield Blue
Why I can't see into "product listing" the "ACTIVATE Responsive Template by selecting Column Widths"?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you do a forum search, I think it is in the abbington mega support thread or the sheffield blue support thread, there is code posted to cut down on spam in the header contact us form ;)
Thanks,
Anne
Hi Anne, I found the response that Design75 gave me when I was using standard 'Sheffield Blue' so thought I'd post it here for the others asking the same question to see.
The response I received re Anti Spam solution was:-
Quote:
Originally Posted by
Design75
Add this line
PHP Code:
<?php echo zen_draw_input_field('should_be_empty', '', ' size="40" id="CUAS" style="visibility:hidden; display:none;" autocomplete="off"'); ?>
after
PHP Code:
<br class="clearBoth" />
<label for="enquiry">Message<span class="required"> *</span></label>
<textarea name="enquiry" cols="40" rows="3" id="enquiry"></textarea>
The file that needs changing is /YOURSHOP/includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php
I've just completed the change without any problems showing on the Responsive Template.
Link to original posts here
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
100asa
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
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Hi Anne, I found the response that Design75 gave me when I was using standard 'Sheffield Blue' so thought I'd post it here for the others asking the same question to see.
The response I received re Anti Spam solution was:-
The file that needs changing is /YOURSHOP/includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php
I've just completed the change without any problems showing on the Responsive Template.
Link to original posts
here
Thanks for posting the link :)
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
100asa
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
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..