Forums / Addon Templates / Cork Board Template Support Thread

Cork Board Template Support Thread

Locked
Results 1 to 20 of 142
This thread is locked. New replies are disabled.
26 Apr 2009, 23:12
#1
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Cork Board Template Support Thread

Cork Board Template

Designed for Zen Cart version 1.3.8

Features:
Fixed width 3 column display
No tables used for layout
Colors: Styled in shades of Tan and yellow.
Customized button set included.
Per-page CSS stylesheets.
Better Categories Sidebox installed.
Order Steps (Tableless) installed.
Column Divider Pro installed.
Date displayed in the header.
Re-designed Login page included.
Tested using Firefox, IE7, Opera, Safari and Chrome.

Screenshot
Attachment #5637

Available for download here: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1318
14 May 2009, 15:47
#2
silver_kamel avatar

silver_kamel

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Hi CLyde,

I think your cork board is GREAT!

Check out www.thedataedge.com

The only problem I have so far is that the Calendar on the header does not show 'correctly'

It did work but when I started changing the details in the define pages section it went as you see it now.

I am using v1.3.8

Many thanx for an entertaining and fun template.

Kamel:clap:
14 May 2009, 15:58
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

Silver Kamel:

Hi CLyde,

I think your cork board is GREAT!

Check out www.thedataedge.com

The only problem I have so far is that the Calendar on the header does not show 'correctly'

It did work but when I started changing the details in the define pages section it went as you see it now.

I am using v1.3.8

Many thanx for an entertaining and fun template.

Kamel:clap:



Its showing May 14 2009 Which is today's date
14 May 2009, 16:29
#4
misty avatar

misty

Inactive

Join Date:
Apr 2004
Posts:
5,752
Plugin Contributions:
1

Re: Cork Board Template Support Thread

clydejones:

Its showing May 14 2009 Which is today's date

Viewing in IE7, bottom part of date is partly obscured.
14 May 2009, 16:44
#5
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

Here's an IE7 screen shot; Not sure I'm seeing anything unusual.

Attachment #5740
14 May 2009, 16:48
#6
misty avatar

misty

Inactive

Join Date:
Apr 2004
Posts:
5,752
Plugin Contributions:
1

Re: Cork Board Template Support Thread

Strange...my own screenshot. IE7
14 May 2009, 16:58
#7
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

You can try adjusting the settings in these declarations in the stylesheet.css

.calendar {
position: absolute;
background: url(../images/calbg.gif) no-repeat;
top: 122px;
right: 10px;
height:87px;
width:100px;
}
.year {
position: absolute;
top:129px;
right:22px;
font-weight:bold;
font-size:1.3em;
}
.month {
position:absolute;
top:127px;
right:62px;
font-weight:bold;
font-size:1.7em;
}
.day {
position:absolute;
top:164px;
right:42px;
font-size:3em;
font-weight:bold;
}

And since you aren't using it, you could delete index_home.css
15 May 2009, 14:32
#8
silver_kamel avatar

silver_kamel

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Hi Guys,

Thanx for the input.

I am going to try the adjustments..
15 May 2009, 14:40
#9
silver_kamel avatar

silver_kamel

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Hi Guys,

I checked the stylesheet.css and the settings are identical to your suggested values...

Any other ideas?

Thanx

Kamel
15 May 2009, 16:16
#10
silver_kamel avatar

silver_kamel

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Tried diff. settings but that only moved the text around..

Still not seeing complete text.

Is it the header?

Bless

Kamel
15 May 2009, 22:33
#11
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

Silver Kamel:

Tried diff. settings but that only moved the text around..

Still not seeing complete text.

Is it the header?

Bless

Kamel


Let me do some checking.
15 May 2009, 23:20
#12
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

clydejones:

Let me do some checking.


open includes/templates/cork_board/css/stylesheet.css

Find and replace/edit the following declarations as indicated by the highlighted portions

.year {
position: absolute;
top:129px;
right:22px;
font-weight:bold;
font-size:1.3em;
line-height:normal;
}
.month {
position:absolute;
top:127px;
right:62px;
font-weight:bold;
font-size:1.7em;
line-height:normal;
}
.day {
position:absolute;
top:154px;
right:42px;
font-size:3em;
font-weight:bold;
line-height:normal;
}
15 Jun 2009, 00:44
#13
debtag avatar

debtag

Zen Follower

Join Date:
Sep 2006
Posts:
207
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Hello! I just installed the classic zen 1.3.8 (contemporary green) and downloaded your corkboard template. I am very excited to use it; however, I am confused with the installation instructions. Am I supposed to REPLACE the INCLUDES file already installed on my server with the corkboard INCLUDES file? I thought the normal procedure to installing a new template was to upload the files into the template file. Please advise!:blink:
15 Jun 2009, 01:31
#14
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

debtag:

Hello! I just installed the classic zen 1.3.8 (contemporary green) and downloaded your corkboard template. I am very excited to use it; however, I am confused with the installation instructions. Am I supposed to REPLACE the INCLUDES file already installed on my server with the corkboard INCLUDES file? I thought the normal procedure to installing a new template was to upload the files into the template file. Please advise!:blink:


All the files/folders necessary for the functioning of the templates are located in the includes folder of the template.

You can just FTP the entire includes folder directly to your server
(where you have Zen Cart installed)

Note: you will not replace the includes folder that is already on the server
15 Jun 2009, 01:50
#15
debtag avatar

debtag

Zen Follower

Join Date:
Sep 2006
Posts:
207
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Yes! Thank you! I have it up and functioning! I LOVE IT! I am so excited! I may need help in the future tweeking it, but in the mean time, thank you soooooooo much!:clap:
19 Jun 2009, 05:31
#16
debtag avatar

debtag

Zen Follower

Join Date:
Sep 2006
Posts:
207
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Hi Clyde!!!

I need help, PLEASE!!! My site is: www. g o t y o u r w a n t.com (no spaces in my actual site)

I would like to do the following and have no clue how!

1. Remove the logo with the 'red x' in the corner that is currently in my header

2. The calendar obviously is not working right! (as you can see, I changed the calendar picture). Notice the words: DATE FORMAT MONTH & DATE FORMAT DAY in my header. I would also like to move the calendar to the upper lefthand corner of my header.

3. I would like to change the colors of the side boxes and make the titles of the side boxes fit better inside the white boxes.

4. Notice the bottom of my page, Powered by Zen Cart is not on my main page but on the background.

5. I would like delete the Nav Box in the upper left hand corner.

Thank you so much! Debbie
19 Jun 2009, 08:00
#17
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

debtag:

Hi Clyde!!!

I need help, PLEASE!!! My site is: www. g o t y o u r w a n t.com (no spaces in my actual site)

I would like to do the following and have no clue how!

1. Remove the logo with the 'red x' in the corner that is currently in my header

2. The calendar obviously is not working right! (as you can see, I changed the calendar picture). Notice the words: DATE FORMAT MONTH & DATE FORMAT DAY in my header. I would also like to move the calendar to the upper lefthand corner of my header.

3. I would like to change the colors of the side boxes and make the titles of the side boxes fit better inside the white boxes.

4. Notice the bottom of my page, Powered by Zen Cart is not on my main page but on the background.

5. I would like delete the Nav Box in the upper left hand corner.

Thank you so much! Debbie


Let's take everything one step at a time!

First: make sure you've uploaded ALL the folders and files associated with the template in particular make sure you have uploaded all the files in the highlighted folder.
includes/languages/cork_board
includes/languages/english/cork_board
includes/languages/english/extra_definitions/cork_board
includes/languages/english/html_includes/cork_board
includes/modules/cork_board
includes/modules/sideboxes/cork_board
includes/templates/cork_board
19 Jun 2009, 21:14
#18
debtag avatar

debtag

Zen Follower

Join Date:
Sep 2006
Posts:
207
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Ok! Check on all! Everything on your list had already been uploaded, I didn't have to add anything.
20 Jun 2009, 00:21
#19
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Cork Board Template Support Thread

debtag:

Ok! Check on all! Everything on your list had already been uploaded, I didn't have to add anything.


we'll deal with the remaining question once you've gone through this list.

I'm putting this question at the top of the list because removing it means that you will have NO navigation for your site.

5. I would like delete the Nav Box in the upper left hand corner.

open includes/templates/cork_board/css/stylesheet.css

find the following declaration and add the highlighted portion. this will effectively remove the navigation for your site,
#navMainWrapper {
display:none;
font-size: 1.1em;
line-height: normal;
width: 160px;
position:absolute;
top:5px;
left:5px;
}


1. Remove the logo with the 'red x' in the corner that is currently in my header.

I'll refer you to the following article in the Tutorials/FAQ section

www.zen-cart.com/tutorials/index.php?article=126

The instructions listed there would apply to includes/templates/cork_board/common/tpl_header.php

<!-- <div id="logo">
<?php // echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
</div> -->


2. The calendar obviously is not working right! (as you can see, I changed the calendar picture). Notice the words: DATE FORMAT MONTH & DATE FORMAT DAY in my header. I would also like to move the calendar to the upper lefthand corner of my header.


It appears that you are missing the language file located in
includes/languages/english/extra_definitions/cork_board/cork_board_defines.php

That's why your are getting the following in your heading:

DATE_FORMAT_YEAR
DATE_FORMAT_MONTH
DATE_FORMAT_DAY

So double check to make sure that file is where it should be.

Once that problem is corrected we can move on to the positioning of the elements.

3. I would like to change the colors of the side boxes and make the titles of the side boxes fit better inside the white boxes.


You will have to create new graphics for the sidebox_header.gif and sidebox_content.gif.
You can use the included default graphics as samples.

Make sure the height of sidebox_header.gif is sufficient to hold the graphic you want to use.
20 Jun 2009, 01:23
#20
debtag avatar

debtag

Zen Follower

Join Date:
Sep 2006
Posts:
207
Plugin Contributions:
0

Re: Cork Board Template Support Thread

Thank you for responding!

Yay! I was successful in question #1, (removing the box with the red x) Thank You!

For question #2 (fixing the calendar), I checked to see if the file includes/languages/english/extra_definitions/cork_board/cork_board_defines.php was in the right location, it was, but I deleted and re-uploaded anyway, just to see if that would fix it, but it remains the same.

Thank you for the help with question #3 (changing the color of my sideboxes), I will work on finding my new graphics

About question #5 (deleteing my nav box), instead of deleting it then, could you help me move it to the right side above the search box? I would need to fix the "HOME" link to directly link back to Zen Cart and not my intro page. Is it also possible to change the graphic or colors of the nav box?

Thank you so much!