Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2008
    Posts
    29
    Plugin Contributions
    0

    Default 2 quick questions

    Howdy,

    http://www.TwistFlowers.com

    1.) I have changed my footer link separator, however 1 remained the same. Can't figure out why. If I add an ez-page with internal link the correct separator appears but then I'm not sure how to remove the other Contact Us Link.


    2.) What is the best way to center my New Bouquets (New Products) across the page. I see that it falls in #contentMainWrapper. Not sure how to fix this, if it is even possible.


    Thanks in advance!

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: 2 quick questions

    your main wrapper set to 760px and your centerbox is set to 700px .. which is to wide ..

    .centerBoxWrapper {stylesheet.css (line 598)
    margin-left:0;
    width:700px;
    }

    change width to something smaller like 500px ..

    im interested to know about question number 1 .. is just odd

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

    Default Re: 2 quick questions

    Quote Originally Posted by tony_sar View Post
    your main wrapper set to 760px and your centerbox is set to 700px .. which is to wide ..

    .centerBoxWrapper {stylesheet.css (line 598)
    margin-left:0;
    width:700px;
    }

    change width to something smaller like 500px ..
    Duh... Thanks.
    im interested to know about question number 1 .. is just odd
    Well, I'll keep trying and post when I'm done. It is a fresh install and I've been having a few, similarly small, problems. (Currently my sub-cats are displaying twice. http://twistflowers.com /index.php?main_page=index&cPath=7 I LOVE ZENCART though.

  4. #4
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: 2 quick questions

    Looks like your contact us link is not one of the auto-generated ezpages links, but has probably been hard-coded into your tpl_footer.php template file.

    It is appearing as its own separate list item, and is not within the single list item that the ezpages code generates.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #5
    Join Date
    Nov 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: 2 quick questions

    Quote Originally Posted by bunyip View Post
    Looks like your contact us link is not one of the auto-generated ezpages links, but has probably been hard-coded into your tpl_footer.php template file.

    It is appearing as its own separate list item, and is not within the single list item that the ezpages code generates.

    Bingo - I changed the status to 0 (from 1) then used an EZ-Page with an internal link.

    Code:
    <?php if (DEFINE_CONTACT_US_STATUS <= 0) { ?>
        <li><?php echo ':: <a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">' . BOX_INFORMATION_CONTACT . '</a>'; ?></li>
      <?php } ?>

    Thanks. That took about 20 seconds to fix.

 

 

Similar Threads

  1. Two quick Questions!
    By cablekid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Dec 2009, 05:11 AM
  2. three quick questions!
    By powelli in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2009, 05:08 PM
  3. Quick Questions
    By lavish in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2006, 10:03 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