Zen Cart Logo
Forums / Addon Templates / Responsive Sheffield Blue v2.0

Responsive Sheffield Blue v2.0

Views: 309,690

Results 381 to 400 of 1,514
07 Oct 2015, 19:00
#381
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Responsive Sheffield Blue v2.0

fjbern1943:

I do not want to change the dimensions of the slide show. I want to get rid of the text ""Manage the slide show in Admin" , "Optimized for all devices", "Extensive Documentation", etc. etc.
Thanks in advance for your help.

You can add a display:none; in the stylesheet_flex.css for these. I would recommend using chrome and the web developer tools to find the line number that needs to be edited.

Thanks,

Anne

07 Oct 2015, 19:01
#382
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

fjbern1943:

I apologize for my abruptness. So how do you get the addtoany feature to show on the product info page?????? By the way my copy of version 2 template did not come with any installation instructions??????

If you downloaded the package on this site or from my site, there is a readme.html file included.

Thanks,

Anne

07 Oct 2015, 21:27
#383
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

This worked, thanks!

The long answer is:
find .banner span {background-color: rgba(255, 255, 255, 0.2);color: #000;bottom: 0px;height:

auto;line-height: normal;text-indent: 18px;position: absolute;font-size:200%;width:

100%;padding: 15px 0;}

in the stylesheet_flex.css file and replace it with this:

.banner span {display:none;}

07 Oct 2015, 21:31
#384
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

picaflor-azul:

If you downloaded the package on this site or from my site, there is a readme.html file included.

Thanks,

Anne

The readme.html file is in the download package. The only problem is that it doesn't display in the latest IE, only in chrome?????????

Anyway there are no instructions for the "add to any implementation". Does the template only allow for the installation of this plugin or does it come with it?????

08 Oct 2015, 02:18
#385
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

lruskauff:

Hi Anne
When I viewed it last night it showed 2 on my screen and on my ipad, which is why I suggested the change.

So I went to your demo this morning and it also showed 2. Then I realized that I am on a new computer with a much larger screen and only using 2/3 of the viewing area. So maybe it is SUPPPOSED to go to 2 columns at a certain width to avoid too close buttons? Still, 2/3s of my large screen still seems large enough to view 3 columns. When changing the 45% to 30% (or even deleting it all together), it works. But I'm also aware that it may make other parts "NOT" work, so I'm trying to figure out why it is needed at all (the 45% that is).

Thanks
Linda
Hi Linda,
Changing 45% to 30% (lines 387 and 413) works but it will mess up the footer layout (if left column is on).
These settings in responsive_default.css overrule the computed setting $cols in "\includes\modules\responsive_sheffield_blue\product_listing.php", resulting in 32.5% (mostly). Thus deleting them in responsive_default.css will have the same effect as changing them to 32.5% in the .css.

This template has Flexible Footer Menu v1_1 built in which tries to divide the footer according to the number of columns in the footer, which IMHO seems to cause the confict. Version 1_2 and the multi-lingual version use a different way to divide the footer in columns. I did not yet try to remove v1_1 and replace by v1_2.

@Anne: Any plans to use Flexible Footer Menu v1_2 or ML in a future release? Or is there a quick fix available?

Cheers,

jpda

08 Oct 2015, 02:35
#386
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

MeltDown:

My site: chasingzodiacs.com/shop

I'm having difficulty removing/hiding the tagline. in my stylesheet I've tried:

div#tagline{display:none;}

> and
> ```
div#tagline        {
            display: none !important;
        }

and

div#taglineWrapper, div#tagline {
display: none !important;
}

> And even tried commenting out this:
> ```
#tagline {margin:0;color:#444;font-size:150%;text-align:left;text-transform:lowercase;clear:both;margin-left:30px;margin-top:15px;}

but to no avail.

If I remove the text from HEADER_SALES_TEXT it breaks the header layout. Any idea what I've missed?

Thanks you!
You can also put one space or   in the text and leave the display as it was originally. Hope this helps.

Cheers,

jpda

08 Oct 2015, 03:18
#387
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

jpda:

"overrule the computed setting $cols "
Sorry, this: "overrule the computed setting $cols " should be: "overrule the computed setting $col_width"

08 Oct 2015, 07:05
#388
lruskauff avatar

lruskauff

Totally Zenned

Join Date:
Sep 2008
Location:
WA
Posts:
559
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks for the explanation.

08 Oct 2015, 15:02
#389
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

fjbern1943:

This worked, thanks!

The long answer is:
find .banner span {background-color: rgba(255, 255, 255, 0.2);color: #000;bottom: 0px;height:

auto;line-height: normal;text-indent: 18px;position: absolute;font-size:200%;width:

100%;padding: 15px 0;}

in the stylesheet_flex.css file and replace it with this:

.banner span {display:none;}

I am happy that you figured it out and posted your solution ;)

Thanks,

Anne

08 Oct 2015, 15:02
#390
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

fjbern1943:

The readme.html file is in the download package. The only problem is that it doesn't display in the latest IE, only in chrome?????????

Anyway there are no instructions for the "add to any implementation". Does the template only allow for the installation of this plugin or does it come with it?????

It comes out of the box with the add to any installed.

Thanks,

Anne

08 Oct 2015, 17:43
#391
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

jpda:

Hi Linda,
Changing 45% to 30% (lines 387 and 413) works but it will mess up the footer layout (if left column is on).
These settings in responsive_default.css overrule the computed setting $col_width in "\includes\modules\responsive_sheffield_blue\product_listing.php", resulting in 32.5% (mostly). Thus deleting them in responsive_default.css will have the same effect as changing them to 32.5% in the .css.

This template has Flexible Footer Menu v1_1 built in which tries to divide the footer according to the number of columns in the footer, which IMHO seems to cause the confict. Version 1_2 and the multi-lingual version use a different way to divide the footer in columns. I did not yet try to remove v1_1 and replace by v1_2.

@Anne: Any plans to use Flexible Footer Menu v1_2 or ML in a future release? Or is there a quick fix available?

Cheers,

jpda
Sorry, I need to correct myself: "but it will mess up the footer layout (if left column is on)" Not true! I made a stupid typo in a stylesheet file! :frusty:

@Anne: Sorry, no quick fix needed!

Cheers,

jpda

08 Oct 2015, 18:26
#392
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

How can I remove Brands from the top header? I am at https://www.gelcandlecompany.com/demo

I tried looking at includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
and found this area but not sure where to disable:

<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
          <ul >
           <?php

$show_manufacturers= true;

Am I looking at the right file?

08 Oct 2015, 18:30
#393
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Have I missed something? How can I set to 3 columns? I see only 2 at my homepage.

08 Oct 2015, 19:22
#394
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Responsive Sheffield Blue v2.0

brittainmark:

Hi Anne, Just started working with your excellent template. Think I have found out what is happening with the tabs. It appears that if the tab has no content then the section is not displayed which causes the Java script to fail. I simply removed the if statement and all works fine now. (just after the "<!-- bof:" and just before the "<!--eof:" statements.
Before```php

<!-- bof: specials --> <?php if ($zc_show_specials == true) { ?>
            <section id="section-3">
<div class="centerBoxWrapper" id="specialsDefault"> <?php /** * require the columnar_display template to show the products */ require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php'); ?> </div> </section> <?php } ?> <!-- eof: specials -->
> After```php
<!-- bof: specials -->

                <section id="section-3">
<div class="centerBoxWrapper" id="specialsDefault">
<?php
/**
 * require the columnar_display template to show the products
 */
  require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
?>
</div>
</section>


<!-- eof: specials -->

if you remove these lines from the three template files tpl_modules_specials_default.php, tpl_modules_featured_products.php, tpl_modules_whats_new.php, in "includes\templates\responsive_sheffield_blue\templates" All works fine. (not live yet. Soon hopefully)

mc12345678:

While a good catch (seeing that the javascript fails and finding that the code is trying to act on something that is not on screen) the solution is somewhat bass ackwards... The javascript displayed/sent to the browser should be modified to account for the program controlled non-display of those sections rather than forcing those sections of code to display undesirably.

Javascript is something like an addon to html... If the base page display should be as desired without javascript and then javascript actions/code to build off of it. If there is javascript referencing html that was hidden/not displayed, then that javascript shouldn't be there to reference a non-existent portion of the page.
.

Finally had a chance to revisit this...

To whom it may concern: Does/did the issue only occur if no such tabs are displayed (no featured, special nor new products), or does it occur if any one of the three tabs are not displayed when using the original code? (The sample site shows two tabs active on the main page, but does not appear to have a javascript error.)

09 Oct 2015, 00:26
#395
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

mc12345678:

Finally had a chance to revisit this...

To whom it may concern: Does/did the issue only occur if no such tabs are displayed (no featured, special nor new products), or does it occur if any one of the three tabs are not displayed when using the original code? (The sample site shows two tabs active on the main page, but does not appear to have a javascript error.)

The issue occurs, for example, if in admin>index listing "Show Specials on Main Page" is set to a positive value AND no specials products exist. In tpl_modules_specials_default.php $zc_show_specials is tested, which seems to be true, even if not any special product actually exists. I guess $zc_show_specials is from specials_index.php and seems to be true if $specials_index->RecordCount() > 0, even if no record exists :unsure: .

The same for new and featured products.

The advantage of brittainmark's solution is that there is no need to change the admin settings (new, featured, specials) according to their existence. The disadvantage (a tab is present, even when empty) is acceptable.

Cheers,

jpda

09 Oct 2015, 00:44
#396
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

spawnie69:

How can I remove Brands from the top header? I am at https://www.gelcandlecompany.com/demo

I tried looking at includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
and found this area but not sure where to disable:

<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
          <ul >
           <?php

$show_manufacturers= true;

Am I looking at the right file?
No need to change tpl_modules_mobile_categories_tabs.php.
Add this line ```
ul.slimmenu li.brands-li{display:none;}


Cheers,

jpda
09 Oct 2015, 00:53
#397
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

spawnie69:

Have I missed something? How can I set to 3 columns? I see only 2 at my homepage.
You did:smile:
Search this thread and you will find several discussions about this.

Cheers,

jpda

09 Oct 2015, 00:54
#398
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Responsive Sheffield Blue v2.0

jpda:

The issue occurs, for example, if in admin>index listing "Show Specials on Main Page" is set to a positive value AND no specials products exist. In tpl_modules_specials_default.php $zc_show_specials is tested, which seems to be true, even if not any special product actually exists. I guess $zc_show_specials is from specials_index.php and seems to be true if $specials_index->RecordCount() > 0, even if no record exists :unsure: .

The same for new and featured products.

The advantage of brittainmark's solution is that there is no need to change the admin settings (new, featured, specials) according to their existence. The disadvantage (a tab is present, even when empty) is acceptable.

Cheers,

jpda

Up front, I'm fine with agreeing to disagree... I find as a customer to other stores that it is almost aggravating that such an option is shown but there is nothing there. In some cases makes me wonder if there is something wrong with my computer/setup because obviously why would a store show an option like that when there is nothing there and it even allows clicking/selecting the tab but nothing happens when clicked? A number of other things come to mind as well.

I guess I'm going to have to setup another template site with this installed to test it out... Seemed to me in only review of the code that it was only an issue if none of them were displayed... May require a modification to the javascript or one or more of the template files, but if nothing else, a feature was "added" to block the display of the tab, only unfortunately it is not currently compatible with another add-on to the template...

09 Oct 2015, 01:18
#399
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

jpda:

No need to change tpl_modules_mobile_categories_tabs.php.
Add this line ```
ul.slimmenu li.brands-li{display:none;}

> 
> Cheers,
> 
> jpda

This worked like a charm, many thanks!
I
09 Oct 2015, 01:47
#400
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

mc12345678:

Up front, I'm fine with agreeing to disagree...** I find as a customer to other stores that it is almost aggravating that such an option is shown but there is nothing there. **In some cases makes me wonder if there is something wrong with my computer/setup because obviously why would a store show an option like that when there is nothing there and it even allows clicking/selecting the tab but nothing happens when clicked? A number of other things come to mind as well.

I guess I'm going to have to setup another template site with this installed to test it out... Seemed to me in only review of the code that it was only an issue if none of them were displayed... May require a modification to the javascript or one or more of the template files, but if nothing else, a feature was "added" to block the display of the tab, only unfortunately it is not currently compatible with another add-on to the template...
I agree! My point was 'acceptable compared to the alternative', i.e. having the js problem whenever one of the new, specials or featured are empty (which occurs automatically w/o notice). The best solution is to change the test in the tpl_modules_*_php files and only show the meaningful tabs.
On the other hand, the links to new, featured and specials in info boxes or footer are always visible (once being activated), whether such products exist or not.

unfortunately it is not currently compatible with another add-on
Any idea which add-on could be incompatible?

Cheers,

jpda