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
Views: 183,248
New Zenner
Sorry i did go through must of the pages, but couldnt see it lol, so must of not gone far enough.
Aaron
New Zenner
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
Totally Zenned
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
New Zenner
ow ok i will check again once my server is back online :)
New Zenner
Hi Picaflor,
Do you know whether installing http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=310 will impact your template? Would love to have this option but not if I have to lose the template.
Thanks in advance.
New Zenner
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
Totally Zenned
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
Zen Follower
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
Totally Zenned
I'm trying to adjust the Text Color.
Which text color exactly are you trying to change?
Thanks,
Anne
Zen Follower
I'm trying to change the Product Description Text.
Thanks.
Totally Zenned
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
Zen Follower
picaflor-azul:
Add this to the bottom of your stylesheet.css:
#productDescription{color:#your hex color here;}
>
> Anne
That works great.
Thanks,
Gary
New Zenner
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
Totally Zenned
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 firstI 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
New Zenner
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
Totally Zenned
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
New Zenner
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
Totally Zenned
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
New Zenner
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
Totally Zenned
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
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.