Page 2 of 15 FirstFirst 123412 ... LastLast
Results 11 to 20 of 142
  1. #11
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by Silver Kamel View Post
    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.

  2. #12
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by clydejones View Post
    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;
    }

  3. #13
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default 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!

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by debtag View Post
    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!
    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

  5. #15
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default 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!

  6. #16
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default 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

  7. #17
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by debtag View Post
    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

  8. #18
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default 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.

  9. #19
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by debtag View Post
    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

    Code:
    <!-- <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.

  10. #20
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default 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!

 

 
Page 2 of 15 FirstFirst 123412 ... LastLast

Similar Threads

  1. v151 Bulletin Board Integration [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 50
    Last Post: 15 Jun 2017, 12:35 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR