Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2008
    Posts
    27
    Plugin Contributions
    0

    Default ezBlue Theme for new store - Glitch

    I am setting up a new ZenCart 1.3.8a installation with ezBlue Theme contrib.

    http://www.zen-cart.com/index.php?ma...oducts_id=1109

    However, for some reason, I have noticed that the sub-cats and attributes that contain graphics incorrectly layout to columns instead of rows. (see attached screen shot of 2 examples).

    I tried it with the default Classic Green Theme and some others and they display properly (in a row ... across) so it must be the theme.

    Other than that it looks ok (and I was hoping to use it) but now it needs a fix. Unfortunately, I don't know enough about ZenCart or CSS to fix it myself. I like this theme because it's just like Classic Green but in dark blue.

    Thanks.
    Attached Files Attached Files

  2. #2
    Join Date
    Nov 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: ezBlue Theme for new store - Glitch Fixed

    Even more troubling, the Specials are also in only 1 column (ignoring the setting in Configuration/ Index Listing/ Special Products Columns per Row), making the pages very long and looking funny.

    But, I fixed it.

    I compared the stylesheet.css to the one in /classic (after all, it should mainly just be some simple color changes). I used DiffDaff file comparer. I also found some invisible non-standard characters around the author's first color edits throwing off the compare. I erased those and got them to compare past that part (strange).

    Anyway, around line 115 of the .css, you can see where they made a change to get the logo graphic to center. This is the problem because it effects other items on that line.

    Original:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    margin: 0em;
    text-align: center;
    padding-top: 0px;
    }

    Change back to:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

    Everything works again

    If you want the logo centered, since it's a fixed design, you can create the illusion of being centered by adding some extra "white space" to the left side of the logo graphic (logo.gif) during editing.
    Last edited by Tezla; 4 Nov 2008 at 08:28 AM.

  3. #3
    Join Date
    Nov 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: ezBlue Template - Alternate CSS

    Here is an alternate CSS file to use with the ezBlue Template.

    It contains added CSS attributes for EZPages font colors (including hover, etc.) and a possible different color for the :: separators.

    It also contains the above fix that lays out things like specials, sub-categories, graphic attributes in rows like they should be. Of course, the main header logo is now left justified, so if you want it centered, add a little “white space” to the left side. My logo .gif graphic size is currently 705x87.
    Attached Files Attached Files

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: ezBlue Theme for new store - Glitch

    Excellent..thanks for posting fix

  5. #5
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: ezBlue Theme for new store - Glitch

    Thanks a lot! This is very useful

    Do you have any idea how I can remove "Created by EzWebstore your Shopping cart specialists" at the bottom of the webpage? I was able to remove "Powered by Zen-Cart" but haven't found a solution for the other text

  6. #6
    Join Date
    Nov 2008
    Posts
    27
    Plugin Contributions
    0

    Idea or Suggestion Re: ezBlue Theme for new store - Glitch

    I'm glad it was helpful.

    Part of the lower Copyright line is in english.php. The other part is in :

    /includes/templates/EzBlue/common/tpl_footer.php

  7. #7
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: ezBlue Theme for new store - Glitch

    Cheers Tez!

    Do you have an idea how I can change the subcategorie style to horizontal instead of vertical?
    seems the default style on this template is vertical

 

 

Similar Threads

  1. v154 Store Gone Loopy! Shows Up With No Theme, Only Basic HTML
    By Blenderite in forum General Questions
    Replies: 3
    Last Post: 25 Sep 2015, 05:28 PM
  2. v154 New v154 having Admin glitch on orders.php page
    By BlackOrchidCouture in forum General Questions
    Replies: 14
    Last Post: 21 Apr 2015, 05:56 PM
  3. v151 We installed a new theme and we are not able to add new ez-page?
    By Culinarygods in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Dec 2013, 11:18 PM
  4. CSS glitch for header ezpages driving me nuts
    By fscproductions in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2010, 09:08 PM
  5. Have glitch w/ CSS for product category menu in IE7
    By RollingSphere in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 2 Jul 2007, 10:41 PM

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