Page 17 of 28 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 275
  1. #161
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    Your code works perfectly; I now see my ordered list. This was such a big mystery for me I can hardly comprehend that you have solved it so easily. I hope with study that the solution will help me comprehend the relationship of CSS and HTML.

    I really appreciate this template and its flexibility and possibilities.

    I will post a comment to the Exel thread to show a link to the solution.

    Notageek

  2. #162
    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,

    Your code works perfectly; I now see my ordered list. This was such a big mystery for me I can hardly comprehend that you have solved it so easily. I hope with study that the solution will help me comprehend the relationship of CSS and HTML.

    I really appreciate this template and its flexibility and possibilities.

    I will post a comment to the Exel thread to show a link to the solution.

    Notageek
    glad you got it sorted

  3. #163
    Join Date
    Nov 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Hello, I need help like really bad I am lock out of my website admin page message given access denied I can seem to find out whats going on. the Zent cart version is 1.3.8. have not upgrade as of yet to the 1.3.9. can you please help us out are give some suggestions on find a solution to fix the problem thank you.
    Site URL: http://www.hotfashions4u.com

  4. #164
    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 chuck41 View Post
    Hello, I need help like really bad I am lock out of my website admin page message given access denied I can seem to find out whats going on. the Zent cart version is 1.3.8. have not upgrade as of yet to the 1.3.9. can you please help us out are give some suggestions on find a solution to fix the problem thank you.
    Site URL: http://www.hotfashions4u.com
    I'd suggest posting this in another forum section (www.zen-cart.com/forum/forumdisplay.php?f=128)

    Your problem doesn't seem to have anything to do with this template.

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

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    I had a successful ordered list for songs in an album. I believe the main change to my site since then was installing the Image Handler, but I am not sure. Now, my ordered list wraps around the picture, which I am sure did not occur previously.

    I will probably need to change databases or uninstall Image Handler to see the circumstances under which I can achieve the ordered list without the text wrap under the image.

    In the meantime, I wondered if there was a way to stop the text wrap around the image. I found post 28 under the following thread: [URL="http://http://www.zen-cart.com/forum/showthread.php?t=69672&highlight=margin+wrap&page=3"[/URL]which is discussing text wrap in the context of adding additional images, where it is suggested:
    Testing on your site, I find that this works nicely to line up the additional images below your main image:
    Code:
    #productAdditionalImages .additionalImages img {
    float: left;
    margin-left: 20px;
    }
    I eliminated the "larger image" text long ago by simply redefining it in /includes/languages/my_template/english.php:


    define('TEXT_CLICK_TO_ENLARGE', 'larger image');


    define('TEXT_CLICK_TO_ENLARGE', '');

    When null, it is not displayed at all.
    ##############################___
    I thought I would run this by you to see if you have encountered this problem of text wrap before. I love it but it does not work well with an ordered list.

    In addition, the numbers in the ordered list are encroaching on the image, which did not occur previously.

    I will let you know if I have success with debugging this. I will be happy not to use Image Handler if that is the source of the problem, although I do not see any mention of IH related to margin changes and text wrap.

    I also will appreciate your thoughts.

    Notageek
    Last edited by notageek; 22 Aug 2010 at 08:15 PM.

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

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    I find that while my product listing now shows an ordered listing (although with text wrap), the ordered list does not show on the prior category page listings.

    Is there CSS code which would allow the ordered lists to show on the category pages also? It's only a snippet for each category, but it would clarify the listing a bit.

    Thanks.

    Notageek
    Last edited by notageek; 22 Aug 2010 at 08:24 PM.

  7. #167
    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,

    I find that while my product listing now shows an ordered listing (although with text wrap), the ordered list does not show on the prior category page listings.

    Is there CSS code which would allow the ordered lists to show on the category pages also? It's only a snippet for each category, but it would clarify the listing a bit.

    Thanks.

    Notageek
    If you're talking about the "product Listing" pages, then the answer is no.

    the default display for Zen Cart on the "product listing" pages is to strip any "html tags" from the product description and then display only the first (I believe) 150 characters of the description.

  8. #168
    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,

    I had a successful ordered list for songs in an album. I believe the main change to my site since then was installing the Image Handler, but I am not sure. Now, my ordered list wraps around the picture, which I am sure did not occur previously.

    I will probably need to change databases or uninstall Image Handler to see the circumstances under which I can achieve the ordered list without the text wrap under the image.

    In the meantime, I wondered if there was a way to stop the text wrap around the image. I found post 28 under the following thread: [URL="http://http://www.zen-cart.com/forum/showthread.php?t=69672&highlight=margin+wrap&page=3"[/URL]which is discussing text wrap in the context of adding additional images, where it is suggested:

    I thought I would run this by you to see if you have encountered this problem of text wrap before. I love it but it does not work well with an ordered list.

    In addition, the numbers in the ordered list are encroaching on the image, which did not occur previously.

    I will let you know if I have success with debugging this. I will be happy not to use Image Handler if that is the source of the problem, although I do not see any mention of IH related to margin changes and text wrap.

    I also will appreciate your thoughts.

    Notageek
    I'd need to see your site?

  9. #169
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    I will put my test site online once my web host advises me where to find the database. They will probably let me know Monday. I didn't realize I did not have this information until today.

    That is very helpful information about the stripping of HTML in the product listing for a category. I may need to place a preamble in the product listings so it doesn't seem so ad hoc starting out with titles and artists' names in an unpunctuated list. I now see why other vendors seem to have avoided HTML list formats. I notice the HTML lists also do not work in the define pages and EZ Pages, although other HTML code does work in those pages.

    Notageek

  10. #170
    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,

    I notice the HTML lists also do not work in the define pages and EZ Pages, although other HTML code does work in those pages.

    Notageek
    They will work in those pages provided they are properly implemented, have appropriate tags and the correct styling in the stylesheet.css

    <div class="mylist">
    <ul>
    <li>list1</li>
    <li>list2</li>
    </ul>
    </div>


    CSS Styling

    .mylist ul {
    list-style: decimal;
    }

 

 
Page 17 of 28 FirstFirst ... 7151617181927 ... 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