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

Responsive Sheffield Blue v1.0

Views: 219,580

Results 701 to 720 of 1,160
14 May 2014, 4:30 PM
#701
wyldside avatar

wyldside

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
10
Plugin Contributions:
0

Responsive Sheffield Blue v1.0

Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread. https://www.texaselectrolysisstore.com and https://www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.

16 May 2014, 5:49 AM
#702
doveman avatar

doveman

New Zenner

Join Date:
May 2014
Location:
Spokane Washington
Posts:
13
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

I am running ZenCart Ver 1.5.1 with Responsive-sheffield-blue on Ubuntu lixux (test)server with appache2.2.22 and mysql 5.5.37 no my local network. When I pull up a product the Description and Product details fail to display in firefox 25.0.1 They do however work just fine in Google Chrome. I have isolated the problem to the script tpl_product_info_display.php at aprox. line 155. Beyond that I am not sure what to do.
This is the code:

<div class="layer1"> <p class="heading"><?php echo PRODUCT_DESCRIPTION; ?></p> <div class="content1"> <!--bof Product description --> <?php if ($products_description != '') { ?> <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div> <?php } ?> <!--eof Product description --> </div> </div> <div class="layer1"> <p class="heading"><?php echo PRODUCT_DETAILS; ?></p> <div class="content1"> <!--bof Product details list --> <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?> <ul id="productDetailsList" class="floatingBox back"> <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?> </ul> <br class="clearBoth" /> <?php } ?> <!--eof Product details list --> </div> </div>

Thanks.

16 May 2014, 2:57 PM
#703
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 v1.0

wyldside:

Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread. https://www.texaselectrolysisstore.com and https://www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.

If you take a look at the demo, you can see the search box is in the main mobile menu:

http://www.zenlyzen.com/responsive/index.php?main_page=index&template_switch_id=responsive_sheffield_blue

If it is not showing on your modified site then you must have removed it with one of your modifications.

Thanks,

Anne

18 May 2014, 3:32 AM
#704
cjcraven avatar

cjcraven

Zen Follower

Join Date:
Aug 2004
Location:
Osaka Japan
Posts:
149
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?

Our site is https://www.uskgj.com, click on the US flag for English.

18 May 2014, 3:45 AM
#705
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Responsive Sheffield Blue v1.0

cjcraven:

I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?

Our site is https://www.uskgj.com, click on the US flag for English.

I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.

18 May 2014, 5:52 AM
#706
cjcraven avatar

cjcraven

Zen Follower

Join Date:
Aug 2004
Location:
Osaka Japan
Posts:
149
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

mc12345678:

I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.

I can see ezpages in the footer and a sidebox but not the header menu.

18 May 2014, 2:20 PM
#707
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 v1.0

cjcraven:

I can see ezpages in the footer and a sidebox but not the header menu.

If you read the readme.html file you will see that you need to have the ezpages_drop_menu.php file turned on in the single column status.

Thanks,

Anne

21 May 2014, 5:35 PM
#708
reneetje avatar

reneetje

New Zenner

Join Date:
Jun 2009
Posts:
42
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)

1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?

2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop https://www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .

Attachment 14095

The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...

I hope you can help me so I am totally happy!!!

21 May 2014, 5:40 PM
#709
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Responsive Sheffield Blue v1.0

Reneetje:

I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)

1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?

2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop https://www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .

Attachment 14095

The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...

I hope you can help me so I am totally happy!!!

I thought I saw something in the thread about adding language choices for the mobile template (may relate to the various sideboxes that are enabled in the mobile view), but relating to item 2, the server hosting that page has short tags disabled. There are a few occurences of <? Rather than <?php in that area of the code. A search for the contents between the following quotes will help identify the area(s) in question "<? " That's less than, question mark, and a space.

21 May 2014, 5:50 PM
#710
reneetje avatar

reneetje

New Zenner

Join Date:
Jun 2009
Posts:
42
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

Hi,

I did find it now after I posted, I put in the extra php texts in the file tpl_modules_mobile_categories_tabs and that is fixes. I know one shop runs on php 5.4 (the one with this problem) and the other on php 5.4. That will be the difference.

I will search again for the language choice now, I may have overlooked it!

Thank you for the help!

René

21 May 2014, 6:08 PM
#711
reneetje avatar

reneetje

New Zenner

Join Date:
Jun 2009
Posts:
42
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

Quote Originally Posted by cjcraven View Post
Hi Anne,
I installed your responsive template and I believe following all of well documented instructions. When I reduce the size of the browser on my PC or view in a mobile device the language icon disappears. I checked this on the demonstration site http://zenlyzen.com/responsive/index.php? and found the language icon disappears in the demonstration site too. Is there a way to have the language icon visible when viewing with a mobile device?

Using ZenCart 1.3.9h
Google Chrome 32.0.1700.102 m & IE11
Mobile devices use Chrome
This is the correct behaviour of the template. If you want the language/currencies to show in the header in the smaller widths you can remove the display:none; on the #header-lan-curr in the responsive.css file

Thanks,

Anne

I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)

René

22 May 2014, 2:50 PM
#712
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 v1.0

Reneetje:

I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)

René

If you want to include the languages and currencies you will need to edit the responsive.css file and remove the display:none; from #header-lan-curr in the breakpoints for the mobile devices for which you want them to display. You will also need to style them with css to position them where you want them.

Thanks,

Anne

24 May 2014, 12:11 AM
#713
mycoolhats avatar

mycoolhats

New Zenner

Join Date:
Mar 2014
Location:
Utah
Posts:
23
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

Hello, I was checking my error logs and found this error ```php
[23-May-2014 18:05:17] ERROR: Failed sending email to: "" <> with subject: "Website Inquiry from My Cool Hats" (failed validation)


When I test the contact us page from the mega menu drop down, it doesn't go through, but if I use the regular contact us page, it works. Can anyone help me with this one? Thanks
<https://www.MyCoolHats.com>
24 May 2014, 1:05 AM
#714
mycoolhats avatar

mycoolhats

New Zenner

Join Date:
Mar 2014
Location:
Utah
Posts:
23
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error

24 May 2014, 11:39 AM
#715
reneetje avatar

reneetje

New Zenner

Join Date:
Jun 2009
Posts:
42
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

A question,

I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.

I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>

But as it is not a language file if I change all languages will display this.

Any idea how to fix this so it displays correct language. If you want to see yourself go to https://www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.

How can I fix this?

27 May 2014, 2:59 PM
#716
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 v1.0

MyCoolHats:

I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error

The contact form in the header included in the template package does work. I would recommend restoring any files related to it as you must have changed something that caused it to break.

If you check the Sheffield Blue template thread or do a search of the forum you will find some suggestions on how to add captcha, etc. to reduce spam with the header drop down contact form.

Thanks,

Anne

27 May 2014, 3:10 PM
#717
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 v1.0

Reneetje:

A question,

I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.

I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>

But as it is not a language file if I change all languages will display this.

Any idea how to fix this so it displays correct language. If you want to see yourself go to https://www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.

How can I fix this?

I have noted this for a future template update.

You will need to add an echo to includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php in place of the word "Search":

<?php echo BOX_HEADING_SEARCH; ?>

Thanks,

Anne

29 May 2014, 11:31 PM
#718
kk2956 avatar

kk2956

New Zenner

Join Date:
May 2014
Posts:
13
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

Hi,

First of all thanks for the wonderful template.

I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.

Thanks
kk2956

30 May 2014, 3:47 PM
#719
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 v1.0

kk2956:

Hi,

First of all thanks for the wonderful template.

I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.

Thanks
kk2956

See your other post about this for the answer ;)

Thanks,

Anne

4 Jun 2014, 3:34 AM
#720
rocco_habit avatar

rocco_habit

New Zenner

Join Date:
May 2014
Location:
United States
Posts:
14
Plugin Contributions:
0

Re: Responsive Sheffield Blue v1.0

Hello Anne,
I have a very slight problem that I haven't been able to figure out. I am sure it'll only take a minute of your time.
My address for the site is www.baxtercycleparts.com .

when you go to the SHOP tab at the top of the page, some of the categories in the list are displaying different than others. This does change in different browsers.

In Chrome and IE, the category Vintage Triumph Parts is displayed in two rows rather than one row. (other categories too, Like Gasket & Gasket sets and Parts Books Downloads are displayed in two rows also)

I would like to get these categories to display in one row if that is possible.

I really appreciate any time that you put into helping me solve this minor issue.

Thanks for your time,
Chris