Page 22 of 33 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 321
  1. #211
    Join Date
    Mar 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Darn don't I feel like a dork hee hee. I totally didn't see that when I read the read me file.

    Thanks. I will try to keep my questions to few and far between.

    Tootles!

    Tam

  2. #212
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Rustic Template Support Thread

    Hi Clyde I have a problem. I have the template installed but when you look at my web site for a while the top separates or drops down. It does it in IE also. I don't know what is causing it. It did it before I change anything. If you don't mind take a look at it for me here I have the cherry template installed but I wanted another one so I can change the look now and then. Thank You. It only happens when you scroll down at the bottom and then back to the top. OK when you click the search box then scroll down.
    Last edited by countrycharm; 12 Mar 2010 at 04:50 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Hi Clyde I have a problem. I have the template installed but when you look at my web site for a while the top separates or drops down. It does it in IE also. I don't know what is causing it. It did it before I change anything. If you don't mind take a look at it for me here I have the cherry template installed but I wanted another one so I can change the look now and then. Thank You. It only happens when you scroll down at the bottom and then back to the top. OK when you click the search box then scroll down.
    I bet you have IH2 installed and forgot to put the "jscript" files and the ih stylesheet in includes/templates/rustic/jcript/ and includes/templates/rustic/css.

  4. #214
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    I bet you have IH2 installed and forgot to put the "jscript" files and the ih stylesheet in includes/templates/rustic/jcript/ and includes/templates/rustic/css.
    You are right and that seem to fix it. Thank You clyde. I have 7 W3C validation errors to fix now some how.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by countrycharm View Post
    You are right and that seem to fix it. Thank You clyde. I have 7 W3C validation errors to fix now some how.
    I think those are being caused by the minify script your are using.

  6. #216
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    I think those are being caused by the minify script your are using.
    What do you think I can do to fix them. I am off topic I know sorry.
    I think I will need to look at this some more tomorrow. Thank You clyde again. I will check back with you tomorrow.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #217
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by countrycharm View Post
    What do you think I can do to fix them. I am off topic I know sorry.
    I think I will need to look at this some more tomorrow. Thank You clyde again. I will check back with you tomorrow.
    Clyde can you take a look at my site here and tell me why the categories side box starts off in the middle of the page when you first arrive at the site. Also when you add an item to the cart if you look a the side box for the shopping cart the price is way to the right and not in the middle like it should be. One more thing when you add an item to the cart and go view your cart at the top is their a way I can get the price to line up so it is in line with unit and total. Right now it is to the right of the unit and total. I would like it to be in the middle, if that makes sense. How do I move the model number up under the price. I still have some validation errors but I don't know where to look to fix them. I know 2 of them are from the minify script but I don't have a clue where the other one are. I have search and search. Thank you for all your help Clyde. You are a great help to the community.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #218
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Rustic Template Support Thread

    Clyde I have one more question, how do I get my faq page to open in a new window from this code. Thank You again.
    PHP Code:
    <li<?php echo(($current_page_base == 'faq') ? ' class="current">' ' class="faq">');?><a href="<?php echo zen_href_link(FILENAME_FAQ'''NONSSL'); ?>"><?php echo '<span>' BOX_INFORMATION_FAQ '</span>'?></a></li>
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Clyde can you take a look at my site here I know 2 of them are from the minify script but I don't have a clue where the other one are. I have search and search. Thank you for all your help Clyde. You are a great help to the community.
    tell me why the categories side box starts off in the middle of the page when you first arrive at the site.
    Find the following declaration in the stylesheet.css and make the highlighted change to see if that corrects the problem.
    .centerColumn {
    padding: 0.8em;
    position: relative;
    }

    Also when you add an item to the cart if you look a the side box for the shopping cart the price is way to the right and not in the middle like it should be.
    The rustic template does not modify the shopping cart sidebox.

    One more thing when you add an item to the cart and go view your cart at the top is their a way I can get the price to line up so it is in line with unit and total.
    Find the following declarations in the stylesheet.css and adjust the margin and padding settings.
    .cartUnitDisplay
    .cartTotalDisplay

    How do I move the model number up under the price.

    open includes/templates/template_default/templates/tpl_product_info_display.php

    find and move this entire block of code under the the price block.

    Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
      }
    ?>
    <!--eof Product details list -->
    make sure to save the edited file to includes/templates/rustic/templates/tpl_product_info_display.php


    I still have some validation errors but I don't know where to look to fix them.

    One of the problems is that
    includes/templates/rustic/common/html_header.php
    is missing a closing </head> tag.

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Clyde I have one more question, how do I get my faq page to open in a new window from this code. Thank You again.
    PHP Code:
    <li<?php echo(($current_page_base == 'faq') ? ' class="current">' ' class="faq">');?><a href="<?php echo zen_href_link(FILENAME_FAQ'''NONSSL'); ?>"><?php echo '<span>' BOX_INFORMATION_FAQ '</span>'?></a></li>
    You can replace the the code you have with the following.

    PHP Code:
    <li<?php echo(($current_page_base == 'faq') ? ' class="current">' ' class="faq">');?><a href="<?php echo zen_href_link(FILENAME_FAQ'''NONSSL'); ?>" target="_blank"><?php echo '<span>' BOX_INFORMATION_FAQ '</span>'?></a></li>

 

 
Page 22 of 33 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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