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

All Business template Support Thread

Views: 183,248

Results 461 to 480 of 997
24 Jan 2011, 21:12
#461
aaron1988 avatar

aaron1988

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

All Business template Support Thread

Sorry i did go through must of the pages, but couldnt see it lol, so must of not gone far enough.

Aaron

25 Jan 2011, 01:01
#462
aaron1988 avatar

aaron1988

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: All Business template Support Thread

Hi i have done all the isntall.txt what it told me and when i view site i get this:

Fatal error: Call to undefined function zen_get_generated_category_path_rev() in /home/purchase/public_html/fancydresscostumesonline.co.uk/includes/modules/all_business/new_products.php on line 68

and dont know why? could it be that i am using a different ZenCart version? because when i replace the new_products.php with the original zencart one for my version it works.

Regards,
Aaron

25 Jan 2011, 18:26
#463
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 have done all the isntall.txt what it told me and when i view site i get this:

Fatal error: Call to undefined function zen_get_generated_category_path_rev() in /home/purchase/public_html/fancydresscostumesonline.co.uk/includes/modules/all_business/new_products.php on line 68

and dont know why? could it be that i am using a different ZenCart version? because when i replace the new_products.php with the original zencart one for my version it works.

Regards,

Your problem had nothing to do with template comatibiiity and zen cart versions. The most likely cause of this error is that you have edited the php file incorrectly or perhaps you have an ftp corruption issue.

Thanks,

Anne

25 Jan 2011, 18:27
#464
aaron1988 avatar

aaron1988

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: All Business template Support Thread

ow ok i will check again once my server is back online :)

25 Jan 2011, 22:17
#466
aaron1988 avatar

aaron1988

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: All Business template Support Thread

Hi i am going to tell ya i dont think it will affect the template because all templates should be ok with any addon module and that but first before u do the baddond do a backup :) just incase it does.

Thanks
Aaron

26 Jan 2011, 03:30
#467
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 Picaflor,

Do you know whether installing http://www.zen-cart.com/index.php?ma...roducts_id=310 will impact your template? Would love to have this option but not if I have to lose the template.

Thanks in advance.

This and any other properly coded module should be no problem to use with the template. If the module modifies a file that is already in a template override directory, then you will need to merge the 2 files. This is true with any template.

Thanks,

Anne

28 Jan 2011, 02:53
#468
gxjenkins avatar

gxjenkins

Zen Follower

Join Date:
Apr 2007
Location:
Tampa, Florida
Posts:
180
Plugin Contributions:
0

Re: All Business template Support Thread

I'm trying to adjust the Text Color.

I've played around in the stylesheet.css with no luck changing the color.

Does anyone know what element needs to be changed?

Thanks,
Gary

28 Jan 2011, 15:06
#469
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'm trying to adjust the Text Color.

Which text color exactly are you trying to change?

Thanks,

Anne

29 Jan 2011, 04:38
#470
gxjenkins avatar

gxjenkins

Zen Follower

Join Date:
Apr 2007
Location:
Tampa, Florida
Posts:
180
Plugin Contributions:
0

Re: All Business template Support Thread

I'm trying to change the Product Description Text.

Thanks.

12 Feb 2011, 18:10
#471
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'm trying to change the Product Description Text.

Thanks.

Add this to the bottom of your stylesheet.css:

#productDescription{color:#your hex color here;}

Thanks,

Anne

13 Feb 2011, 06:58
#472
gxjenkins avatar

gxjenkins

Zen Follower

Join Date:
Apr 2007
Location:
Tampa, Florida
Posts:
180
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

Add this to the bottom of your stylesheet.css:

#productDescription{color:#your hex color here;}

> 
> Anne

That works great.

Thanks,
Gary
13 Feb 2011, 22:59
#473
tech102 avatar

tech102

New Zenner

Join Date:
Feb 2011
Posts:
1
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

Here is a link to the easy sliders authors website:

http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider

I did not write this awesome code, so I would recommend contacting him.

It is released under the GPL, so you can work on the code and post your update for the community :smile:

Not sure if anyone else has posted the fix for this, but the following seems to work...

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

14 Feb 2011, 00:01
#474
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

Not sure if anyone else has posted the fix for this, but the following seems to work...

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

Yes, the fix is actually posted earlier in this thread:

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

Thanks,

Anne

15 Feb 2011, 15:31
#475
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: All Business template Support Thread

Hi,

I just went for your great All_business template,and I am making some changes.

First of all I like an underline hover on the links in the footer.

Original code is : dd li a:hover {background:#5dc9e1;color:#fff;}

Changed code: dd li a:hover {text-decoration: underline;color:#fff;}

But this is not working ,am i doing something wrong?

And another question:

Standard there are 3 images on a row ,van I change this to 4 or 5?

Thanks for helping me out :smile:

Richard

15 Feb 2011, 16:09
#476
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 just went for your great All_business template,and I am making some changes.

First of all I like an underline hover on the links in the footer.

Original code is : dd li a:hover {background:#5dc9e1;color:#fff;}

Changed code: dd li a:hover {text-decoration: underline;color:#fff;}

But this is not working ,am i doing something wrong?

And another question:

Standard there are 3 images on a row ,van I change this to 4 or 5?

Thanks for helping me out

If you post a link to your site I can take a look.

If you are talking about rows for the product listing page, this is in the admin--configuration--product listing--Product Listing - Columns Per Row

Thanks,

Anne

16 Feb 2011, 15:51
#477
niallo58 avatar

niallo58

New Zenner

Join Date:
Feb 2011
Posts:
34
Plugin Contributions:
0

Re: All Business template Support Thread

Hi, i am using the all business template and its great but i want to remove the slideshow with the 5 images and instead put in what special i have on at the moment there instead.

So how do i remove the slideshow from the template?

Thanks

16 Feb 2011, 16:30
#478
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 am using the all business template and its great but i want to remove the slideshow with the 5 images and instead put in what special i have on at the moment there instead.

So how do i remove the slideshow from the template?

Thanks

You can edit the define_main_page.php and remove the slideshow code.

Thanks,

Anne

16 Feb 2011, 17:05
#479
niallo58 avatar

niallo58

New Zenner

Join Date:
Feb 2011
Posts:
34
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

You can edit the define_main_page.php and remove the slideshow code.

Thanks,

Anne

Thank you Anne, that worked perfectly :clap:

Thanks for the help and the quick response

16 Feb 2011, 17:11
#480
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

Thank you Anne, that worked perfectly

Thanks for the help and the quick response

Great :smile: When you are finished with your site be sure to post a link and I will go over and take a look and give you some feedback and suggestions.

Thanks,

Anne