-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Clyde! The button look better now..TQ:smile: As for the word sponsor, I tried to change follows, but still no changes. Have I change one?:blink:
// banner_box
define('BOX_HEADING_BANNER_BOX','Supported By');
define('TEXT_BANNER_BOX','Supported By');
use admin -> tools -> developers tool kit
in the last input field at the bottom of the page type in the word sponsor and click search
The results will indicate in which files you can find that information.
-
Re: Cork Board Template Support Thread
Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".
// Showcase vs Store
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".
// Showcase vs Store
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
Make sure you making the edits in
includes/languages/english/cork_board/index.php
-
Re: Cork Board Template Support Thread
Got it right, now! :clap:TQ
-
Re: Cork Board Template Support Thread
Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. :cool:TQ!
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. :cool:TQ!
open includes/templates/cork_board/css/stylesheet.css
find the following declaration and add the highlighted portion:
#logo {
display:none;
float:left;
margin-left:176px;
margin-top:0px;
}
admin -> tools -> layout boxes controller -> sideboxes/cork_board/search_header.php (turn it off)
-
Re: Cork Board Template Support Thread
HI Clyde! I have problem in setting the price and the sizes of my products. I alreday search at attribute section but can't find what I want, just hope that you can help me.
I just wanna set Size A at $X, and Size B at $Y. How do I do that? I can only see attribute price & weight, how do i add the attribute price relate with size :unsure: TQ
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
HI Clyde! I have problem in setting the price and the sizes of my products. I alreday search at attribute section but can't find what I want, just hope that you can help me.
I just wanna set Size A at $X, and Size B at $Y. How do I do that? I can only see attribute price & weight, how do i add the attribute price relate with size :unsure: TQ
This is not a template specific issue. and has been covered in various other threads in this forum.
Your best bet is to follow the instructions here www.zen-cart.com/tutorials/index.php?article=57
You'll want to price your products by attribute.
create an option name: "Size"
Create your option values:
"Small"
"Medium"
"Large"
"x-Large"
add your attributes to your product.
include a price for each one.
-
Re: Cork Board Template Support Thread
Hi Clyde,
Anything on that 'Call for Price' missing button issue?
www.thedataedge.com
Thanx......... Kamel
-
1 Attachment(s)
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
Silver Kamel
Hi Clyde,
Anything on that 'Call for Price' missing button issue?
www.thedataedge.com
Thanx......... Kamel
That is default ZC behavior
You can see this in the attached screen shot.Attachment 7648
-
Re: Cork Board Template Support Thread
OK..
Thanx Clyde for getting back to me..
I appreciate that.
Bless........... Kamel
-
Re: Cork Board Template Support Thread
Hi Clyde!
May I know why when I upload a banner at right side box banner "Have you seen..", the same banner will appear at the left side box? Actually I want to place other banner at left side banner, but since it appear the same one with the right side banner, then I have to switch it off. Please help me.TQ:(
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Hi Clyde!
May I know why when I upload a banner at right side box banner "Have you seen..", the same banner will appear at the left side box? Actually I want to place other banner at left side banner, but since it appear the same one with the right side banner, then I have to switch it off. Please help me.TQ:(
Sorry,
This is not template specific, but rather the way zen cart handles banners.
It would be inappropriate to create a tutorial on how to create sidebox specific banners in this thread.
-
Re: Cork Board Template Support Thread
Hi Clyde!
Can I check you, is it possible to make the thumbnail picture size bigger? The feedback I received from someone, the pic is too small.TQ.
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Hi Clyde!
Can I check you, is it possible to make the thumbnail picture size bigger? The feedback I received from someone, the pic is too small.TQ.
You can size your images in admin -> configuration -> images
-
Re: Cork Board Template Support Thread
Hi Clyde!
Can I check with you, is it possible to enhance the size of both left & right column? TQ:cool:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Hi Clyde!
Can I check with you, is it possible to enhance the size of both left & right column? TQ:cool:
the columns can be resized in:
admin -> configuration -> layout settings
-
Re: Cork Board Template Support Thread
Clyde,
I changed the column width to 200pxl but the right column totally gone. Then I tried smaller size 180pxl, 170pxl, also the same. Lastly, i had changed it back to 160pxl. Can you tell what had I done wrong? :blink:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Clyde,
I changed the column width to 200pxl but the right column totally gone. Then I tried smaller size 180pxl, 170pxl, also the same. Lastly, i had changed it back to 160pxl. Can you tell what had I done wrong? :blink:
The overall width of the template is 960px.
You have to make sure everything can be contained within the width of the template. and making sure that everything is readable.
figuring out how wide the template should be you need to consider the following.
width of left column + width of center column + width of right column = overall width
-
Re: Cork Board Template Support Thread
Clyde,
Where can I do the adjustment for the middle column coz I can only adjust left & right column in admin, configuration, layout setting.
Secondly, in my website under column supported by, can I enhance the lenght coz it seems that it had been set to a certain pxl coz when I tried to add a few other banner link, it do not appear. Please assist me. TQ:blink:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Clyde,
Where can I do the adjustment for the middle column coz I can only adjust left & right column in admin, configuration, layout setting.
Secondly, in my website under column supported by, can I enhance the lenght coz it seems that it had been set to a certain pxl coz when I tried to add a few other banner link, it do not appear. Please assist me. TQ:blink:
link to your site?
-
Re: Cork Board Template Support Thread
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Clyde,
Where can I do the adjustment for the middle column coz I can only adjust left & right column in admin, configuration, layout setting.
Secondly, in my website under column supported by, can I enhance the lenght coz it seems that it had been set to a certain pxl coz when I tried to add a few other banner link, it do not appear. Please assist me. TQ:blink:
The following declarations in the stylesheet.css will control the width of the template. Change the highlighted portions to suite your needs.
#mainWrapper {
margin: 0 auto;
padding:0;
background: url(../images/main_wrapper_bg.gif) repeat;
text-align: left;
width: 960px; /* set the overall width of the site - can be either fixed width or "liquid" set as percentage */
height:1%;
}
#navColumnOne {padding: 1.5em .5em 0 1em;float:left;vertical-align: top;font-size: 1em;width:160px !important;}
#navColumnTwo {padding: 1.5em 0;float:right;vertical-align: top;font-size: 1em;width:160px !important;}
.leftBoxContainer, .rightBoxContainer {margin: 0 10px 10px 0;width:150px !important;}
#contentColumnMain {width: 64%;float:left;vertical-align: top; font-size: 1.2em;}
----------
sidebox_content.gif is 1200px high
the information you've placed in your right column exceeds this height.
in order to make it fit you will need to redo sidebox_content.gif and make the height larger.
-
Re: Cork Board Template Support Thread
Thanks Clyde! I have made the changes, but i don't think i did it right. The total size should be ok, I had change it to 1040pxl. But if you look at the side box, it just change a bit, then every title of the side box, i mean the size stay at the same size:no:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Thanks Clyde! I have made the changes, but i don't think i did it right. The total size should be ok, I had change it to 1040pxl. But if you look at the side box, it just change a bit, then every title of the side box, i mean the size stay at the same size:no:
adjust the width of sidebox_header.gif
-
Re: Cork Board Template Support Thread
Thanks Clyde! I made it! But why the length of the side box banner does change even though I had enhance it to 3600 pxl? Coz I add a few more banners but it did not appear in the side box banner..
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Thanks Clyde! I made it! But why the length of the side box banner does change even though I had enhance it to 3600 pxl? Coz I add a few more banners but it did not appear in the side box banner..
I count 6 in the sidebox and the sidebox looks fine.
-
Re: Cork Board Template Support Thread
Yeap..the 6 banner are ok. But when I tried to add another one, it does not appear, do i need to change anything else?:unsure:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
Yeap..the 6 banner are ok. But when I tried to add another one, it does not appear, do i need to change anything else?:unsure:
how are you adding the additional banner(s)
-
Re: Cork Board Template Support Thread
I add the banner through tools & banner manager. Then I copy & paste the html code for the link.
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
I add the banner through tools & banner manager. Then I copy & paste the html code for the link.
make sure you are entering the information in the correct sidebox ( bannerboxall )
-
Re: Cork Board Template Support Thread
It is a correct side box. If I take out one of the 6 banner, then seventh banner that the one i tried to slot in can only appear. It seems to me that it had been setup to a certain number of banners.:unsure:
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
mzma01
It is a correct side box. If I take out one of the 6 banner, then seventh banner that the one i tried to slot in can only appear. It seems to me that it had been setup to a certain number of banners.:unsure:
This thread is for template specific questions.
setting up a bannerbox is not specific to this template.
If you've made modifications to the sidebox then You'll have to figure out what you did or didn't do with your edits.
-
Re: Cork Board Template Support Thread
Hello Clyde
Thanks for this template, it's great! Am using it for a brand new site that's not quite up and running yet. Using Zen Cart v1.3.9e and this was a new install on Wednesday this week.
Am having a couple of minor problems tweaking it for our use in the UK and have not yet been able to find how to make bullet points show.
In the Categories/New product window am entering html:
<p>Easy to install, but if in any doubt please consult a qualified electrician.</p><ul><li>IP67 (weatherproof)</li><li>Tempered Glass</li><li>2m Tough Rubber Cable</li><li>Die cast Aluminium Ground Mounting Spike</li><li>Wall mounting Bracket</li><li>Dimensions (mm):</li></ul>
But list is missing bullet points when I upload.
http://www.petershed.co.uk/index.php...&products_id=5
I guess its something in the css, but havent worked it out yet and advice would be appreciated.
Many thanks
Natalie
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
BrightGreen
Hello Clyde
Thanks for this template, it's great! Am using it for a brand new site that's not quite up and running yet. Using Zen Cart v1.3.9e and this was a new install on Wednesday this week.
Am having a couple of minor problems tweaking it for our use in the UK and have not yet been able to find how to make bullet points show.
In the Categories/New product window am entering html:
<p>Easy to install, but if in any doubt please consult a qualified electrician.</p><ul><li>IP67 (weatherproof)</li><li>Tempered Glass</li><li>2m Tough Rubber Cable</li><li>Die cast Aluminium Ground Mounting Spike</li><li>Wall mounting Bracket</li><li>Dimensions (mm):</li></ul>
But list is missing bullet points when I upload.
http://www.petershed.co.uk/index.php...&products_id=5
I guess its something in the css, but havent worked it out yet and advice would be appreciated.
Many thanks
Natalie
Sorry for the delayed response.
My mom passed away last weekend and I had to travel to attend her funeral. I'll give you a more detailed response when I return home early next week.
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
BrightGreen
Hello Clyde
Thanks for this template, it's great! Am using it for a brand new site that's not quite up and running yet. Using Zen Cart v1.3.9e and this was a new install on Wednesday this week.
Am having a couple of minor problems tweaking it for our use in the UK and have not yet been able to find how to make bullet points show.
In the Categories/New product window am entering html:
<p>Easy to install, but if in any doubt please consult a qualified electrician.</p><ul><li>IP67 (weatherproof)</li><li>Tempered Glass</li><li>2m Tough Rubber Cable</li><li>Die cast Aluminium Ground Mounting Spike</li><li>Wall mounting Bracket</li><li>Dimensions (mm):</li></ul>
But list is missing bullet points when I upload.
http://www.petershed.co.uk/index.php...&products_id=5
I guess its something in the css, but havent worked it out yet and advice would be appreciated.
Many thanks
Natalie
open includes/templates/cork_board/css/product_info.css
add the following declaration:
#productDescription ul li{
list-style-type: disc;
}
-
Re: Cork Board Template Support Thread
The bullet points now work perfectly, thank you so much Clyde.
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
BrightGreen
The bullet points now work perfectly, thank you so much Clyde.
Glad you got it sorted
-
Re: Cork Board Template Support Thread
Hello again Clyde
Our new site is coming along nicely now, but I've been asked to add a link to a Forum in the Header. This could be either below Contact Us on the left hand side as part of the existing list of options, or on the right between Search and the Date (whichever is the easier!). I've fiddled about a bit, but not managed to crack it yet.
Our site is http://www.petershed.co.uk/
The Forum exists but is not yet up & running properly, but the path would be as above + forum/
Any advice would be greatly appreciated.
Many Thanks
Natalie
-
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
BrightGreen
Hello again Clyde
Our new site is coming along nicely now, but I've been asked to add a link to a Forum in the Header. This could be either below Contact Us on the left hand side as part of the existing list of options, or on the right between Search and the Date (whichever is the easier!). I've fiddled about a bit, but not managed to crack it yet.
Our site is
http://www.petershed.co.uk/
The Forum exists but is not yet up & running properly, but the path would be as above + forum/
Any advice would be greatly appreciated.
Many Thanks
Natalie
open includes/templates/cork_board/common/tpl_header.php
find the following section of code and add the link to your forum where you would like it to appear.
PHP Code:
<div id="navMainWrapper">
<div id="navMain">
<ul>
<li<?php echo (($this_is_home_page) ? ' class="current">' : '>');?><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if ($_SESSION['customer_id']) { ?>
<li<?php echo (($current_page_base == 'logoff') ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<li<?php echo (($current_page_base == 'login') ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<?php } } ?>
<li<?php echo (($current_page_base == 'contact_us') ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'SSL'); ?>"><?php echo BOX_INFORMATION_CONTACT; ?></a></li>
<li<?php echo (($current_page_base == 'account') ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li<?php echo ((in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_success'))) ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
<li<?php echo (($current_page_base == 'shopping_cart') ? ' class="current">' : '>');?><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
</ul>
</div>
<!--eof-navigation display-->
</div>
-
Re: Cork Board Template Support Thread
Clyde
Thank you so much for your super-speedy reply. I'll give it a go tomorrow (am inputting and uploading stock today - deep joy!...).
Kind regards
Natalie
-
Re: Cork Board Template Support Thread
Clyde
Thank you again for your help - link to the forum works perfectly.
Kind regards
Natalie