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

Responsive All Business Template

Views: 103,480

Results 281 to 300 of 393
31 Mar 2015, 3:01 AM
#281
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Responsive All Business Template

Can the Responsive All Business template be made into a 2 column layout? Are there *any *responsive templates that cannot be made into 2 columns?

Thanks!

31 Mar 2015, 3:37 PM
#282
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

traytray:

Can the Responsive All Business template be made into a 2 column layout? Are there *any *responsive templates that cannot be made into 2 columns?

Thanks!

Yes, you can use this template as a 2 column layout. The Winchester Black, Westminster New, Dover Fine, Winchester Responsive, etc. are all 2 column layouts. Just read the template descriptions.

Thanks,

Anne

1 Apr 2015, 4:01 AM
#283
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Responsive All Business Template

Could you please tell me the hex number colors for the turquoise and the charcoal grey used on this template?

Thank you!

6 Apr 2015, 12:46 PM
#284
wwsmith42 avatar

wwsmith42

New Zenner

Join Date:
Aug 2010
Posts:
3
Plugin Contributions:
0

Re: Responsive All Business Template

Very few people have a problem with a template author adding a link to there site in the footer of the templates they make. However......

Adding HIDDEN links to a bunch of your social accounts in the footer is more than a little on the shady side.

Google penalizes sites with hidden links and there are probably people trying to figure out why they can not get their site ranked. Seriously what is up with that?

includes/templates/responsive_all_business/common/tpl_footer_menue/php Lines 34-41

<a href="<?php echo FACEBOOK; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.FACEBOOK_ICON ?>"  alt="facebook link" class="smi facebook" /></a>
<a href="<?php echo TWITTER; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.TWITTER_ICON ?>"  alt="twitter link" class="smi twitter" /></a>
<a href="<?php echo YOUTUBE; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.YOUTUBE_ICON ?>"  alt="youtube link" class="smi youtube" /></a>
<a href="<?php echo PINTEREST; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.PINTEREST_ICON ?>"  alt="pinterest link" class="smi pinterest" /></a>
<a href="<?php echo GOOGLE; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.GOOGLE_ICON ?>"  alt="google link" class="smi google" /></a>
<a href="<?php echo BLOG; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.BLOG_ICON ?>"  alt="blog link" class="smi blog" /></a>

includes/languages/english/extra_definitions/responsive_all_business/footer_menu_defines.php Lines 64-69

Define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
Define('TWITTER', 'http://www.twitter.com/picaflorazul');
Define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
Define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
Define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
Define('BLOG', 'http://www.picaflor-azul.com/blog');

I used the report button on the template, I have no idea if this is something that the ZenCart team cares about or not but in my opinion they should.

6 Apr 2015, 1:13 PM
#285
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

traytray:

Could you please tell me the hex number colors for the turquoise and the charcoal grey used on this template?

Thank you!

See this:

http://html-color-codes.info/colors-from-image/

Thanks,

Anne

6 Apr 2015, 1:16 PM
#286
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

WWsmith42:

Very few people have a problem with a template author adding a link to there site in the footer of the templates they make. However......

Adding HIDDEN links to a bunch of your social accounts in the footer is more than a little on the shady side.

Google penalizes sites with hidden links and there are probably people trying to figure out why they can not get their site ranked. Seriously what is up with that?

includes/templates/responsive_all_business/common/tpl_footer_menue/php Lines 34-41

<a href="<?php echo FACEBOOK; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.FACEBOOK_ICON ?>" alt="facebook link" class="smi facebook" /></a>
<a href="<?php echo TWITTER; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.TWITTER_ICON ?>" alt="twitter link" class="smi twitter" /></a>
<a href="<?php echo YOUTUBE; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.YOUTUBE_ICON ?>" alt="youtube link" class="smi youtube" /></a>
<a href="<?php echo PINTEREST; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.PINTEREST_ICON ?>" alt="pinterest link" class="smi pinterest" /></a>
<a href="<?php echo GOOGLE; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.GOOGLE_ICON ?>" alt="google link" class="smi google" /></a>
<a href="<?php echo BLOG; ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.BLOG_ICON ?>" alt="blog link" class="smi blog" /></a>

> 
> includes/languages/english/extra_definitions/responsive_all_business/footer_menu_defines.php Lines 64-69
> 
> ```php
Define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
Define('TWITTER', 'http://www.twitter.com/picaflorazul');
Define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
Define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
Define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
Define('BLOG', 'http://www.picaflor-azul.com/blog');

I used the report button on the template, I have no idea if this is something that the ZenCart team cares about or not but in my opinion they should.

These are not "hidden" links. These are the social media links in the footer. Nothing shady about it. If you read the readme.html file included in the template file you will find instructions about how to change them to your links.

There is also nothing wrong with any of the template packages that is preventing google from ranking your site.

Each template submission is checked by the zen cart team before they approve it. They would absolutely not approve any template package that had "shady" code in it.

Thanks,

Anne

16 Apr 2015, 1:58 AM
#287
zenartman avatar

zenartman

Zen Follower

Join Date:
Nov 2005
Posts:
134
Plugin Contributions:
0

Re: Responsive All Business Template

Is it possible to show product categories links of the left sidebar on mobile devices? I tested by turning on and off all sidebars and it looks like any left sidebar turned on appears on top of the product shown on my phone and any right sidebars appear after the the product I'm viewing.

In other words, I have to scroll down a long list of categories links in order to see the details of the product I choose, though I want to see categories links after the product I am viewing. I want categories links be visible at all times, but in the lower part of phone screen. The reason is the top menu does not show categories and customer can't see categories links. When categories links are turned on it appears in top part of phones, pushing details of a product a customer wants to see and he/she got to hassle by scrolling down.

Can it be changed? Thank you

16 Apr 2015, 9:35 AM
#288
hannat avatar

hannat

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

In the database, check in your admin_pages table to see that the configuration group id matches the one in your configuration_group table.

Thanks,

Anne

Hi there Anne,

I am having the same issue.

My configuration_group_id is 46, what do I need to look for in admin_pages? I don't see anything related to RAB.

Please help :)

16 Apr 2015, 4:18 PM
#289
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

zenartman:

Is it possible to show product categories links of the left sidebar on mobile devices? I tested by turning on and off all sidebars and it looks like any left sidebar turned on appears on top of the product shown on my phone and any right sidebars appear after the the product I'm viewing.

In other words, I have to scroll down a long list of categories links in order to see the details of the product I choose, though I want to see categories links after the product I am viewing. I want categories links be visible at all times, but in the lower part of phone screen. The reason is the top menu does not show categories and customer can't see categories links. When categories links are turned on it appears in top part of phones, pushing details of a product a customer wants to see and he/she got to hassle by scrolling down.

Can it be changed? Thank you

Yes, this is correct. On mobile devices the left hand sideboxes show at the top and the right hand sideboxes show at the bottom.

It sounds like your mobile layout is broken. On phones you should see the mobile menu at the top of the page.

Thanks,

Anne

16 Apr 2015, 4:21 PM
#290
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

Hannat:

Hi there Anne,

I am having the same issue.

My configuration_group_id is 46, what do I need to look for in admin_pages? I don't see anything related to RAB.

Please help :)

Look in the configuration table.

Thanks,

Anne

20 Apr 2015, 7:18 AM
#291
hannat avatar

hannat

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Responsive All Business Template

Hi there Anne,

Sorry to be a bother but I don't see anything in the configuration table either.

Regards, Hannat

20 Apr 2015, 4:31 PM
#292
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

Hannat:

Hi there Anne,

Sorry to be a bother but I don't see anything in the configuration table either.

Regards, Hannat

What is your original question? What are you trying to do?

Thanks,

Anne

21 Apr 2015, 8:03 AM
#293
hannat avatar

hannat

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Responsive All Business Template

Hi Anne,

I am trying to install the SQL patch, but when I do via zencart I just get that white screen with the "warning fatal error, refresh page" on it.
Tried doing it in phpmyadmin and I get a "it already exists" error.
When I checked in configuration_group there where 4 instances of "Edit Edit Copy Copy Delete Delete 39 Responsive all Business Template Set Rabslideshow Options 39 1"

I saw you said to check in the admin_pages to make sure the configuration group ID matches the one in configuration_group, but there is no reference to RAB in admin_pages.

Goss I hope I made sense there.

Regards, Hannat

21 Apr 2015, 1:57 PM
#294
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

Hannat:

Hi Anne,

I am trying to install the SQL patch, but when I do via zencart I just get that white screen with the "warning fatal error, refresh page" on it.
Tried doing it in phpmyadmin and I get a "it already exists" error.
When I checked in configuration_group there where 4 instances of "Edit Edit Copy Copy Delete Delete 39 Responsive all Business Template Set Rabslideshow Options 39 1"

I saw you said to check in the admin_pages to make sure the configuration group ID matches the one in configuration_group, but there is no reference to RAB in admin_pages.

Goss I hope I made sense there.

Regards, Hannat

You need to check the configuration_group table for the configuration id, then match this to your template instances in the configuration table.

Tanks,

Anne

24 Apr 2015, 7:04 AM
#295
hannat avatar

hannat

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

You need to check the configuration_group table for the configuration id, then match this to your template instances in the configuration table.

Tanks,

Anne

Hi there Anne,

I really do appreciate all your hard work and your patience dealing with my problem. But I don't see anything in the configuration table that has to do with RAB. :(

Regards, Hannat

24 Apr 2015, 2:00 PM
#296
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

Hannat:

Hi there Anne,

I really do appreciate all your hard work and your patience dealing with my problem. But I don't see anything in the configuration table that has to do with RAB. :(

Regards, Hannat

I am sorry, but it is very hard to help without seeing your database and knowing exactly what you have done.

Thanks,

Anne

28 Apr 2015, 6:33 AM
#297
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Responsive All Business Template

Can you please direct me to the place I can make changes to the Sort By filter located on the New/All Product pages, as well as the Filter Results by Filter on the Category pages? I've tried Firebug, and the tool kit, but it's not giving me enough guidance, or I just can't interpret it correctly.

While I'm here I might as well ask - If I am to use this responsive template for an e-commerce site, will my customers that use a screen resolution of 1024 x 768 (or other less popular resolutions than say, 1366 x 768), have any problem with font sizes? Would they have to make changes in font size or view at less than 100% because of that resolution?

Thank you!!

28 Apr 2015, 2:41 PM
#298
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

traytray:

Can you please direct me to the place I can make changes to the Sort By filter located on the New/All Product pages, as well as the Filter Results by Filter on the Category pages? I've tried Firebug, and the tool kit, but it's not giving me enough guidance, or I just can't interpret it correctly.

While I'm here I might as well ask - If I am to use this responsive template for an e-commerce site, will my customers that use a screen resolution of 1024 x 768 (or other less popular resolutions than say, 1366 x 768), have any problem with font sizes? Would they have to make changes in font size or view at less than 100% because of that resolution?

Thank you!!

I would recommend using the Westminster New, Winchester Black, or Winchester Responsive template packages until this one has been updated. They are more advanced and more recently updated than this package.

Thanks,

Anne

28 Apr 2015, 4:04 PM
#299
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

I would recommend using the Westminster New, Winchester Black, or Winchester Responsive template packages until this one has been updated. They are more advanced and more recently updated than this package.

Thanks,

Anne

Well, I like side navigation and dislike drop down menu's, so this template was the perfect fit for me. Is it not behaving well with 1024 x 768? The store is already in test mode, and almost ready to go live, so kind of late for me to scratch it. Locating those filters and having it look right on 1024 x 768 (and other resolutions) were all that was left. Didn't see any cautions about using this beauty on the download page, so now I'm well into it.

Hope you can help.

Thanks~

28 Apr 2015, 8:26 PM
#300
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

traytray:

Well, I like side navigation and dislike drop down menu's, so this template was the perfect fit for me. Is it not behaving well with 1024 x 768? The store is already in test mode, and almost ready to go live, so kind of late for me to scratch it. Locating those filters and having it look right on 1024 x 768 (and other resolutions) were all that was left. Didn't see any cautions about using this beauty on the download page, so now I'm well into it.

Hope you can help.

Thanks~

You will have to play around with the responsive.css file. This template relies solely on media queries and is not as advanced at serving up the optimized layout for various devices.

Thanks,

Anne