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

Responsive Sheffield Blue v2.0

Views: 309,765

Results 461 to 480 of 1,514
19 Nov 2015, 2:04 AM
#461
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Responsive Sheffield Blue v2.0

Hello,
I would like to know how to add an extra link (sell your gold) into the top menu. Do I need to create a new definition?.
Is there a tutorial for this? Thanks.

19 Nov 2015, 3:40 AM
#462
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I also need to know how to change the links and pages in the top menu.
I have changed the text with existing definitions in 'responsive sheffield blue defines.php' but can't see where to change the page links.
Any help greatly appreciated, Thanks.

19 Nov 2015, 1:28 PM
#463
gunni avatar

gunni

Zen Follower

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

Re: Responsive Sheffield Blue v2.0

picaflor-azul:

If it is working on other cell phones but not your particular cell phone then it might be a conflict with the back to top javascript?

Thanks,

Anne

Thanks.
So what to do ?
to check the javascript of the back to top module ?

19 Nov 2015, 2:23 PM
#464
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

Annie_zaz:

Hello,
I would like to know how to add an extra link (sell your gold) into the top menu. Do I need to create a new definition?.
Is there a tutorial for this? Thanks.

You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php. If you want the text to be multi-lingual, then you should create a definition.

Thanks,

Anne

19 Nov 2015, 2:25 PM
#465
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:

Thanks.
So what to do ?
to check the javascript of the back to top module ?

If you look in the the back to top javascript file there should be a link to the authors site. You can check there or do a google search to try and find more info.

Thanks,

Anne

19 Nov 2015, 6:55 PM
#466
gunni avatar

gunni

Zen Follower

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

Re: Responsive Sheffield Blue v2.0

Thanks Anne,
Another two questions that found out:

  1. I make 50% price discount. On the default template it wrote "Save: 50% off" but now it does not write it but only the prices.
    I think it is important. Link
    2a. When showing items inside a category, there is a button of "Filter results by: Items starting with..."
    but on mobiles this text is Cut. [same link]
    2b. When showing items inside a category with several pages, there is a button "View All" which is cut to two lines on mobiles. [same link]
20 Nov 2015, 12:09 PM
#467
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

picaflor-azul:

You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php. If you want the text to be multi-lingual, then you should create a definition.

Thanks,

Anne

Hi Anne, Thanks for your response.
I will check it out. I appreciate the time you take to help .

20 Nov 2015, 3:41 PM
#468
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:

Thanks Anne,
Another two questions that found out:

  1. I make 50% price discount. On the default template it wrote "Save: 50% off" but now it does not write it but only the prices.
    I think it is important. Link
    2a. When showing items inside a category, there is a button of "Filter results by: Items starting with..."
    but on mobiles this text is Cut. [same link]
    2b. When showing items inside a category with several pages, there is a button "View All" which is cut to two lines on mobiles. [same link]

These are all css related. I would recommend using chrome and the developer tools to find out which line of which css file needs to be edited.

If you really get stuck, I don't mind helping out, but I like to see that you have done a little footwork first to try to solve the problem.

Thanks,

Anne

20 Nov 2015, 5:57 PM
#469
gunni avatar

gunni

Zen Follower

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

Re: Responsive Sheffield Blue v2.0

I feel like at school... :D
but OK...whats a few more hours in compare to the dozens...:cool:

22 Nov 2015, 1:16 AM
#470
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Ok So I've managed to change the link text in the menu. Using the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Now I need to get my links working.
The pages I have created by renaming pages define_page_2,3,4.They show up in Admin>Tools>Define pages.
One of the pages is now called sell_gold.php
These pages are not visible in the EZ pages.
To link to from menu to the page this is what I've done in the tpl_modules_mobile_categories_tabs.php page :
<a href="<?php echo zen_href_link(FILENAME_SELL_GOLD); ?>" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
and I've tried this too:
<a href="http://www.kinectwebdesign.com/ingleburncashexchange/index.php?main_page=sell_gold" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>

Both go to a page not found 404 message. Any help appreciated.

22 Nov 2015, 7:28 AM
#471
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Annie_zaz:

Ok So I've managed to change the link text in the menu. Using the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Now I need to get my links working.
The pages I have created by renaming pages define_page_2,3,4.They show up in Admin>Tools>Define pages.
One of the pages is now called sell_gold.php
These pages are not visible in the EZ pages.
To link to from menu to the page this is what I've done in the tpl_modules_mobile_categories_tabs.php page :
<a href="<?php echo zen_href_link(FILENAME_SELL_GOLD); ?>" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
and I've tried this too:
<a href="http://www.kinectwebdesign.com/ingleburncashexchange/index.php?main_page=sell_gold" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>

Both go to a page not found 404 message. Any help appreciated.

I found out what the problem was with the help of this thread https://www.zen-cart.com/showthread.php?58020-Adding-a-New-Page Bunyip's comment made me realise that I had the link format correct but I hadn't completely connected the dots when it came to page creation. I hadn't created the filenames in the includes/extra_datafiles folder and I hadn't put my pages into the templates/template_default/templates folder. That connected all the dots and its all working.

For anyone else this was helpful also https://www.zen-cart.com/wiki/index.php/Creating_new_pages#Creating_the_link

Also for a newbie the correct link format is like this: <a href="<?php echo zen_href_link(FILENAME_SELL_GOLD); ?>" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
If for some reason it takes you to a 404 page not found it means you haven't completed all the necessary steps for page creation.
I hope this helps someone :)

22 Nov 2015, 11:03 PM
#472
mobilegps avatar

mobilegps

New Zenner

Join Date:
Mar 2010
Posts:
8
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

picaflor-azul:

You can turn off the header search in admin--tools--layoutboxes controller. No need to edit any php file for this.

Thanks,

Anne

However, it turns off the slogan line too. Can I keep the slogan line and just move the Search box out from the menu bar and place it just below the currency?
Thanks,

mobilegps

23 Nov 2015, 2:55 PM
#473
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

mobilegps:

However, it turns off the slogan line too. Can I keep the slogan line and just move the Search box out from the menu bar and place it just below the currency?
Thanks,

mobilegps

Turning off the header search should have no effect at all on the tagline.

Thanks,

Anne

29 Nov 2015, 5:07 PM
#474
fadora_vapor avatar

fadora_vapor

New Zenner

Join Date:
Jan 2014
Posts:
19
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hi Anne,
Sorry if this has been covered I just do have the time to read the whole tread at this time. :)

This not an issue with V2.0 it is a question before I update from v1. Will this change any of the files in V1 or will it setup in its own folder? I want to have the V1 available to my customers while I configure V2 for my site and work through any issue. Then once I have it the way I like it go live with v2.

Thank you and keep up the good work!

30 Nov 2015, 3:01 PM
#475
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

Fadora Vapor:

Hi Anne,
Sorry if this has been covered I just do have the time to read the whole tread at this time. :)

This not an issue with V2.0 it is a question before I update from v1. Will this change any of the files in V1 or will it setup in its own folder? I want to have the V1 available to my customers while I configure V2 for my site and work through any issue. Then once I have it the way I like it go live with v2.

Thank you and keep up the good work!

As with any new template install I would recommend cloning your cart to a development server or a sub folder on your server, doing the install and customizations, testing, etc. and then moving to your live cart.

Thanks,

Anne

1 Dec 2015, 8:05 PM
#476
fadora_vapor avatar

fadora_vapor

New Zenner

Join Date:
Jan 2014
Posts:
19
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I was able to read the install yesterday and noticed it uses all the same folders as V1. So yes I'll have to do as you advised. I was trying to avoid the long setup of the development server, but I can't avoid it. Thank you Anne

2 Dec 2015, 1:41 PM
#477
annie_zaz avatar

annie_zaz

Zen Follower

Join Date:
Mar 2013
Location:
Sydney, Australia
Posts:
140
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hello,
I would like to update the social links on this template Responsive Sheffield Blue.
I have read the instructions here: http://www.picaflor-azul.com/demos/install/readme/responsive_sheffield_blue_readme.html
When I go to Admin, in the Flexible footer menu where you have the text links, I do not have text links just an empty box.
When I put my own link in it doubles up with the existing template links and my new link.
I wish only to have the Facebook icon and link.
Any help appreciated.

2 Dec 2015, 2:30 PM
#478
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

Annie_zaz:

Hello,
I would like to update the social links on this template Responsive Sheffield Blue.
I have read the instructions here: http://www.picaflor-azul.com/demos/install/readme/responsive_sheffield_blue_readme.html
When I go to Admin, in the Flexible footer menu where you have the text links, I do not have text links just an empty box.
When I put my own link in it doubles up with the existing template links and my new link.
I wish only to have the Facebook icon and link.
Any help appreciated.

My guess is that you are not looking in the correct place. You need to look one line down to find the social media links as it says in the readme.html file.

Thanks,

Anne

2 Dec 2015, 6:17 PM
#479
justrimless avatar

justrimless

Zen Follower

Join Date:
Aug 2006
Posts:
127
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Annie_zaz:

I wish only to have the Facebook icon and link.

In admin, at the bottom of the list of options you'll see "share and connect", click BELOW this, there is another row just below that but without a label, so it's not immediately obvious.

But thanks Anne, great template.

2 Dec 2015, 8:48 PM
#480
justrimless avatar

justrimless

Zen Follower

Join Date:
Aug 2006
Posts:
127
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I've just noticed an issue, might not be specifically related to this template but...

If I click on any of the links under shop, featured, specials etc. then there products are apparently found but there are no images or links etc.

Any ideas?

The issue can be seen here (remove spaces, enter dots) one stop glasses co uk/index.php?main_page=specials
[

](http://one)