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

Responsive Sheffield Blue v2.0

Views: 309,729

Results 1,201 to 1,220 of 1,514
10 Oct 2016, 3:10 PM
#1201
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Responsive Sheffield Blue v2.0

WhitePhantom:

Sorry if this has been asked before - I've searched and searched and can't find anything on it. This template looks great but I'm finding it unbelievably hard to work with!

Zen Cart is not Lego...Need to dig and search and sometimes program...

How can I completely remove the footer menu? I've gone to Admin -> Tools -> Flexible Footer Menu, but it only lets me rearrange things. I can't see any way to just remove anything - menu items or the whole footer menu.
Flexible Footer Menu is a plugin. Check in the plugin instructions how to remove.

How do I remove links in the header? Eg. I don't want the 'Information' dropdown but I can't figure out how to get rid of it (apart from editing a file - cant' remember which one - and completely messing it up!) I presume there's something in the admin that allows me to do this stuff??

Do not think there is something in the Admin. You need to program...

Names change in the menu:
includes/languages/english/extra_definitions/responsive_sheffield_blue/responsive_sheffield_blue_defines.php

Hiding "brands" or what ever:
includes/templates/responsive_sheffield_blue/templates/css/stylesheet.css
arround line 359:
.slimmenu li.brands-li{display:none;}

Needs to be done also for mobiles:
add this in stylesheet.css:
around line 362:
.slimmenu.collapsed li.brands-li{display:none;}

And one last thing - I want the 'About Us' header menu item to just go to define_about_us.php - I don't want a dropdown of text / images. Just a simple link to the page.

Then do what I did - I copied the code of "contact us" and programed a little...

12 Oct 2016, 7:10 AM
#1202
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hi
How can I insert a video file instead of an image in the slideshow?
Tried to add MP4 file in admin Banner manager but when opening the website
it is not shown.
?

12 Oct 2016, 2:31 PM
#1203
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

gunni:

Hi
How can I insert a video file instead of an image in the slideshow?
Tried to add MP4 file in admin Banner manager but when opening the website
it is not shown.
?

I am not sure, but you can take a look at the slide show authors site for more information:

http://flexslider.woothemes.com/

Thanks,

Anne

13 Oct 2016, 10:02 AM
#1204
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks.
Will try...

13 Oct 2016, 6:59 PM
#1205
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Is there an updated version available that works with 1.5.5a out of the box? DrByte was mentioning that a bunch of templates were just updated? Can't find any updated version.

14 Oct 2016, 6:49 AM
#1206
how avatar

how

New Zenner

Join Date:
Sep 2015
Location:
Jhb, SA
Posts:
5
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hi Anne,

My website is not showing any images. It is only showing Text.

Any advice would be appreciated.

14 Oct 2016, 11:18 AM
#1207
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Some instructions on how to get this work properly was posted here: https://www.zen-cart.com/showthread.php?219801-Making-v154-DIY-Picaflor-Azul-templates-work-with-v1-5-5
Due to some heated discussion it is now closed. It does work, but it is somewhat difficult to follow and you have to read it all to understand. I was also making the suggestion, that if someone has it all merged together to please make it available to the rest of us. I think I got it done and would like to share the files. What would be the right way to do it? Can I just link it up with a cloud storage account?

19 Oct 2016, 10:10 AM
#1208
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hi Zenners,
Could not find a solution for Quantity Discounts problem I have:

I made a quantity discount for a specific product and it is shown fine in the product's page link
but the quantity discount is not shown on the products listing link2
and I want it to be there also.
How can I make it?

20 Oct 2016, 10:50 AM
#1209
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks for the help! I got the menus working as needed.

Then just as it was all looking good, the stylesheet suddenly stopped working :wacko:

My site (the work-in-progress mobile version that I'm in the process of creating) is here: http://www.mcgannonforklifts.com/MobileFriendly/ and the stylesheet that has disappeared should be is here: http://www.mcgannonforklifts.com/MobileFriendly/includes/templates/responsive_sheffield_blue/css/stylesheet.css

I've checked via FTP and the stylesheet is there and is full of content. The ownership and permissions are the same as all the other stylesheets - which are loading fine, and I can browse to them.

I've re-uploaded this one from the original files, but to no avail. In theory everything seems fine with it... but it's just not there!

Any help much appreciated!

WP.

20 Oct 2016, 11:44 AM
#1210
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

WhitePhantom:

Thanks for the help! I got the menus working as needed.

Then just as it was all looking good, the stylesheet suddenly stopped working :wacko:

My site (the work-in-progress mobile version that I'm in the process of creating) is here: http://www.mcgannonforklifts.com/MobileFriendly/ and the stylesheet that has disappeared should be is here: http://www.mcgannonforklifts.com/MobileFriendly/includes/templates/responsive_sheffield_blue/css/stylesheet.css

I've checked via FTP and the stylesheet is there and is full of content. The ownership and permissions are the same as all the other stylesheets - which are loading fine, and I can browse to them.

I've re-uploaded this one from the original files, but to no avail. In theory everything seems fine with it... but it's just not there!

Any help much appreciated!

WP.
Well, when I try to go directly to that css file, I get a blank page and when viewing the source, get a single blank line. So it seems to be indicating that a file "placeholder" is there, but the content of the file is not being presented. It's almost as if the content is not pushed to the file, it's a partial upload or the file contains some sort of opening <?php and the rest of the content is in some way "hidden".

Might suggest deleting the file from the server, then upload again.

20 Oct 2016, 11:56 AM
#1211
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks Mc,

I've already deleted the file and re-uploaded it from the original files that I got with the template, that's the really strange thing about it!

When I check via FTP, I can view the contents of the file. There are 567 lines of code there. Yet when I try to browse to it, it's as you say - completely blank!

I can't even come up with a theory, however implausible, that might explain it.

Here's a screenshot from FileZilla with the file open. You can see the file size, permissions and ownership in the background.

Attachment 16741

20 Oct 2016, 12:35 PM
#1212
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

WhitePhantom:

Thanks Mc,

I've already deleted the file and re-uploaded it from the original files that I got with the template, that's the really strange thing about it!

When I check via FTP, I can view the contents of the file. There are 567 lines of code there. Yet when I try to browse to it, it's as you say - completely blank!

I can't even come up with a theory, however implausible, that might explain it.

Here's a screenshot from FileZilla with the file open. You can see the file size, permissions and ownership in the background.

Attachment 16741

I see you have a file named stylesheetORIG.css

I read in another forum that stylesheets to not be used should be renamed with a different ending as they will still be called and possibly conflict with the one you actually want to be called.

20 Oct 2016, 12:47 PM
#1213
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks Sox,

I've deleted the Orig file, but it's made no difference.

I can't come up with anything to explain why the stylesheet.css file is showing up blank. It's like it's there, but also not there! :frusty:

20 Oct 2016, 2:18 PM
#1214
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Well this is the strangest thing!

I went through my control panel, and it showed the css folder as 0kb. I deleted the folder through the cp, created it again, and uploaded all the css files through there.

And now the site is working correctly.

I'm still totally baffled, but hey - it's working!!

Many thanks for your help / responses :cool:

20 Oct 2016, 3:19 PM
#1215
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Two more things if anyone could help...

1 - How do I remove the little shopping cart and basket total from the top of the page? (This particular site is for showcase purposes only, and doesn't actually sell the products through the site, so it's not relevant to have the cart / total.)

2 - How do I remove the Advanced Search option? Or at least remove the Search by Date Added and Search by Price Range from the Advanced Search screen?

Many thanks!

20 Oct 2016, 3:50 PM
#1216
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Sorry... me again :blush:

My EZ-Pages links are showing up on the sidebar when I view the site on a full-screen device (eg. laptop) but they're nowhere to be seen on a mobile device.

How do I put them onto the header menu? I've looked in tpl_modules_mobile_categories_tabs.php but that shows codes that I don't know how to re-create for my own purposes, eg. for About Us, it shows:

	    <li class="aboutus-li"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>" class="drop"><?php echo HEADER_TITLE_ABOUT_US; ?></a><!-- bof about us -->
  • how do I modify that to show one of my EZ-pages? What do put in place of FILENAME_ABOUT_US? And how do I find out what to replace it with, so that I can do the same thing again for the rest of my pages?

Thanks (again!)

20 Oct 2016, 11:05 PM
#1217
spawnie69 avatar

spawnie69

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

Hi there everyone, I am hoping someone can tell me why my images are not displaying correctly.
On the third row there is a large space between products.
I also made sure that all my images in this category are the same size too 250x250
http://gelcandlecompany.com/aroma-warmers-c-65/tea-light-warmers-c-65_180/

So I am not not too sure why the products are not lined up nicely.
Here is link to see:
http://gelcandlecompany.com/aroma-warmers-c-65/tea-light-warmers-c-65_180/

thanks

21 Oct 2016, 2:13 AM
#1218
spawnie69 avatar

spawnie69

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

spawnie69:

Hi there everyone, I am hoping someone can tell me why my images are not displaying correctly.
On the third row there is a large space between products.
I also made sure that all my images in this category are the same size too 250x250
http://gelcandlecompany.com/aroma-warmers-c-65/tea-light-warmers-c-65_180/

So I am not not too sure why the products are not lined up nicely.
Here is link to see:
http://gelcandlecompany.com/aroma-warmers-c-65/tea-light-warmers-c-65_180/

thanks

Whoops....forgot to mention that this image issue is on desktop. Mobile spacing is fine.

21 Oct 2016, 8:29 AM
#1219
whitephantom avatar

whitephantom

Zen Follower

Join Date:
Jan 2010
Posts:
105
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hi Spawnie,

The products are showing up fine when I look at it on my laptop. The page you linked to shows 8 products - 2 rows of 3, and a row of 2, then a space, the New Products for October.

One thing I noticed on your site, same as on my own, is that the links you've put at the side are not showing up on mobile at all. All your "Information" and "More Information" pages - nowhere to be seen on mobile.

Are you aware of that, and if so do you have any idea how to get around it? I've started moving all my sidebar links to the top, as I couldn't find a way to get them displayed when I left them on the side.

WP.

22 Oct 2016, 1:29 AM
#1220
spawnie69 avatar

spawnie69

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

WhitePhantom:

Hi Spawnie,

The products are showing up fine when I look at it on my laptop. The page you linked to shows 8 products - 2 rows of 3, and a row of 2, then a space, the New Products for October.

One thing I noticed on your site, same as on my own, is that the links you've put at the side are not showing up on mobile at all. All your "Information" and "More Information" pages - nowhere to be seen on mobile.

Are you aware of that, and if so do you have any idea how to get around it? I've started moving all my sidebar links to the top, as I couldn't find a way to get them displayed when I left them on the side.

WP.

Thanks WP
I found out the aspect ratio was incorrect, as long as the images are the same height and width it should display correctly.

I believe links on the side are not supposed to show on mobile.

You can add links to the bottom on your mobile display via the flexible footer menu.