I'm lost .. I can move everything , exept that "Title", it is possible to move it left and right, but not bottom....:unsure:
Printable View
I see that your slider div is called:Quote:
I'm lost .. I can move everything , exept that "Title", it is possible to move it left and right, but not bottom....
This is where you will want to add the styles.Code:#mygalone
I problably missing something here?
Code:/*--- slider begin ---*/
.slider{ position:relative; float:left;}
.stripViewer {
margin:0;
overflow:hidden;
position:relative;
}
#mygalone{overflow:hidden;}
#mygalone ul{position:relative; padding:0; margin:0 ; height:300px; overflow:hidden;}
#mygalone ul li{float:left; position:relative; width:730px; height:290px;}
.stripTransmitter{position:absolute; margin:242px 0 0 0; text-align:right; height:4px; top:0; left:0; overflow:hidden; z-index:100;}
.stripTransmitter ul{ padding:0; margin:0 0 0 665px;}
.stripTransmitter li{ padding-right:6px; float:left; position:relative; width:15px; height:15px;}
.stripTransmitter ul li a { width:15px; height:15px; display:block; text-decoration:none; background:url("../includes/templates/all_business/images/slider-button.gif"/*tpa=http://www.katre.ws/includes/templates/all_business/images/slider-button.gif*/) no-repeat 0 0;}
.stripTransmitter ul li a:hover, .stripTransmitter ul li a.current{ background:url("../includes/templates/all_business/images/slider-button-act.gif"/*tpa=http://www.katre.ws/includes/templates/all_business/images/slider-button-act.gif*/) no-repeat 0 0; }
*html .stripTransmitter ul li a{ background:#fff; overflow:hidden;}
*html .stripTransmitter ul li a:hover, *html .stripTransmitter ul li a.current{ background:#7e1653; }
You need to put the margin or padding, etc. on your div named #mygalone in your stylesheet.Quote:
I problably missing something here?
When I added the margin, it puts space above the new products.Quote:
I did that, but only thing thats moving downwards are products, not title...
Code:#mygalone{overflow:hidden;margin-bottom:30px;}
...maybe do you know, how to put that javascript working as a loop... at the moment it does one cycle and stops.
Code:<script type="text/javascript">
jQuery(window).bind("load", function() {
jQuery("div#mygalone").slideView();
var slider_links = jQuery('.stripTransmitter li a');
var slider_links_index = 0;
function slider_intro(){
slider_links.eq(slider_links_index).trigger('click');
slider_links_index++;
if(slider_links_index <= slider_links.size()){
setTimeout(function(){slider_intro()}, 5000); //select change time
}
else if(slider_links_index > slider_links.size()){
slider_links.eq(0).trigger('click')
}
}
slider_intro();
});
</script>
Oh, I am sorry, I just found a mistake in the includes/templates/all_business/css/ie7.css. You should remove this line:
and the line:Code:#productAttributes {float:left;margin-left:-350px;margin-top:70px;}
from the includes/templates/all_business/css/ie6.cssCode:#productAttributes {float:left;}
I will be sure to fix this in a future update.
Hi Anne and all,
I'd like to add a simple opt-in box (a sidebox would be fine) . I've been combing through the forums with not a lot of luck: newsletter subscribe or mailchimp. I've used Aweber before but would like to use something that will integrate well with this template and the existing database and is simple, and preferably free. Any suggestions?
Much appreciated,
Lynn
http://marketcafe-online.com
I have used the newsletter subscription manager module on many sites.Quote:
Hi Anne and all,
I'd like to add a simple opt-in box (a sidebox would be fine) . I've been combing through the forums with not a lot of luck: newsletter subscribe or mailchimp. I've used Aweber before but would like to use something that will integrate well with this template and the existing database and is simple, and preferably free. Any suggestions?
Much appreciated,
Lynn
http://www.zen-cart.com/index.php?ma...roducts_id=106
Thanks Anne,
I went ahead and took your advice and I've attempted to copy/drag the files from FTP into my public_html/ folder and for some reason it just won't work. I don't seem to have it operating per the instructions. I've followed these to a tee. Is there a potential conflict? I can't seem to get past Step #7. Ugh :frusty:
Download the package and unzip to a temp directory.
2. Copy the "admin" folder to your zencart root folder. This will
overwrite admin/index.php and admin/customers.php, and add new
files. (The index.php is only changed to display the count of
"Newsletter Subscribers" as both customer subscribers and
newsletter-only subscribers on the Admin Home page.)
3. Copy the "email" folder to your zencart root folder. This will
add the email template used by the subscription.
4. Prior to copying the "includes" folder, open includes/templates
and rename the "YOUR_TEMPLATE" subdirectory to the name of the
template you are using.
5. Copy the entire "includes" folder to your zencart root folder. The
files are already arranged with appropriate subdirectory structure.
As stated above, certain files WILL be overwritten.
6. Change the permissions setting for the following to 777:
includes/languages/english/html_includes/YOUR_TEMPLATE/define_subscribe.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_unsubscribe.php
(Note! for security, after you have these configured the way you like,
set permissions to 644.
7. Log into your admin panel and in the Customers tab you should see
the option 'Subscription Manager'. Click on this.
8. You should get a warning at the top that the contribution has not
been installed, and below you'll see an 'install' button. Click on
this to install the tables and update sql queries.
If you have installed version 2.2 you should see a 'update' button
instead of an 'install' button. BACKUP your subscriptions table!
Then press the 'update' button.
That should be it! The installation should transfer existing customer
subscribers over, so you will see them immediately.
Thanks, Lynn
Hello everyone,
I read the thread, but I can not see the link to the page ez, :cry:
anyone can help me.
thanks
http://img521.imageshack.us/img521/8...atitolo3bq.jpg
There is absolutely no conflict between the module and the template. Check to see if you have all of the files installed.Quote:
I've followed these to a tee. Is there a potential conflict?
This is in the install.txt file:Quote:
Hello everyone,
I read the thread, but I can not see the link to the page ez,
anyone can help me.
thanks
Code:========================================
10. Add "Important Links" to footer menu
========================================
In your Zen Cart admin:
Go to "Tools" then "EZ-Pages"
Create a new file or select an already created page.
Make sure that Footer "Yes" is checked and "Order:" is designated.
The first 5 pages marked for the footer will show in the footer menu.
Post a link to your site so that I can look. Are you using a language other than english on your site?.Quote:
I read this, I put it in the image can be seen that the state of ezpage is Yes in footer
yes, my site is in italian.
this ist the test link http://www.centrostampamonzese.com/shop2/
tnx
ezpages link footer menu and ezpages sideboxes are Empty
Hi formerly "metallica" :shocking:
I don't know if you can help at all ,but I tried to add
http://www.zen-cart.com/index.php?ma...products_id=77
I followed the instructions but the sql didn't load properly and now am left with a half working site :(
the front page is OK it's just the products are not right anymore and I can't undo it either ...If I remove template and use the default all is OK ,but when I return the my template it isn't OK anymore .
I have tried installing all folders again ,replacing the correct folders back in but it's still wrong
sample page http://www.atsworld.co.uk/index.php?...ndex&cPath=153
also
Have even reinstalled a backup and that doesn't help either returns everything else but the double displaying bit stays
hope this all makes sense
thanks
now I'm off to find out why my metallica user-name has been blocked
The template comes with that module already installed. I would check to see if these files are in the correct spots:Quote:
Hi formerly "metallica"
I don't know if you can help at all ,but I tried to add
http://www.zen-cart.com/index.php?ma...products_id=77
I followed the instructions but the sql didn't load properly and now am left with a half working site
the front page is OK it's just the products are not right anymore and I can't undo it either ...If I remove template and use the default all is OK ,but when I return the my template it isn't OK anymore .
I have tried installing all folders again ,replacing the correct folders back in but it's still wrong
sample page http://www.atsworld.co.uk/index.php?...ndex&cPath=153
also
Have even reinstalled a backup and that doesn't help either returns everything else but the double displaying bit stays
hope this all makes sense
thanks
now I'm off to find out why my metallica user-name has been blocked
includes/modules/all_business/product_listing.php
includes/templates/all_business/templates/tpl_modules_product_listing.php
Also, make sure that you have run the sql file included with the module.
If your site is in a language other than english then you need to copy all of the template language files over to your language.Quote:
yes, my site is in italian.
this ist the test link http://www.centrostampamonzese.com/shop2/
tnx
ezpages link footer menu and ezpages sideboxes are Empty
Hi
Thanks for the quick reply yes they are in the right place I try and run the sql file and got this error message
everytime I run the sql I get this error message
1062 Duplicate entry ‘PRODUCT_LISTING_LAYOUT_STYLE’ for key 2
in:
[INSERT INTO zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I thought it came with that style but it has never worked or been available to me ,that's why I tried installing the add-on
This error just means that the sql has already been run.Quote:
Hi
Thanks for the quick reply yes they are in the right place I try and run the sql file and got this error message
everytime I run the sql I get this error message
1062 Duplicate entry ‘PRODUCT_LISTING_LAYOUT_STYLE’ for key 2
in:
[INSERT INTO zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I thought it came with that style but it has never worked or been available to me ,that's why I tried installing the add-on
If you want to use the column layout grid module you just need to do step 2 in the install.txt file:
Code:====================================================
2. SQL File for Column Layout Grid Module (Optional)
====================================================
Run the following SQL commands into your database.
The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),');
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
Check the files again. You have omitted something or do not have something set up properly and this is why it is not working in your language.Quote:
I have already done this
I solved the problemi whit sideboxes copying the file
includes/modules/sideboxes/classic/ezpages.php
in
includes/modules/sideboxes/all_business
and this is a problem of the template not of the language
now missing link in the footer:unsure:
You should never have to copy files from the classic template to an override directory. This is not correct. Since I did not edit either of these files, they remain in the non-override directory of includes/modules/sideboxes. This is the correct behavior. Read up on the override system to understand why this is not a problem with the template:Quote:
I also solved this
copying the file
includes/modules/sideboxes/classic/ezpages_bar_footer.php
in
includes/modules/sideboxes/all_business
and also this is a problem of the template not of the language
https://www.zen-cart.com/tutorials/i...hp?article=346
hi
tried that sql and it hasn't worked :cry:
what's really annoying me is my backups return everything to normal except this
thanks ..otherwise my only course is to restart from scratch which is something I don't fancy doing
Still struggling with newsletter subscribe. Thanks Anne for getting back to me.
Just curious as to why there is a "newsletter unsubscribe" link in the template but not a "subscribe" link. Am I missing something?
Much appreciated as always, Lynn
This is just using the zen cart default functionality. The information sidebox has the unsubscribe link. The subscribe link in in the create account form.Quote:
Still struggling with newsletter subscribe. Thanks Anne for getting back to me.
Just curious as to why there is a "newsletter unsubscribe" link in the template but not a "subscribe" link. Am I missing something?
Much appreciated as always, Lynn
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?Quote:
hi
tried that sql and it hasn't worked
what's really annoying me is my backups return everything to normal except this
thanks ..otherwise my only course is to restart from scratch which is something I don't fancy doing
I wouldn't think that this will create any security problems.Quote:
creates problems for the security of the site what I did?
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:Quote:
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
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.
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
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
Quote:
it went straight to rows didn't have to do anything after deleting
You said that it went back to rows automatically?Quote:
I can't seem to get it back to rows
sorry was to early in the morning :sleep1: :oops: I would like columns with 3 across ..just looks nicer
thanks
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?Quote:
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.
Add the 2 files in the column layout grid module to the correct folders and then select columns in the admin--configuration--product listing.Quote:
sorry was to early in the morning I would like columns with 3 across ..just looks nicer
The problem is the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the errorQuote:
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!
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
www.robbiemart.com/store
All the colors are the original ones that came with the theme.
Thank you so much for posting this. I will include this in the next update of the template package :smile:Quote:
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
You can just add this below the last line of your includes/templates/all_business/css/stylesheet.cssQuote:
All the colors are the original ones that came with the theme.
Code:body{color:#000;}
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
That was too easy! Then I realized I also had to change this for the product descriptions- #productDescription {color:#
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.Quote:
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
okeydokey :smile: thanks again for your help :smile:
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?
http://www.zen-cart.com/forum/attach...4&d=1289217240
Hello :smile: This is not a template specific question and is best asked in the "Customizing the Look of Your Shop" forum.Quote:
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?
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
so if your rows/colums don't work run that file and download from hereQuote:
delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
http://www.zen-cart.com/index.php?ma...products_id=77
and try again
Good evening Anne,
You probably think i'm crazy to ask you this because a. you're very busy and b. you already told me you've used the newsletter subscription in the past... but i'm still going to ask if you'd be willing to test it out with the all_business template. I am not a developer however I have installed several modules to date and with that disclaimer I'll also add that I've attempted to install 2.2 per the instructions 7 times (backup restores in between). I've winmerged every single file and compared them to be identical and I still can't get it to work. Would you be so kind as to humor me?
:frusty: Lynn
http://marketcafe-online.com
Quote:
Good evening Anne,
You probably think i'm crazy to ask you this because a. you're very busy and b. you already told me you've used the newsletter subscription in the past... but i'm still going to ask if you'd be willing to test it out with the all_business template. I am not a developer however I have installed several modules to date and with that disclaimer I'll also add that I've attempted to install 2.2 per the instructions 7 times (backup restores in between). I've winmerged every single file and compared them to be identical and I still can't get it to work. Would you be so kind as to humor me?
Lynn
O.k., here is the proof that your problem is not template related:
http://www.bookworm-garden.com/demos/demo2/
I humbly appreciate that.:blush: Can I ask if you overrode the files or merged them? I really feel as though I'm going mad...
I did not merge any files, I just uploaded the module files changing the name of my admin folder and changing the YOUR_TEMPLATE directories to all_business. Then I went into the zen cart admin customstomers--subscriptions and hit the install button. If I were you I would restore my backup and try the installation fresh.Quote:
I humbly appreciate that. Can I ask if you overrode the files or merged them? I really feel as though I'm going mad...
Hard to believe but I'm still at this; had issues with backup restoring... nevertheless can you please be specific when you state you renamed the admin folder? There is no mention of this in the install instructions? There is of course mention of renaming the your_template folders.
Much much appreciated, Lynn
http://marketcafe-online.com
See the security recommendations here:Quote:
Hard to believe but I'm still at this; had issues with backup restoring... nevertheless can you please be specific when you state you renamed the admin folder? There is no mention of this in the install instructions? There is of course mention of renaming the your_template folders.
Much much appreciated, Lynn
https://www.zen-cart.com/tutorials/index.php?article=33
Since I have implemented this security recommendation, I had to change the name of the admin folder included with the module to the name that I renamed my admin.
Good evening,
Thanks for a great template, I really love it, but I have one odd problem with this template,
everything is fine in Chrome, IE, Opera and Safari, but in Firefox the specials on the homepage are too far to the right, how can I fix this ?
here's the link to my shop:
http://www.postzegelcatalogus.be,
thanks in advance for your answer.
I don't know what you have edited to make this happen. The demo does not have this problem:Quote:
Good evening,
Thanks for a great template, I really love it, but I have one odd problem with this template,
everything is fine in Chrome, IE, Opera and Safari, but in Firefox the specials on the homepage are too far to the right, how can I fix this ?
here's the link to my shop:
http://www.postzegelcatalogus.be,
thanks in advance for your answer.
http://www.picaflor-azul.com/all_business/
One thing I did notice is that the font size of the titles is really huge. If you return it to the setting in the original stylesheet then the specials will not move to the right.
thanks for your reply, but I had the same problem before I changed the font size, in my humble opinion, titles are important, that's why I want them rather large,
normally you would expect these kind of problems in IE, but strangely enough, it's in Firefox, very strange ....
kind regards,
Fons
I'm pretty sure it's got something to do with the settings of easy slider, so I'll play around a bit with these settings, hope I get it sorted,
kind regards,
Fons
problem solved, I've moved the controls to the bottom of the slideshow, and everything is back to normal,
kind regards,
Fons
Thanks for posting your solution. If you want to keep the controls to the right you can try adding a clearing element after it.Quote:
problem solved, I've moved the controls to the bottom of the slideshow, and everything is back to normal,
I came across an error quite by accident while trying to sign in as customer and getting a fatal error ..just a red banner across the top saying
There was a security error when trying to login.
it wouldn't accept any password even retrieving password failed
So not sure if anyone else has this problem or not might be worth checking your site
but here is the fix
https://www.zen-cart.com/tutorials/i...hp?article=312
.rondajane yours is doing it too ..best sort asap
This is not an error with the template :smile: but with the zen cart core files.Quote:
I came across an error quite by accident while trying to sign in as customer and getting a fatal error ..just a red banner across the top saying
There was a security error when trying to login.
it wouldn't accept any password even retrieving password failed
So not sure if anyone else has this problem or not might be worth checking your site
but here is the fix
https://www.zen-cart.com/tutorials/i...hp?article=312
.rondajane yours is doing it too ..best sort asap
yeah I know ..was just trying to help some people who had it
If you look at rondajane site and enter any email and password you get the same message I was getting instead of the usual wrong pass etc etc
OMG - so glad you mentioned it. I had no idea. Thanks for the heads up and for posting the fix. Saves me tons of time looking.
Love this forum!
Ronda
www.Rondajane.com
I did not find the files mentioned in the fix in the All Business template. Here are the files:
- /includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php
- /includes/templates/YOUR_TEMPLATE/templates/tpl_timeout_default.php
Do I need to make a copy of them from the default template and put them in all business?
Thanks for your help.
Ronda
www.RondaJane.com
I did not modify these files so they are not in the template package. Please see this article:Quote:
I did not find the files mentioned in the fix in the All Business template. Here are the files:
- /includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php
- /includes/templates/YOUR_TEMPLATE/templates/tpl_timeout_default.php
Do I need to make a copy of them from the default template and put them in all business?
Thanks for your help.
https://www.zen-cart.com/tutorials/i...hp?article=230
Hi
Just 1 small request in the header under the logo I have written a small message and although in the notepad the letters are capital they appear in lower case on the page ....is there any way around this please
thanks
Remove the:Quote:
Just 1 small request in the header under the logo I have written a small message and although in the notepad the letters are capital they appear in lower case on the page ....is there any way around this please
from the selector #tagline in the includes/templates/all_business/css/stylesheet.cssCode:text-transform:lowercase;
Thank you ..you a star
that worked great
thanks
Hi
I know this prob isn't your department but I'm asking anyway as it may help someone else
I tried to change the date from USA to UK from another thread and it messed up completely
could you advise which post is best to follow or if you have a step by step guide
here is the link I used
http://www.zen-cart.com/forum/showth...t=57548&page=2
thanks again
Andy
Have you tried this:Quote:
Hi
I know this prob isn't your department but I'm asking anyway as it may help someone else
I tried to change the date from USA to UK from another thread and it messed up completely
could you advise which post is best to follow or if you have a step by step guide
here is the link I used
http://www.zen-cart.com/forum/showth...t=57548&page=2
thanks again
Andy
https://www.zen-cart.com/tutorials/i...hp?article=401
I'll try that 1 tonight
thanks again
teh language/all business/english.php works
but as soon as I touch the other English file my website breaks ,but it is working with the 1 file change ...should I just leave it be then
thanks
Is it the admin language file that is giving you trouble? Also what do you mean when you say "my website breaks"? Are you getting a blank page?Quote:
teh language/all business/english.php works
but as soon as I touch the other English file my website breaks ,but it is working with the 1 file change ...should I just leave it be then
Installed on clean cart on wamp server. Installed this template.
Where the shopping cart is at top of page the following appears:
"Shopping Cart-count_contents();?>item(s)-format($SESSION['cart']->show_toal());?>"
Looked through threds but did not see anything that can help with this.
I have put this on two carts with same results each time.
Appreciate any help.
yeah admin language ..and sorry yes just get a blank page until I replace the backup file
I have since looked at all the jargon on the programming and it all is different to what is on my page to the supplied changes ,so I guess that's why it will fail to load
If you post a link to your site I can take a look. It sounds like you are missing files.Quote:
Installed on clean cart on wamp server. Installed this template.
Where the shopping cart is at top of page the following appears:
"Shopping Cart-count_contents();?>item(s)-format($SESSION['cart']->show_toal());?>"
Looked through threds but did not see anything that can help with this.
I have put this on two carts with same results each time.
Appreciate any help.
If it is a blank page you can use the error log debugging tool to find the error. It is in your cache file.Quote:
yeah admin language ..and sorry yes just get a blank page until I replace the backup file
I have since looked at all the jargon on the programming and it all is different to what is on my page to the supplied changes ,so I guess that's why it will fail to load
The problem you are having is not inherent to the template package. It sounds like a server configuration issue. I would also check to see that you have uploaded all of the template files and that they are all in the correct places.Quote:
Not published on live site. Always try to work up zen cart and trouble shoot before going live. It is only on my home wamp server.
I will try to post screen image later.
By the way. I do like the way you layed out the template.
Here is a screenshot of the problem. See attached bmp.
Thanks again for your help.
Downloaded the files from addons and installed as directed. Will do again. But as I said earlier - this happened on two installs with the same result.
Found solution.
includes/templates/all_business/common/tpl_header.php edited as shown. There were a couple of instances where php was not added behind the <?.
PHP Code:
<li><img src="includes/templates/all_business/images/cart.jpg" class="cart-image" alt="the shopping cart" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> item(s) - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a> | </li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
im sorry about just replying... i couldnt find where to put a new post into this thread.
I have the All Business template loaded (great one BTW... thanks)
Problem is when following the install text.. number 5 says:
To make your site look exactly like the demo:
A. In your Zen Cart admin:
Go to "Configuration" then "Product Listing"
Copy the values from:
http://www.your site url.com/includes/templates/507/images/product_listing.png
Well there is no product_listing.png anywhere that I can find...
there is no /507/ directory either.
I have searched the forum for an answer but im not having much luck... I would like to have my site look just like your demo but these files (product_listing.png and layout_settings,png don't seem to be there.. i looked in the /includes/templates/all business/ directory instead of the one thats not there obviously but still cannot find.
My problem at the moment is that your demo has a nice wide left column... but mine is slimmer and the headings wrap.
My site so far is http://www.rivertoreefaquarium.com/zenbackup
I would also like to somehow bring my logo down a few notches so it is not so far to the top of the page and more centred (up and down wise).
Any sugestions or direction you can give would be most appreciated.
I would suggest going to his site and download the template there. You can left click on his name on the first post in this thread and there is a link to his site. Then go to free templates. All Business is at the bottom of the page. Go to that page and there is a download link. Download and unzip. Read the install.txt. It has the correct install doc and links to the pages you are looking for in that doc.
You have an older version of the template package. You can download the latest version in the "Free Software Add Ons" section. It will include the correct install.txt file.Quote:
im sorry about just replying... i couldnt find where to put a new post into this thread.
I have the All Business template loaded (great one BTW... thanks)
Problem is when following the install text.. number 5 says:
To make your site look exactly like the demo:
A. In your Zen Cart admin:
Go to "Configuration" then "Product Listing"
Copy the values from:
http://www.your site url.com/includes/templates/507/images/product_listing.png
Well there is no product_listing.png anywhere that I can find...
there is no /507/ directory either.
I have searched the forum for an answer but im not having much luck... I would like to have my site look just like your demo but these files (product_listing.png and layout_settings,png don't seem to be there.. i looked in the /includes/templates/all business/ directory instead of the one thats not there obviously but still cannot find.
My problem at the moment is that your demo has a nice wide left column... but mine is slimmer and the headings wrap.
My site so far is http://www.rivertoreefaquarium.com/zenbackup
I would also like to somehow bring my logo down a few notches so it is not so far to the top of the page and more centred (up and down wise).
Any sugestions or direction you can give would be most appreciated.
Thanks,
Anne
Hi Picaflor-Azul,
Your template is so wonderful. Just some questions:
1. How can I adjust the height of the row in the product listing?
http://www.akshop.com.au/index.php?m...index&cPath=65
2. Can I change the normal text size and color, and the price color?
3. There is a small red line in the top, how can I del it?
Thx
Thanks for replying Anne.
I followed your advice and re-downloaded this time the 'latest' version of the template at the "Free addons" section and I have the same problem.
In regards to step 5 in the install text of the LATEST version (all_business_1-1.zip) the install.txt still refers to a directory that does not exist /507/ and .png files that do not exist in the includes/templates/507/images folder of your template.
here is a direct copy of step five as written in the latest version:
===============================
5. Recommended Admin Settings:
===============================
To make your site look exactly like the demo:
A. In your Zen Cart admin:
Go to "Configuration" then "Product Listing"
Copy the values from:
http://www.your site url.com/includes/templates/507/images/product_listing.png
B. In your Zen Cart admin:
Go to "Configuration" then "Layout Settings"
Copy the values from:
http://www.your site url.com/includes/templates/507/images/layout_settings.png
=========================
This seems to be exactly the same as the info I went through in the first install.txt. (and my original post)
Are you having a joke with me?
If so ... hardy har har...no, tell me, where is it really????
regards
Adam