-
All Business template Support Thread
Hello everyone :smile: I am happy to announce the release of my third free template to the zen cart community.
The All Business template is a super flexible design perfect for all types of ecommerce stores--the possibilites are endless!
See a live demo here.
Template Features:
* Fixed width 2 column display
* Matching button set included
* Matching icons
* Home Page slideshow included
* Cross Browser tested using Firefox, IE8, IE7, IE6, Google Chrome, Opera, and Safari.
* Integrated links to your Twitter and Facebook
* W3C Valid XHTML and CSS
* Custom header including shopping cart totals (item count and dollar amount), checkout link, search, currencies with drop down menu, and languages.
* Comes with the following modules installed: BetterCategoriesEZinfo, Column Layout Grid, About Us Page, Footer Menu , Designer Monthly Boxes
* No changes to core files
Download available on our site until it is approved and in the zen cart downloads section.
See it as an apparel store:
http://www.picaflor-azul.com/all_business/images/apparel.jpg
As a jewelry store:
http://www.picaflor-azul.com/all_bus...es/jewelry.jpg
As a toy store:
http://www.picaflor-azul.com/all_bus...mages/toys.jpg
-
Re: All Business template Support Thread
O.k., the template is now available in the downloads section:
http://www.zen-cart.com/index.php?ma...oducts_id=1777
I forgot to include the sql patch for the column layout grid with the module files so, if you want this module you will need to copy and paste the following into your admin--tools--install sql patches (the files for this module are included in the template package already):
Code:
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);
-
1 Attachment(s)
Re: All Business template Support Thread
Hi there, first of all, really awesome template, really modern, layout feels clean.
I have one problem, when you have two languages, the language header shows up but it's repeating itself, is it just me? Or is it intended to do so? Thanks.
-
Re: All Business template Support Thread
Quote:
I have one problem, when you have two languages, the language header shows up but it's repeating itself, is it just me?
Hello :smile: I am happy that you like the template. Sorry for the mistake. I will post an update soon. For now, you can replace your: includes/templates/all_business/sideboxes/tpl_languages_header.php with this:
Code:
<?php
/**
* All Business Template
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_languages.php 2982 2006-02-07 07:56:41Z birdbrain $
*/
$content = "";
$content .= '<div id="lang_header" class="topBox centeredContent">';
$lng_cnt = 0;
while (list($key, $value) = each($lng->catalog_languages)) {
$content .= '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('la\
nguage', 'currency')) . 'language=' . $key, $request_type) . '">' . zen_image(DIR_WS_LANGUAGES .\
$value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> ';
$lng_cnt ++;
}
$content .= '</div>';
?>
-
Re: All Business template Support Thread
I meant to add that this code will get rid of the "Languages:" completely, but I think this is o.k. since the flags are self explanatory.
If you want to leave the "Languages:" in but only showing one time, then use this code:
Code:
<?php
/**
* All Business Template
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_languages.php 2982 2006-02-07 07:56:41Z birdbrain $
*/
$content = "";
$content .= '<div id="lang_header" class="topBox centeredContent">';
$content .= 'Languages: ';
$lng_cnt = 0;
while (list($key, $value) = each($lng->catalog_languages)) {
$content .= '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('la\
nguage', 'currency')) . 'language=' . $key, $request_type) . '">' . zen_image(DIR_WS_LANGUAGES .\
$value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> ';
$lng_cnt ++;
}
$content .= '</div>';
?>
-
Re: All Business template Support Thread
Hi,
Just found and downloaded the all business template...looks very slick and clean!
can you please have a look here...
http://www.pedalpartsaustralia.com/p...stralia/store/
There is still some off the old style zencart on the right hand side?
Would you be able to explain how to remove this?
Thanks!
Mark
-
Re: All Business template Support Thread
Hello :smile: I have designed this template to be used as a 2 column design only with with left hand column styled. There is no included styling for the right hand column. You can turn the right hand column off in admin--layout settings. I have included screen shots of all the admin settings necessary to make the template look just like the demo. Please read the install.txt file for instructions.
-
Re: All Business template Support Thread
Thanks for the awesome quick reply, the problem I am having now is that I have replaced the languages_header.php with your updated code, but it has no effect, I have also tried to make it empty, the main page still shows the language bar and two languages.
-
Re: All Business template Support Thread
Ah, I got it now, changing the languages_header.php under /sideboxes/ would alter the results for me, weird.
-
Re: All Business template Support Thread
Quote:
Ah, I got it now, changing the languages_header.php under /sideboxes/ would alter the results for me, weird.
Great, I am glad that you got it. You need to put the file:
includes/templates/all_business/sideboxes/tpl_languages_header.php
-
Re: All Business template Support Thread
Great template, thinking about using it to redesign my store. everything seems fine until i get to the secure pages where there is a blue strip on top of the header, and all header padding under categories, new products, etc are gone. any help solving this would be great. thanks again
-
Re: All Business template Support Thread
I would need a link to the page to offer any help.
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Hello :smile: I have designed this template to be used as a 2 column design only with with left hand column styled. There is no included styling for the right hand column. You can turn the right hand column off in admin--layout settings. I have included screen shots of all the admin settings necessary to make the template look just like the demo. Please read the install.txt file for instructions.
Thanks.
I think i have it sorted now!
-
Re: All Business template Support Thread
Hi Again,
I have followed the instructions for the twitter and face book links...
8. Customize Facebook and Twitter links
=======================================
Go to:
includes/languages/english/extra_definitions/all_business/footer_menu_defines.php
Find line 56 and 57 and add the urls to your twitter and facebook accounts.
this is what i have put in...
define('TWITTER', 'http://www.twitter.com/pedalpartsaus');
define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall');
But the links dont work?
www.pedalpartsaustralia.com
Thanks
Mark
-
Re: All Business template Support Thread
markew--I went to:
www.pedalpartsaustralia.com
and do not see your zen cart??
There is just a launching soon page.
-
Re: All Business template Support Thread
Ah...whoops!
here it is!
pedalpartsaustralia.com/pedalpartsaustralia/store/
sorry!
Mark
-
Re: All Business template Support Thread
Mark,
Your define statements should be:
Code:
define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
If this does not work then you can always hard code them into the footer.
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Mark,
Your define statements should be:
Code:
define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
If this does not work then you can always hard code them into the footer.
Hi,
I put the code in exactly as you said but then my whole store vanished i changed the '' at the end of each link back to a single ' and my store is now back, but the links again dont work?
How would i hard code them into the footer? im not sure what that means.
Thanks
-
Re: All Business template Support Thread
Sorry about that--they should be single quotes.
You can edit the includes/templates/all_business/common/tpl_footer_menu.php file:
Change:
Code:
<span id="social-media">
<a href="<?php echo TWITTER; ?>"><img src="includes/templates/all_business/im
ages/twitter.png" class="twitter-image" alt="twitter link" /></a>
<a href="<?php echo FACEBOOK; ?>"><img src="includes/templates/all_busin
ess/images/facebook.png" class="facebook-image" alt="facebook link" /></a>
</span>
to:
Code:
<span id="social-media">
<a href="your twitter url"><img src="includes/templates/all_business/im
ages/twitter.png" class="twitter-image" alt="twitter link" /></a>
<a href="your facebook url"><img src="includes/templates/all_busin
ess/images/facebook.png" class="facebook-image" alt="facebook link" /></a>
</span>
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Mark,
Your define statements should be:
Code:
define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
If this does not work then you can always hard code them into the footer.
Awesome thanks!
-
Re: All Business template Support Thread
I encountered problem when setting Product Listing under Configurations,
The item I tried to change was Product Listing - Layout Style, I clicked on it and it does not give me an option to choose column or row, instead it just shows
Quote:
Product Listing - Layout Style
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)
Then there are two buttons, Update and cancel, I clicked Update then the Value for Layout Style becomes blank, and my products wouldn't list. Any way I can set it back to the default value? Thanks.
-
Re: All Business template Support Thread
Hi, really really great template is this :smile: . Thanks to the developer.
I am trying to change the color scheme for this template but have came to a standstill. I can't seem to change the color of the blue bar at the header section, as seen at Bodith.com.
Where do I locate the line for this?
-
Re: All Business template Support Thread
Quote:
Originally Posted by
mxzas
I encountered problem when setting Product Listing under Configurations,
The item I tried to change was Product Listing - Layout Style, I clicked on it and it does not give me an option to choose column or row, instead it just shows
Then there are two buttons, Update and cancel, I clicked Update then the Value for Layout Style becomes blank, and my products wouldn't list. Any way I can set it back to the default value? Thanks.
Nevermind, I had to change the corresponding SQL values to make it run in columns mode. My website is almost done except the descriptions and such, again, thanks for an awesome template.
http://antiquejade.ca/store
-
Re: All Business template Support Thread
Quote:
I am trying to change the color scheme for this template but have came to a standstill. I can't seem to change the color of the blue bar at the header section, as seen at Bodith.com.
You need to locate :
#navMainWrapper
and change the background color to your choice.
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
I would need a link to the page to offer any help.
fixed the problem, the tabbed product product addon overwrite the html.header -- fixed by merging the two
-
Re: All Business Template - Header & Footer issue
Thanks for a cool template! I'm in the midst of tweaking it and got stuck on two things, I'd appreciate your help.
A) I want to eliminate the blank strip of the header so that the logo part is flush or almost flush with the top of the screen. I played with #navMainWrapper in stylesheet.css and that accomplished the objective in IE, but not FF. So I guess that wasn't the right place...
I did: ....height: 0%;width: 100%;margin-top:1px
B) I'd also like the footer to match the rest of the page, but do not need all the links there since everything in the left Info box is enough for me. Instead, I wish to add some logos to the footer, like from PayPal, eBay, etc.
I deleted all of your custom footer files, undid the /* in the stylesheet around the footer settings, and made sure the Admin-Config-Footer was on. I ended up with the strip (where I figure I can add my logos), but also a blank background and the alignment was off.
http://www.robbiemart.com/store/
I haven't added any other modules.
Cheers,
R
-
Re: All Business template Support Thread
Quote:
A) I want to eliminate the blank strip of the header so that the logo part is flush or almost flush with the top of the screen. I played with #navMainWrapper in stylesheet.css and that accomplished the objective in IE, but not FF. So I guess that wasn't the right place...
Make the background in the navMainWrapper transparent. Be sure to do this for each of the ie specific stylesheets also.
Quote:
B) I'd also like the footer to match the rest of the page, but do not need all the links there since everything in the left Info box is enough for me. Instead, I wish to add some logos to the footer, like from PayPal, eBay, etc.
I used the footer menu module for this. You can download the module to see which files need to be deleted:
http://www.zen-cart.com/index.php?ma...oducts_id=1330
-
Re: All Business template Support Thread
Thanks, that worked!
I hate to trouble you (and I will donate something for your efforts), but I've been working a while on this other header thing and getting nowhere. If you see the site now in IE, the logo is even with the strip of nav links and search box. Yet it is not aligned in FF and the header is taller in FF because of that.
I imagine this is because the logo and nav links are in different <div>s...I tried moving things around...do you know what I can do to make it like IE?
R
-
Re: All Business template Support Thread
I could've clarified- the main thing is not for the logo and nav to necessarily be on the "same line" as in IE, but that the header not get enlarged as in FF because of my tinkering.
R
-
Re: All Business template Support Thread
Hello and thank you for an awsome template.
I have encountered one problem with the footer menus.
Column 2, item 1 = About us
And should lead to http://www.xxxxxx.com/store/index.ph...ENAME_ABOUT_US
Yet it shows the default Page Not Found with sitemap below.
I have checked footer_menu_defines.php and all appears fine in their (at least on first glance for a relative novice!)
Currently the site is 'down for maintenance' and only accessible by dedicated IP addresses. If you need to look at the live site, please advise and I will disable maintenance mode to allow you access.
Many thanks and best regards
Bob
-
Re: All Business template Support Thread
Bob--I will need to see a link to your site to help you.
-
Re: All Business template Support Thread
Hello Anne,
I have turned off maintenance and will leave it off for 1 hour
The url is..
http://www.anctgroup.com/store
Best regards
Bob
-
Re: All Business template Support Thread
Hi there,
Firstly, thank you so much for making such a fantastic template, it is an absolute joy to look at. You're very generous for sharing it with us all!
Now, I'm having a slight issue, when I installed the template, as far as I could see exactly you had said in the install guide. I had several boxes on the right hand side which I have since disabled, this has now left a big blue box on the right and I'm unsure of how to get rid of this?
Any help is greatly appreciated! I have sent you a PM with the URL I am having an issue with.
Thanks! :clap:
-
Re: All Business template Support Thread
If you are not going to use any boxes on the right side, go to Admin-Configuration-Column Right Status - Global and turn it off.
R
-
Re: All Business template Support Thread
bill_whu--Please read through the thread before posting. The answer to your question is on the first page, post number 7.
-
Re: All Business template Support Thread
bobanct--I am sorry, but I can not help you if I can not view your site.
-
Re: All Business template Support Thread
Sorry for my lack of searching previously, I have now resolved this with your help, many thanks to you both.
Got a small issue, (which I have looked for!) I have changed all the currencies that I can see to GBP, yet the currencies part at the top of the page still seems to be in USD rather than GBP, am I being stupid again?
-
Re: All Business template Support Thread
Quote:
Got a small issue, (which I have looked for!) I have changed all the currencies that I can see to GBP, yet the currencies part at the top of the page still seems to be in USD rather than GBP, am I being stupid again?
This is not a problem inherent with the template. Please see the demo here:
http://www.picaflor-azul.com/all_business
The symbol for gb pound will apear when gb pound is selected from the currencies drop down menu.
-
Re: All Business template Support Thread
Hello Anne,
I have turned the site on now so you should now be able to access it.
One other thing, how do we enable 'change shipping address' on checkout? I am thinking of clients who purchase items for relatives living elsewhere on the globe?
Best regards
Bob
-
Re: All Business template Support Thread
Shipping Address - OK Found it! Spot the braincell :blush:
-
Re: All Business template Support Thread
Hi Anne,
Thanks so much for this template. I was struggling between the aberdeen neutral and this one. Either way I'd be very pleased :D
I have a few hiccups:
1. Logo size is 250x129. It's a .gif and I named it logo.gif uploaded it under allbusiness/images/ and renamed the first logo.gif (yours) as logo2.gif. I know that it's height is greater which is why I'm assuming that this is why it doesn't show on my site. I'd like to keep it this size. Please advise.
2. I uploaded an image oilbottles740u.jpg under allbusiness/images and renamed the slide1.jpg with the above. It is 740 x 430 px and it too doesn't show. I've changed the permissions on both images hoping that that would work but it hasn't.
Also a few requests while I'm at it:
1. I'd like the now green navigation bar to be the full width of the screen. Please advise.
2. Also how can I have the EZ Pages be displayed in the now green navigation bar?
I think that should do it. Much appreciated.
http://marketcafe-online.com
Cheers, Lynn
-
Re: All Business template Support Thread
For the first time in 3 weeks I am finally happy with a template, I have visited nearly every zencart site looking for a template .. it's really great so please don't abandon it like "modern zen"
I have only just found it so a few questions might follow soon :smile:
-
Re: All Business template Support Thread
Hi There..
Thanks for the great Classy Template
I too have the same problem.. with regards to the about us links..
it seems that the following file is not in the zip file i downloaded from your site or zen cart..
includes/extra_datafiles/about_us_filenames.php
my website is www.cheapshakes.com
Thanks
John
:smile:
-
Re: All Business template Support Thread
Quote:
Hi There..
Thanks for the great Classy Template
I too have the same problem.. with regards to the about us links..
it seems that the following file is not in the zip file i downloaded from your site or zen cart..
includes/extra_datafiles/about_us_filenames.php
my website is
www.cheapshakes.com
Thanks
John
John,
Thank you so much for catching this error. I will post an update asap. In the meantime, you can add this to:
includes/extra_datafiles/about_us_filenames.php
Code:
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: about_us.php v1.3 $
*/
// About Us Filename Defines
define('FILENAME_ABOUT_US', 'about_us');
define('FILENAME_DEFINE_ABOUT_US', 'define_about_us');
?>
-
Re: All Business template Support Thread
I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.
-
Re: All Business template Support Thread
Quote:
I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.
This is not a good solution as taking the br out makes the code invalid. It would be better to remove the
Code:
<br class="clearBoth />
and replace it with
Code:
<div class="clearboth"></div>
Why did you want to remove this?
-
Re: All Business template Support Thread
Hi
Another request
would it be possible to change the "about us" to "To links" ie back links to other sites
thanks
-
Re: All Business template Support Thread
Thank you for this GREAT template Picaflor-Azul... It works like a charme!!
I've got on question dough.... Is there a simple way to remove links in the footer menu..
I've tried to edit the footer_menu_defines.php for removing the "specials" link, but when I remove the line :
Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
The word "SPECIALS" appears in the menu... Maybe I'm overlooking a simple way to disable links......
Kind Regards,
Rayring
-
Re: All Business template Support Thread
RayRing,
I think you may have forgot to edit the line...
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
In footer_menu_defines.php
Change this line to
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
And it should work.
Bob
-
Re: All Business template Support Thread
Hello Again,
It seems there is a problem with Jquery
I have checked my site and others listed in this forum and all are reporting an error on loading (bottom left of browser).
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; Creative AutoUpdate v1.40.01)
Timestamp: Mon, 25 Oct 2010 13:00:00 UTC
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI: http://www.anctgroup.com/store/inclu..._easySlider.js
Anybody got any ideas how to clear this loading error?
Bob
-
Re: All Business template Support Thread
Jquery error appears to be unique to IE, other browsers load without error.
-
Re: All Business template Support Thread
Quote:
would it be possible to change the "about us" to "To links" ie back links to other sites
You can change the text by searching in the developers toolkit and editing the appropriate files in the appropriate places.
-
Re: All Business template Support Thread
Quote:
I've tried to edit the footer_menu_defines.php for removing the "specials" link, but when I remove the line :
Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
The word "SPECIALS" appears in the menu... Maybe I'm overlooking a simple way to disable links......
The code you are quoting is for the featured products link and not the specials. You need to remove:
Code:
Define('SPECIALS', '<li><a href="' . zen_href_link(FILENAME_SPECIALS) . '">' . BOX_HEADING_SPECIALS . '</a></li>');
-
Re: All Business template Support Thread
Quote:
It seems there is a problem with Jquery
I have checked my site and others listed in this forum and all are reporting an error on loading (bottom left of browser).
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; Creative AutoUpdate v1.40.01)
Timestamp: Mon, 25 Oct 2010 13:00:00 UTC
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI:
http://www.anctgroup.com/store/inclu..._easySlider.js
Anybody got any ideas how to clear this loading error?
Here is a link to the easy sliders authors website:
http://cssglobe.com/post/5780/easy-s...-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:
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can change the text by searching in the developers toolkit and editing the appropriate files in the appropriate places.
How do I go about this as I'm a complete newbie and only 3 weeks into zencart for the first time in my life ...... can't even use firebug yet
thanks
-
Re: All Business template Support Thread
Quote:
Originally Posted by
metallica
How do I go about this please as I'm a complete newbie and only 3 weeks into zencart for the first time in my life ...... can't even use firebug yet
thank you
thanks
sorry should have added my please & thanks
-
Re: All Business template Support Thread
Quote:
How do I go about this as I'm a complete newbie and only 3 weeks into zencart for the first time in my life ...... can't even use firebug yet
Here is a tutorial:
https://www.zen-cart.com/tutorials/index.php?article=39
-
Re: All Business template Support Thread
Quote:
sorry should have added my please & thanks
No problem :smile: I know how it is to be in a hurry.
-
Re: All Business template Support Thread
Quote:
1. Logo size is 250x129. It's a .gif and I named it logo.gif uploaded it under allbusiness/images/ and renamed the first logo.gif (yours) as logo2.gif. I know that it's height is greater which is why I'm assuming that this is why it doesn't show on my site. I'd like to keep it this size. Please advise.
2. I uploaded an image oilbottles740u.jpg under allbusiness/images and renamed the slide1.jpg with the above. It is 740 x 430 px and it too doesn't show. I've changed the permissions on both images hoping that that would work but it hasn't.
All template specific images including the logo should be uploaded to includes/templates/all_business/images. The instructions and path names are in the install.txt.
Quote:
1. I'd like the now green navigation bar to be the full width of the screen. Please advise.
2. Also how can I have the EZ Pages be displayed in the now green navigation bar?
See this group of tutorials for help customizing your zen cart template:
https://www.zen-cart.com/tutorials/index.php?category=4
-
Re: All Business template Support Thread
Yup, I just came to the site to adjust my comment. This was in reply to my own issue posted earlier. The <div> causes the same issue so I went with <span>. ...Seems okay. ;-)
-
Re: All Business template Support Thread
Hi Anne,
Thanks for your fast response. Can you please advise about how I can get my images to appear in the slider? I appear to be doing everything correct per your instructions.
I did notice in stylesheet there's no mention of slide1.jpg only slide2.jpg? This may not mean anything but I only have an image in slide1.jpg.
Lynn
http://www.marketcafe-online.com
-
Re: All Business template Support Thread
hi perhaps i can try and help as I have got them working great
go to includes/templates/all business/images rename all you pics as slide1 slide2 and put them in there
than go to your define main page and change define(URL1,'http://www.change this to the correct link.com');
or in other words
define(URL1,'http://www.------- ');
define(URL2,'http://www.------- ');
etc
don't leave out the ');
then it should all work fine ..well it has for me my site is working great now except for 2 aspects
-
Re: All Business template Support Thread
have had a quick peek at your site and see that it's gone pear shaped
dunno if this will work but here is the code again
<?php
define(IMAGE1,'slide1.jpg');// default width 740px height 430px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.');
define(URL2,'http://www.');
define(URL3,'http://www.');
define(URL4,'http://www.');
define(URL5,'http://www.');
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
here is my site and can see it's working well ...just need to make better pics that's all
www.atsworld.co.uk
-
Re: All Business template Support Thread
just thought you could always upload and overwrite the files again to get it working ..I've done that before when I messed up
-
Re: All Business template Support Thread
Thanks so much for the effort. I renamed my images and uploaded them (both at 740 by 430px). Still no luck. Just a huge error message where the pictures should sit! I changed the permissions on the images. Frustrating... I'm not sure what I'm doing wrong.
-
Re: All Business template Support Thread
I have also figured out how to extend the now green navigation bar, per my request. I do this by changing 100% to 1200px for example. However I find that when I do this the navigation bar only extends to the right and doesn't extend to the left. Why is this and how can I make it work so that the navigation bar is the full width of the screen? I worked this out through firefox developers tool.
Much appreciated, Lynn
-
Re: All Business template Support Thread
Aha! So I've figured it out thanks much to my helper :D
Apparently when I make changes in the Tools-Define Pages Editor in Admin the changes I make create funky code in the actual file. Here's an excerpt:
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
So when I restored the original code and made changes through the file in CPanel my images work! :clap:
Hopefully if anyone else has issues this will help. Lynn
http://www.marketcafe-online.com
-
Re: All Business template Support Thread
Quote:
Apparently when I make changes in the Tools-Define Pages Editor in Admin the changes I make create funky code in the actual file. Here's an excerpt:
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
So when I restored the original code and made changes through the file in CPanel my images work!
This is why in the install.txt file I tell you to make sure that the plain text is selected in the text editor drop down menu.
-
Re: All Business template Support Thread
Anne,
Thanks for the reminder but by default plain text is chosen. I just tried it again, making changes in through admin, ensuring that plain text is chosen, and the code did the same thing. I only mention this for others.
Regarding the horizontal navigation bar:
I changed this
#header-lan-curr {margin:0em;background-image:url(../images/background.jpg);height:30px;width:1100px;}
but I can't seem to get it to extend to the left. Could you please assist?
Much appreciated, Lynn
-
Re: All Business template Support Thread
Sorry...one more request :smile:
How do i remove the navMainWrapper? The top bar that was blue but now changed to white? Much appreciated again, Lynn
-
Re: All Business template Support Thread
Hi
I've added the code to the about us and got it working ,but can't find it in the tools define page ...is that what is still missing as I know a update is needed ...although I am still trying to figure out this developer toolkit :D
thanks again
-
Re: All Business template Support Thread
hi
Could I ask is it and could it be possible to add the <!-- PayPal Logo --><table etc somewhere in the footer preferable in place of twitter f/b
think I have sorted the links situation .but it doesn't find twitter/fb links in the d. t. kit
thank you
andy c
-
Re: All Business template Support Thread
Quote:
Could I ask is it and could it be possible to add the <!-- PayPal Logo --><table etc somewhere in the footer preferable in place of twitter f/b
think I have sorted the links situation .but it doesn't find twitter/fb links in the d. t. kit
The file that you need to edit would be includes/templates/all_business/common/tpl_footer.php
-
Re: All Business template Support Thread
How do i remove the navMainWrapper? The top bar that was blue but now changed to white?
I did this since it adjust the search bar I needed to make further changes. It looks like it worked so hopefully this helps someone else
#navMainSearch {
float:right;
margin-right:-400px;
margin-top:90px;
and
#navMainWrapper
Height: 0
http://www.marketcafe-online.com
Still trying to figure out the navigation bar. Anyone? Much appreciated, Lynn
-
Re: All Business template Support Thread
Quote:
How do i remove the navMainWrapper?
This is located in the includes/templates/all_business/common/header.php
-
1 Attachment(s)
Re: All Business template Support Thread
How can i remove it?
please, show me
-
Re: All Business template Support Thread
Quote:
Originally Posted by
metallica
Hi
I've added the code to the about us and got it working ,but can't find it in the tools define page ...is that what is still missing as I know a update is needed ...although I am still trying to figure out this developer toolkit :D
thanks again
copy the file includes/languages/english/html_includes/all_business/define_about_us.php
to includes/languages/english/html_includes/define_about_us.php
and you can edit the file now!
tks for the wonderful template,thanks to Picaflor Azul.
-
Re: All Business template Support Thread
Hi, I'm sorry but I was following the instructions that came with the download file, but I couldn't find includes/templates/507
I downloaded it 4 times from different places, but I still can't find any folder with the name 507 in includes or any of the includes subfolder.
I want to make my website looking exactly like the demo, and when I follow the instructions in version 1.1 I face that problem of folder 507. When I tried to follow the instructions in version 1.0, I get good results, but the products under the slide images are not 3, it's only 1 product and it doesn't look as good as the samples you have.
Can you advise me or give me a link with the configurations?
Thanks
-
Re: All Business template Support Thread
Regarding the stubborn white bar in the top nav....
Same thing happened to me - but only on IE and only on my main laptop, not my desktop. Come to find out that the website was listed under "compatibility view" in IE. I went into IE Tools menu then to Compatibility Settings...removed the website from the setting and POOF...white bar was gone. Looks right on IE, Safari, Firefox and Chrome now. Hope this is helpful
-
Re: All Business template Support Thread
1st - what a great template! Thanks
I have one remaining issue and do not see any other posts relating to attributes so I'll throw it out there to save my sanity.
Nearly all my products have multiple attributes to be selected by the customer. When updating to this template, they have all misaligned themselves.
here's an example: http://getawaywear.com/zencart/comfo...hirt-p-97.html
-
Re: All Business template Support Thread
Quote:
How can i remove it?
This is the right column. If you copy the recommended admin settings you will see that the right column has been turned off in the admin--configuration--layout settings
-
Re: All Business template Support Thread
Quote:
Hi, I'm sorry but I was following the instructions that came with the download file, but I couldn't find includes/templates/507
I downloaded it 4 times from different places, but I still can't find any folder with the name 507 in includes or any of the includes subfolder.
Oh, I am sorry for the mistake in the install.txt file! The custom template directory for this template is all_business. I have just updated this contribution so I have to wait a while before submitting another update. I will get this fixed and submit it in a future update.
-
Re: All Business template Support Thread
Quote:
Originally Posted by
rocket80
How can i remove it?
please, show me
See post #7. You need to turn off the right boxes globally. Admin section of your ZenCart configuration/layout settings/column right status - global
-
Re: All Business template Support Thread
Quote:
Nearly all my products have multiple attributes to be selected by the customer. When updating to this template, they have all misaligned themselves.
That's really weird! Add this to the very end of your stylesheet.css:
Code:
.wrapperAttribsOptions{clear:both;}
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
That's really weird! Add this to the very end of your stylesheet.css:
Code:
.wrapperAttribsOptions{clear:both;}
closer - all but one kicked over.
Here you will see the description of the attribute still did not kick down to the next line...
http://getawaywear.com/zencart/anvil...-hat-p-62.html
-
Re: All Business template Support Thread
Add:
Code:
.optionName{clear:both;}
.attributesComments{clear:both;}
to the bottom of your stylesheet.css
-
2 Attachment(s)
Re: All Business template Support Thread
Quote:
Originally Posted by
Ms FigWear
See post #7. You need to turn off the right boxes globally. Admin section of your ZenCart configuration/layout settings/column right status - global
I try to turn it off
but i can't remove it
hic:no:
I use Zencart 1.3.9h
-
Re: All Business template Support Thread
Quote:
I try to turn it off
but i can't remove it
go to your zen cart admin--configuration--layout settings--Column Right Status - Global
click on the "i" in the little circle
click on "edit"
click on "0"
click on "update"
-
Re: All Business template Support Thread
Thank you for your help
Good luck to you
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Add:
Code:
.optionName{clear:both;}
.attributesComments{clear:both;}
to the bottom of your stylesheet.css
Thanks Anne
So very close...the attributes are lined up now but the "Write a Review" is not kicking down to a new line still.
http://getawaywear.com/zencart/embro...hirt-p-43.html
-
Re: All Business template Support Thread
Ms FigWear---add a clear:both; to the #product-divider
-
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Ms FigWear---add a clear:both; to the #product-divider
Success!! :yes: Thanks for getting me over this final hurdle.
Here's what it looks like all put together in case anyone else has an attribute alignment issue after installing.
Code:
/*attribute alignment fix */
.wrapperAttribsOptions{clear:both;}
.optionName{clear:both;}
.attributesComments{clear:both;}
#product-divider {clear:both;}
-
Re: All Business template Support Thread
Sorry to ask this again but how do I extend the green navigation bar and black EZ Page Bar to the full width of the screen. I've made numerous attempts through Firebug but no luck. Much much appreciated,
http://www.marketcafe-online.com
-
Re: All Business template Support Thread
Quote:
Sorry to ask this again but how do I extend the green navigation bar and black EZ Page Bar to the full width of the screen. I've made numerous attempts through Firebug but no luck. Much much appreciated,
Currently the ezpages header nav and nav main are inside of the mainWrapper div. The main wrapper has a fixed width assigned to it in the stylesheet. You would have to change that width or move the expages and nav main div's so that they were not located inside of a div with a fixed width.
-
Re: All Business template Support Thread
can you tell me what file need to change URL of slide(1..5)?
-
Re: All Business template Support Thread
Quote:
can you tell me what file need to change URL of slide(1..5)?
If you read the install.txt file you will find the complete instructions for editing the slide show. It is in define_main_page.php.
-
Re: All Business template Support Thread
How would I remove the background defaulting to the main page wallpaper on popups (such as help or shipping estimator)? I believe I have it right on the stylesheet (see below) but that is being over written by the main wall paper design somehow.
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {background-color: #fff;}
Here one of the popups http://getawaywear.com/zencart/index..._shopping_cart
Any help is appreciated, thanks!
-
Re: All Business template Support Thread
Quote:
Originally Posted by
rocket80
can you tell me what file need to change URL of slide(1..5)?
read the post from page 1 there has been a lot said about it
-
Re: All Business template Support Thread
excusue me.
I want to install the google analytics.Where I could step up the tacking code like this:
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script>
I paste the code in the tpl_main_page.php file before.But I could not find the file in this template.
pls help me. thank you very much.
-
Re: All Business template Support Thread
Quote:
I paste the code in the tpl_main_page.php file before.But I could not find the file in this template.
I did not edit this file when creating the template. Please see this tutorial:
https://www.zen-cart.com/tutorials/i...hp?article=346