Page 7 of 16 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 152
  1. #61
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    GOD! I want to stick a hot fork in my ear and twist it. What a bone head mistake on my end.

    Anyways, I highly recommend this footer mod over the others. Great support and MUCH easier to customize.

    I have attached the final example from our site.
    Attached Images Attached Images  

  2. #62
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    Hey I noticed that at the bottom the credit card images are gone. Is there a way to add that back on? I think leaving it at the bottom is good as it clears up real estate from having to put it in a sidebox.

  3. #63
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Ezpages Footer Columns support

    Do you want the cc images below the footer columns (in the white area), or in empty space in the column area?
    For the white area, add the cc image code to tpl_footer.php the same as you had it before (probably).
    For cc images in a column, define them as a "comment" to one or two of the links, per the directions in the readme.

  4. #64
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    ver 1.3.9h

    Just installed and confirmed all 6 files are there and dated 5/21/11

    But there is no footer menu added to bottom of site. Ezpages enable footer set to 1, but nothing?

    www.cvtreasures.com

    UPDATE: I figured it out. Forgot to create the menu link in Ezpage settings
    Last edited by kevinmc3; 22 May 2011 at 04:58 AM.

  5. #65
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    ver 1.3.9h

    On my footer how can I center so the top row shifts to the left?

    AND, how can I continue to make a Second and third row?


    www.cvtreasures.com

  6. #66
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    Quote Originally Posted by kevinmc3 View Post
    ver 1.3.9h

    On my footer how can I center so the top row shifts to the left?

    AND, how can I continue to make a Second and third row?


    www.cvtreasures.com
    Hey guy, This is what I used to figure stuff like that out. Download the Firefox plugin Firebug and look at the css and play with it. It will make real time changes on your screen so you can see what it looks like and then you can make the real changes your self.

    If you need more help let me know.

  7. #67
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    Thanks but I am NOT a programmer and am just looking for the specific edits I need to make for centering the footer menus and also to add a 2nd and 3rd row or continue adding links.

    So hoping the Mod author can add his expertise here.

  8. #68
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Ezpages Footer Columns support

    You have this rule in one of your stylesheets (probably your main stylesheet.css, but I can't tell for sure since you have them minified which removes all formatting and comments and mashes them all together):

    #navSupp ul{color:#fff;text-decoration:none;position:absolute;top:7px;float:left;margin:auto 0 auto 250px;padding-top:0;padding-bottom:0;padding-left:0;white-space:nowrap}

    This gives a 250px left margin. You have a lot of non-standard rules in that area which seem to have come from some other mod, unless you actually wrote them all specifically for something. Some of these rules are overriding the Ezpages Footer Column style rules.

    You say "add a 2nd and 3rd row"... do you mean add a 2nd and 3rd column?
    What are the sort orders (for the footer) on your ez-pages? They are all in .col1, which means they all start with 1. If you want them in separate columns, you have to start them with different numbers, as the readme describes. The links are displaying in a row instead of a column because one of the other rules overrides this mod's rule about the layout.

    #navSupp ul li{text-align:left;float:left;margin-left:0;padding-left:0;display:inline}
    #navSupp ul li a, #navCatTabs ul li a{text-decoration:none;padding:0 0.5em;margin:0;color:#fff;text-align:left;white-space:nowrap}

  9. #69
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Ezpages Footer Columns support

    This rule, probably at the bottom of your stylesheet.css, has an error that causes CSS to ignore all following rules (all of the stylesheet_ezpages_footer_columns.css rules).

    #paypaldp-cc-ownerf,#paypaldp-cc-ownerl,#paypaldp-cc-number,#paypaldp-cc-expires-month,#paypaldp-cc-expires-year,#paypaldp-cc-cvv
    {font-size:14px;{

    Change that to } . This will most likely let the footer columns rules overide the other rules mentioned above.
    Last edited by gjh42; 23 May 2011 at 02:47 PM.

  10. #70
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    Thanks for responding.

    Re: "but I can't tell for sure since you have them minified which removes all formatting and comments and mashes them all together"
    I am not sure what you are referring to..??

    Re: "You say "add a 2nd and 3rd row"... do you mean add a 2nd and 3rd column?"

    No, I mean actually continung with adding more menu links that will continue to a second row, 3rd row , etc.....like the bottom of this site:
    http://www.cinemasterpieces.com/

    It would be easier than having to create Sub-mini menus as described in the read me.



    Quote Originally Posted by gjh42 View Post
    You have this rule in one of your stylesheets (probably your main stylesheet.css, but I can't tell for sure since you have them minified which removes all formatting and comments and mashes them all together):

    #navSupp ul{color:#fff;text-decoration:none;position:absolute;top:7px;float:left;margin:auto 0 auto 250px;padding-top:0;padding-bottom:0;padding-left:0;white-space:nowrap}

    This gives a 250px left margin. You have a lot of non-standard rules in that area which seem to have come from some other mod, unless you actually wrote them all specifically for something. Some of these rules are overriding the Ezpages Footer Column style rules.

    You say "add a 2nd and 3rd row"... do you mean add a 2nd and 3rd column?
    What are the sort orders (for the footer) on your ez-pages? They are all in .col1, which means they all start with 1. If you want them in separate columns, you have to start them with different numbers, as the readme describes. The links are displaying in a row instead of a column because one of the other rules overrides this mod's rule about the layout.

    #navSupp ul li{text-align:left;float:left;margin-left:0;padding-left:0;display:inline}
    #navSupp ul li a, #navCatTabs ul li a{text-decoration:none;padding:0 0.5em;margin:0;color:#fff;text-align:left;white-space:nowrap}

 

 
Page 7 of 16 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. Ezpages Improved Menus support
    By gjh42 in forum Addon Sideboxes
    Replies: 65
    Last Post: 17 Jul 2023, 09:55 PM
  2. ezpages footer nav
    By buildingblocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jun 2011, 01:51 PM
  3. footer ezpages
    By alexdog1805 in forum Basic Configuration
    Replies: 1
    Last Post: 6 Mar 2011, 03:19 PM
  4. Center footer EZpages
    By mrtwelvevolts in forum General Questions
    Replies: 2
    Last Post: 4 Feb 2011, 11:29 PM

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