Zen Cart Logo
Forums / Addon Templates / Responsive All Business Template

Responsive All Business Template

Views: 103,475

Results 21 to 40 of 393
16 Sep 2013, 1:01 PM
#21
gsmsalers avatar

gsmsalers

New Zenner

Join Date:
Feb 2009
Posts:
71
Plugin Contributions:
0

Responsive All Business Template

Thank you for your great template. So far I have 2 problem.

  1. How do I make adjustment to source code Iphone version of this template? Which files do I need to edit?
    I need to change fonts and view of Iphone version on PHP and CSS level. I have hard to separate PC version and Iphone version from source code.
  2. Also when I enable CSS Text button option from Layout settings>>CSS button, I don't see any change with "Update cart" Image button.
    All other buttons turned to Text button, but "Update cart" button still remain as Image button.
16 Sep 2013, 1:36 PM
#22
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

gsmsalers:

Thank you for your great template. So far I have 2 problem.

  1. How do I make adjustment to source code Iphone version of this template? Which files do I need to edit?
    I need to change fonts and view of Iphone version on PHP and CSS level. I have hard to separate PC version and Iphone version from source code.
  2. Also when I enable CSS Text button option from Layout settings>>CSS button, I don't see any change with "Update cart" Image button.
    All other buttons turned to Text button, but "Update cart" button still remain as Image button.
  1. I am not sure what you mean. Check the responsive.css file adn media query @media (max-width:480px)

  2. This is not a template problem. It is just how zen cart works ;)

Thanks,

Anne

16 Sep 2013, 1:38 PM
#23
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

DivaVocals:

I love the fact that his DIY template doesn't reply on Bootstrap or other commercial frameworks.. Which makes his code distributable under the GPL..

That is very cool :)

Thanks,

Anne

16 Sep 2013, 3:06 PM
#24
gsmsalers avatar

gsmsalers

New Zenner

Join Date:
Feb 2009
Posts:
71
Plugin Contributions:
0

Re: Responsive All Business Template

Thank you for your answer.
1.Where is the PHP template file related with responsive.css?
Is it one tpl files? I need to simplify header part of Iphone version. I want to replace Logo and sub text with "Simple large text title".

  1. I don't know how to enable "Search" module at header part of Iphone version.
    I tried different ways but failed to enable it.

  2. Also how can I show sub-categories at main page of Iphone version when I press on one of main category? Right now they extend right under main category.
    Please help me.

picaflor-azul:

  1. I am not sure what you mean. Check the responsive.css file adn media query @media (max-width:480px)

  2. This is not a template problem. It is just how zen cart works ;)

Thanks,

Anne

17 Sep 2013, 12:23 AM
#25
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

gsmsalers:

Thank you for your answer.
1.Where is the PHP template file related with responsive.css?
Is it one tpl files? I need to simplify header part of Iphone version. I want to replace Logo and sub text with "Simple large text title".

  1. I don't know how to enable "Search" module at header part of Iphone version.
    I tried different ways but failed to enable it.

  2. Also how can I show sub-categories at main page of Iphone version when I press on one of main category? Right now they extend right under main category.
    Please help me.

  1. I am not sure what you mean. To find what files you need to edit us the admin--tools--developers toolkit

  2. You need to take the display:none; off of the #navMainWrapper in the responsive.css

  3. I don't understand your question. The sub categories show once the category is clicked.

Thanks,

Anne

18 Sep 2013, 12:55 AM
#26
gsmsalers avatar

gsmsalers

New Zenner

Join Date:
Feb 2009
Posts:
71
Plugin Contributions:
0

Re: Responsive All Business Template

  1. I tried it but it didn't work.
    Even I removed all the "display:none" reference from responsive.css
    I still don't see "search" input at header.
    Can you attach edited css file here?

picaflor-azul:

  1. I am not sure what you mean. To find what files you need to edit us the admin--tools--developers toolkit

  2. You need to take the display:none; off of the #navMainWrapper in the responsive.css

  3. I don't understand your question. The sub categories show once the category is clicked.

Thanks,

Anne

18 Sep 2013, 1:30 AM
#27
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive All Business Template

gsmsalers:

1.Where is the PHP template file related with responsive.css?

responsive.css controls the id's and classes associated to different elements throughout the majority of the templates PHP files not just 1 file.

gsmsalers:

Is it one tpl files? I need to simplify header part of Iphone version. I want to replace Logo and sub text with "Simple large text title".

This will require custom coding:
1.) You will need to add separate PHP code to echo your new "Simple large text title" in the header file.
2.) You will need to add at the top of responsive.css {display:none;} for your new "Simple large text title"
3.) You will need to add {display:none;} to the media query section of the responsive.css file to hide logo and sub text for a certain screen size.
3.) You will need to replace {display:none;} with {display:block;} to the media query section of the responsive.css file to show "Simple large text title".

gsmsalers:

  1. I don't know how to enable "Search" module at header part of Iphone version.
    I tried different ways but failed to enable it.

The search function is within the drop-down menu.

gsmsalers:

  1. Also how can I show sub-categories at main page of Iphone version when I press on one of main category? Right now they extend right under main category.

That function is also within the drop-down menu.

18 Sep 2013, 2:04 AM
#28
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Responsive All Business Template

Does anyone have a working live store of this?

18 Sep 2013, 8:11 AM
#29
gsmsalers avatar

gsmsalers

New Zenner

Join Date:
Feb 2009
Posts:
71
Plugin Contributions:
0

Re: Responsive All Business Template

  1. About search box.
    Ok. I'll try later and let you know.

  2. I think this template has bug with sub-categories in some cases.
    Here is details: It displays sub-categories on main page and function normally when I double click on main category on main page if there is no other products besides of sub categories under main category.
    But it doesn't show sub-categories if there is other products next to sub-category under main category. When I double click on main category then it only displays other products but sub-folder is not shown on main page. Of course I can see sub-category name on left side box. If I want to hide left boxes then I can't browse to sub-categories.

If you wish I can make video for demonstration.

18 Sep 2013, 10:26 AM
#30
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

gsmsalers:

  1. I tried it but it didn't work.
    Even I removed all the "display:none" reference from responsive.css
    I still don't see "search" input at header.
    Can you attach edited css file here?

Do you have the search header box turned on in the single column and at min-width?

Thanks,

Anne

18 Sep 2013, 10:27 AM
#31
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

uswebworx:

Does anyone have a working live store of this?

If you read the readme.html file or the first post you will see the link to the live demo.

Thanks,

Anne

18 Sep 2013, 10:35 AM
#32
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

gsmsalers:

  1. About search box.
    Ok. I'll try later and let you know.

  2. I think this template has bug with sub-categories in some cases.
    Here is details: It displays sub-categories on main page and function normally when I double click on main category on main page if there is no other products besides of sub categories under main category.
    But it doesn't show sub-categories if there is other products next to sub-category under main category. When I double click on main category then it only displays other products but sub-folder is not shown on main page. Of course I can see sub-category name on left side box. If I want to hide left boxes then I can't browse to sub-categories.

If you wish I can make video for demonstration.

Where are you seeing the bug? On the desktop? It sounds like all is working fine.

Thanks,

Anne

19 Sep 2013, 3:55 AM
#33
gsmsalers avatar

gsmsalers

New Zenner

Join Date:
Feb 2009
Posts:
71
Plugin Contributions:
0

Re: Responsive All Business Template

Sorry, it was products and category tables integrity problem. There is no bug. It's working fine.
But product picture looks differently on Internet Explorer 8 from Firefox and Opera.
Can you check it? I attached picture.Attachment 13093

picaflor-azul:

Where are you seeing the bug? On the desktop? It sounds like all is working fine.

Thanks,

Anne

19 Sep 2013, 1:00 PM
#34
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

gsmsalers:

Sorry, it was products and category tables integrity problem. There is no bug. It's working fine.
But product picture looks differently on Internet Explorer 8 from Firefox and Opera.
Can you check it? I attached picture.Attachment 13093

Can you post a link to the actual page witht the problem? Also, is this on the desktop?

Thanks,

Anne

28 Sep 2013, 9:26 AM
#35
grandpaj avatar

grandpaj

New Zenner

Join Date:
Sep 2010
Posts:
72
Plugin Contributions:
0

Re: Responsive All Business Template

Hi

What a great template, pretty much everything I could wish for.

Just one thing, How do I reduce the height of the slider on the index page. I have looked everywhere, except the right place. Would like to change it to around 240px high.

Many thanks

Grandpaj

28 Sep 2013, 12:17 PM
#36
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

grandpaj:

Hi

What a great template, pretty much everything I could wish for.

Just one thing, How do I reduce the height of the slider on the index page. I have looked everywhere, except the right place. Would like to change it to around 240px high.

Many thanks

Grandpaj

I am happy that you like it ;)

You can change the height of the slider by editing includes/templates/responsive_all_buisness/common/tpl_home_slider.php

Thanks,

Anne

8 Oct 2013, 5:23 PM
#37
icklebits avatar

icklebits

Zen Follower

Join Date:
Nov 2006
Posts:
206
Plugin Contributions:
0

Re: Responsive All Business Template

Hi, I've followed the instructions to the letter in the readme file. However, I've not got the option in the configuration menu to go and do the slideshow. The last option in the menu is the ezpage settings. I've run the sql things as instructed.

I tried to run the sql file again: responsive_all_business.sql but I get an error message.

Please help because I love this template but need the slideshow too. I'm sure its something silly that I've done. lol

Thank you. :-) x

8 Oct 2013, 6:08 PM
#38
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Responsive All Business Template

icklebits:

Hi, I've followed the instructions to the letter in the readme file. However, I've not got the option in the configuration menu to go and do the slideshow. The last option in the menu is the ezpage settings. I've run the sql things as instructed.

I tried to run the sql file again: responsive_all_business.sql but I get an error message.

Please help because I love this template but need the slideshow too. I'm sure its something silly that I've done. lol

Thank you. :-) x

Take a look in your configuration_group table in your database and see what the ID number is. Then look in your admin_pages table and match up the numbers.

Thanks,

Anne

8 Oct 2013, 6:11 PM
#39
icklebits avatar

icklebits

Zen Follower

Join Date:
Nov 2006
Posts:
206
Plugin Contributions:
0

Re: Responsive All Business Template

Thanks for your response. Oh my gosh that was gobbledegook to me though. :-( I wouldn't know how to look at my database table, sorry. :-(

I'm having second thoughts now because I've just noticed it has no menu at the top like the sheffield blue one does. I changed to this one because it had a slideshow in the middle rather than the whole width. Would it be easier to do this by PM seeing as I'm talking two different templates?

8 Oct 2013, 6:13 PM
#40
icklebits avatar

icklebits

Zen Follower

Join Date:
Nov 2006
Posts:
206
Plugin Contributions:
0

Re: Responsive All Business Template

Just tried this thing called myphpadmin or something like that. It says I dont have access to it.