Page 13 of 23 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 221
  1. #121
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    OK, Can I get into my problems now?

    First, Thanks to ANT for the great themes. I started with the ZJ_Silver_wide because I liked the wide "New Products" field. I then converted over to ZJ_Black because I was able to fit my logo better with it and still retain the wide center boxes.

    Here's my site: http://www.majortek.com

    Speaking of logo's. I am still not able to center my logo. I deleted my tagline because I found that it would drop down into the MainWrapper on lower resolution screens. I tried altering the float code:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:center;

    This centered my logo, but it also centered my categories VERTICALLY. I tried separating the line to this:

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    # logo, float:center;

    Nothing.

    Here's another centering problem... Before I had my main page open with categories, I entered the following code to center my tagline in the body:

    H1 {font-size;1.4em; color#33333;}
    #indexDefaultHeading {text align: center;}


    Once I switched over it slid to the left. WTF? I can modify the following CSS from left to center and it works, But it also centers all text on the page.

    #mainWrapper {
    background-color:#FFFFFF;
    border:1px solid #000000;
    text-align: center;
    vertical-align:top;
    width:90%;}

    And yet another centering problem:

    For some reason my Authorize.Net validation icon isn't centering in Firefox, Safari or Google Chrome, but it does fine in Missy (MSIE), but the rest of my icons are doing just fine. I entered the following code to the bottom of my CSS:

    .AuthorizeContent {
    float: center;
    margin-left: 2em;
    padding: 1em; }


    Nada. It just looks so out of place!

    For the person that solves these three problems, there is a $20 bill available via PayPal. Seriously.

    Thanks again.

    mW

  2. #122
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    Much Thanks to WZJY47 for all his help. It proves that Free Trade works!

    Centered Logo using padding - Check
    Centered Header Message - Check
    Centered Authorize Logo under FF - Still needs work.

  3. #123
    Join Date
    May 2006
    Location
    Orangeburg, SC
    Posts
    72
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread - Centering Logo

    Please help?!?! An excellent tempate! I love it! But the logo centering issue I'm having is mentioned quite a few times in the threads, but no one has seemed to actually answer the question...I found a thread as to where to find the code in the css file, but I'm certianly not a css coding man does anyone have a simple code to enter that will just simply center the logo? Greatness I am most certainly not, but I most certainly try...thank you anyone in advance for any help that they can bestow upon this mere mortal

  4. #124
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    You know, I did center my logo but it came out horribly on lower resolution screens. But if you want to give it a shot, here's how Jason over at http://www.retirementplanningpersonaladvisors.com fixed the problem.

    Replace in your template CSS file:

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


    WITH:

    #logo {
    padding-right: 200px;
    padding-left: 175px;
    }
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg
    {float: left;}


    Play around with the padding and you can get it close.

    Hope this helps

  5. #125
    Join Date
    Nov 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    Is it possible to make the box where the logo and tag line is a specific pixel width instead of 100%. I have the store setup at 800pixels, but I can't manage to make the area where the logo is 800pixels as well. I did change the background from a graphic to a solid color. Any help?

    Thanks so much.

  6. #126
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    can I get a link?

  7. #127

    Default Re: ZJ Silver Support Thread

    Quote Originally Posted by ptnan View Post
    hi, anthonyd

    i'd like to say i really like the zj silver template but now i'm in trouble:

    the sidebox header links with [more] is clickable in your version 1.0.0 but is unclickable in version 1.0.1

    why and when would a newer version be released?

    thanks,
    David
    Having the same problem.

  8. #128
    Join Date
    Nov 2008
    Location
    New Hampshire
    Posts
    4
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    I'm am a little confused with one situation with this template. I've uploaded it and all seems fine except for one thing.

    I have my categories come up on the opening page, clicking on one that has no product works fine, clicking on a category that has a product within it, fails to show the FOOTER....

    Not sure why, but the footer and the bottom nav bar goes away, and I can't figure it out. Same when clicking on the categories on the left side box, and everywhere else. But if I don't have a product it shows just fine. Because I'm in the development stages of my site, I only have one product which happens to be a gift certificate.

    I've made other sample items and tried it within other categories, and the same error (well, no footer).

    My site is www.memorydecals.com if you could take a look and let me know how to fix it that would be great. And it's only a problem with this template, which is the one I plan on using so I would like to get it fixed.

    Thank You for your time....

    Ken

  9. #129
    Join Date
    Mar 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    Hi there - this might seem like a simple query but I've downloaded and unzipped and uploaded most of the files for this template. I just don't know where to put zencart_jquery.php.

    Can someone help me out here?

  10. #130
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: ZJ Silver Support Thread

    Please explain how you are installing this theme. Are you placing the files one at a time? You should be able to simply drag the theme over using your FTP client at the root.

 

 
Page 13 of 23 FirstFirst ... 31112131415 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. v151 Ship2Pay Support thread
    By Design75 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 5 Nov 2019, 01:14 PM
  4. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  5. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM

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