Zen Cart Logo
Forums / Addon Templates / All Business template Support Thread

All Business template Support Thread

Views: 183,242

Results 241 to 260 of 997
16 Nov 2010, 20:26
#241
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

All Business template Support Thread

picaflor-azul:

It is really strange that the back up is not restoring the site. Have you tried switching to the classic template to see if the problem is still there?

hi yes when I use either the default or even another template all is OK ..which does lead mr to think it's is the all business template ..but I have even over ridden all the folders again to see if that fixes the issues ...damn why did I do this especially as I knew there was something wrong to begin with as as you said it was in the install grrrrrrrrrrrrrrrrrrrrrrrrrrrr

16 Nov 2010, 21:02
#242
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

hi yes when I use either the default or even another template all is OK ..which does lead mr to think it's is the all business template ..but I have even over ridden all the folders again to see if that fixes the issues ...damn why did I do this especially as I knew there was something wrong to begin with as as you said it was in the install grrrrrrrrrrrrrrrrrrrrrrrrrrrr

Delete these files:

includes/modules/all_business/product_listing.php
includes/modules/all_business/product_listing.php.bak
includes/templates/all_business/templates/tpl_modules_product_listing.php

and in the admin--configuration--product listing set it to rows.

16 Nov 2010, 22:24
#243
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

ok thanks it's working again ,it went straight to rows didn't have to do anything after deleting
even now all I get is this in the config....... Although on my test site it is working fine very odd indeed

but thanks for the help again

17 Nov 2010, 08:41
#244
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

Hi

I can't seem to get it back to rows which I prefer ,is there anything I could try to get it that way

thanks again
andy

17 Nov 2010, 14:31
#245
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

it went straight to rows didn't have to do anything after deleting

I can't seem to get it back to rows

You said that it went back to rows automatically?

17 Nov 2010, 16:35
#246
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

sorry was to early in the morning :sleep1: :oops: I would like columns with 3 across ..just looks nicer

thanks

17 Nov 2010, 17:37
#247
giftmeister avatar

giftmeister

Zen Follower

Join Date:
Jan 2009
Location:
Montreal, Canada
Posts:
230
Plugin Contributions:
0

Re: All Business template Support Thread

I find the light grey color of the main body to be too light. I played around with the stylesheet for a while to make it black, but that changed other parts, as well, or not every page of the main body.

I know it seems simple enough as I see all the classes and elements in the stylesheet, yet I'm not enough of a programmer to figure out how to separate some parts or add new lines that I need. I simply want the text in the main body of all pages to be black and the links to be grey.

Any help would be greatly appreciated.

17 Nov 2010, 18:38
#248
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

I find the light grey color of the main body to be too light. I played around with the stylesheet for a while to make it black, but that changed other parts, as well, or not every page of the main body.

I know it seems simple enough as I see all the classes and elements in the stylesheet, yet I'm not enough of a programmer to figure out how to separate some parts or add new lines that I need. I simply want the text in the main body of all pages to be black and the links to be grey.

Any help would be greatly appreciated.

What is the link to your site?

17 Nov 2010, 18:40
#249
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

sorry was to early in the morning I would like columns with 3 across ..just looks nicer

Add the 2 files in the column layout grid module to the correct folders and then select columns in the admin--configuration--product listing.

17 Nov 2010, 19:07
#250
waddtown avatar

waddtown

New Zenner

Join Date:
Feb 2005
Location:
UK
Posts:
77
Plugin Contributions:
0

Re: All Business template Support Thread

Cyan:

This has already been addresses earlier in the thread:

http://www.zen-cart.com/forum/showpost.php?p=951414&postcount=54

Hi again, I've been spending two days, trying to solve this problem with easySlider, but without success /no responce from creator/ ..so...I changed the slider... but I need some help:

  • how I can move down the title "New Products for November"
  • how I could put that slider inside some "wrapper" or "container", to create some space around that slider?

Thank You!

The problem is the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error

to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript
It sould now work without any errors as the jscript_jquery.js is now loading first

I hope this helps

17 Nov 2010, 19:29
#251
giftmeister avatar

giftmeister

Zen Follower

Join Date:
Jan 2009
Location:
Montreal, Canada
Posts:
230
Plugin Contributions:
0

Re: All Business template Support Thread

www.robbiemart.com/store

All the colors are the original ones that came with the theme.

17 Nov 2010, 20:24
#252
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

The problem is the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error

to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript
It sould now work without any errors as the jscript_jquery.js is now loading first

I hope this helps

Thank you so much for posting this. I will include this in the next update of the template package :smile:

17 Nov 2010, 20:27
#253
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

All the colors are the original ones that came with the theme.

You can just add this below the last line of your includes/templates/all_business/css/stylesheet.css

body{color:#000;}
17 Nov 2010, 20:36
#254
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

Hi
I've done that and now am back to where I was before a faulty template
They are in the right folders too

thanks again

17 Nov 2010, 20:53
#255
giftmeister avatar

giftmeister

Zen Follower

Join Date:
Jan 2009
Location:
Montreal, Canada
Posts:
230
Plugin Contributions:
0

Re: All Business template Support Thread

That was too easy! Then I realized I also had to change this for the product descriptions- #productDescription {color:#

17 Nov 2010, 21:24
#256
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

Hi
I've done that and now am back to where I was before a faulty template
They are in the right folders too

thanks again

Have you asked for help with this module from it's author? This is what I would recommend to you. I did not write the column layout grid module and the author will be much more knowledgeable about it.

17 Nov 2010, 21:35
#257
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

okeydokey :smile: thanks again for your help :smile:

18 Nov 2010, 01:22
#258
aftab1003 avatar

aftab1003

New Zenner

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

Re: All Business template Support Thread

download and installed this beautiful template. working fine.

i am new to zc...
need a product options layout help.

i need to make my layout like the attached image, can you pleas help me how to do this?

18 Nov 2010, 01:38
#259
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

download and installed this beautiful template. working fine.

i am new to zc...
need a product options layout help.

i need to make my layout like the attached image, can you pleas help me how to do this?

Hello :smile: This is not a template specific question and is best asked in the "Customizing the Look of Your Shop" forum.

18 Nov 2010, 21:53
#260
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

fixed the layout .... think what I must have done was install an old version
found a sql that deletes the right file then you can try again

delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

so if your rows/colums don't work run that file and download from here

http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=77

and try again