Page 12 of 28 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 275
  1. #111
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    I disabled the banner and still get the same 4 errors on each of the two pages I tried.

    It seems like I should add a closing body tag somewhere.

    I just re-uploaded includes/templates/zencart_zen/common/tpl_main_page.php, although it was exactly the same size and date as the file on the site.

    Re-validation still shows the 4 errors.

  2. #112
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Okay, I see the date of that file is 3/20 and the date of the no error validation was 3/13/10.

    I also see that I added a google analytics item to this file, so that the bottom of the common/tpl_main_page.php looks like this:

    <!--eof- banner #6 display -->
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    ?>
    </body>
    This seems like the next thing to examine. I will try to investigate what that Google Analytics comment should look like. I do not see an extra space anywhere. I'm not sure what to try next.

    Thanks for taking a look. Assuming that is the source of the problem, I will let you know if I find out what is wrong. Thanks.
    Last edited by notageek; 1 May 2010 at 12:40 AM.

  3. #113
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Okay, I see the date of that file is 3/20 and the date of the no error validation was 3/13/10.

    I also see that I added a google analytics item to this file, so that the bottom of the common/tpl_main_page.php looks like this:
    Code:
    <!--eof- banner #6 display -->
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    ?>
    </body>

    This seems like the next thing to examine. I will try to investigate what that Google Analytics comment should look like. I do not see an extra space anywhere. I'm not sure what to try next.

    Thanks for taking a look. Assuming that is the source of the problem, I will let you know if I find out what is wrong. Thanks.
    Try removing the </body> from there and re-validate.

    Remember, Always BACKUP your files and DB before making any changes!

  4. #114
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Still working on problem.

    Removing </body> made no difference, nor did removing the testing mode of Authorize.net.

    I found no open <div> tags either; although there was a <div id=main wrapper> code on line 28 of the tpl_main_page without an immediate closing tag, the closing tag did occur further on at line 97.

    I have added 2 ez-pages since the 100% validation of 3/13 before I added the Simple Google Analytics module, and I do not see any unclosed html pairs in those. I do see, however, that, while I commented out a line to prevent sanitization of the & so &amp could be used in one of my define pages (which allowed validation), I am still seeing sanitization of the ampersand in the ez-page that has internal links, causing it to revert back to &.

    I posted a question as to why the </body> tag would not show in the view source page http://www.zen-cart.com/forum/showth...799#post877799.

    I also asked where the </html> code would be found, so I could check that page.

    Notageek

  5. #115
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    I found the solution, and posted it in the Simple Google Analytics Support thread, at Post #1245. I'm not sure if the link will work but I think the link to that post is here: http://www.zen-cart.com/forum/showth...774#post885774

    Clyde, I really appreciate your tolerance for questions like mine from the uninformed, even when they are not strictly pertaining to your template.

  6. #116
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    In the process of working with this template on a new site, I upgraded the template of my www.riverfrontsouth.com on my WAMP localhost test site which is offline. It replaced my header.php with the template header, and placed the centerbox and right sideboxes (except the words "privacy notice") at the bottom of my site below the left sideboxes. If you want to see this I will be happy to have you Mikogo in to my home computer. I will most likely just uninstall the upgrade unless I find out how to fix this otherwise.

    Thanks for the nice template. It really is my favorite.

    Notageek, [email protected]

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Clyde,

    In the process of working with this template on a new site, I upgraded the template of my www.riverfrontsouth.com on my WAMP localhost test site which is offline. It replaced my header.php with the template header, and placed the centerbox and right sideboxes (except the words "privacy notice") at the bottom of my site below the left sideboxes. If you want to see this I will be happy to have you Mikogo in to my home computer. I will most likely just uninstall the upgrade unless I find out how to fix this otherwise.

    Thanks for the nice template. It really is my favorite.

    Notageek, [email protected]
    If you want to use your own header graphic etc., just copy those files to the appropriate zencart_zen folder(s).

  8. #118
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Okay. I had done an upgrade, and I was thinking it would not replace code already altered. I will compare the files to see if I can just replace the file with what I had before, or need to manually insert the changes one by one.

    Could you also suggest how would I get the site content in the centerbox and right sideboxes back to the top of the page instead of at the bottom of the left sideboxes? There is a huge white space until the end of the left sideboxes.

    I tried increasing and reducing page size but the problem persists.

    Thanks.
    Last edited by notageek; 12 Jun 2010 at 05:32 AM.

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Okay. I had done an upgrade, and I was thinking it would not replace code already altered. I will compare the files to see if I can just replace the file with what I had before, or need to manually insert the changes one by one.

    Could you also suggest how would I get the site content in the centerbox and right sideboxes back to the top of the page instead of at the bottom of the left sideboxes? There is a huge white space until the end of the left sideboxes.

    I tried increasing and reducing page size but the problem persists.

    Thanks.
    for this site www. riverfrontsouth. com?

    If not without seeing it I really can't give you a solution.

  10. #120
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    This white space problem is on my WAMP test server offline.

    Well, this morning I see the obvious answer is that I have not upgraded my site to 1.3.9.

    The uninstall would of course remove the template entirely, so
    I will just either restore my test site from a backup or tackle the Zen Cart upgrade. I assume I should restore, do the upgrade, then upgrade the template, then replace the header.php file, in that order.

    However, if the template upgrade will add the lines around the various sideboxes, I might prefer to leave the www.riverfrontsouth.com site as is.

    Will the old 1.3.8 template continue to work with 1.3.9 without the upgrade of the Zencart_Zen template?

    If not, how would I remove the outlines for each box to get that "soft," less delineated look?

    Or, if they seem okay, will those outlines also appear on the banners which at present do not have outlines?

    Thanks.

 

 
Page 12 of 28 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. v139h Need help installing "zencart-skins.com" template 43889
    By chams911 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jul 2013, 12:56 PM
  2. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  3. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  4. Comment out "Check for Updates" Button, "Support Site" Link, & "Version" Link?
    By g00glethis1 in forum Customization from the Admin
    Replies: 4
    Last Post: 15 Mar 2010, 06:32 AM
  5. Wamp5/Zencart localhost help "custom template distorted"
    By oxicottin in forum Installing on a Windows Server
    Replies: 10
    Last Post: 27 Aug 2007, 03:46 AM

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