Results 1 to 10 of 66

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Ezpages Improved Menus support

    When we're done, absolutely! Thanks again.

  2. #2
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ezpages Improved Menus support

    I just uploaded the files for this add-on, and it caused everything underneath my header logo to disappear. It appears that the file causing the issue is templates/yourtemplate/templates/tpl_ezpages_bar_header.php. The Zen Cart version is 1.3.9g.

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

    Default Re: Ezpages Improved Menus support

    Then there was some error in the upload, because it works correctly on my 1.3.9g test site.
    What does the latest debug log in /cache/ say?

    What is your template folder name, and what did you change the /your_template/ folder to?

  4. #4
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ezpages Improved Menus support

    Quote Originally Posted by gjh42 View Post
    Then there was some error in the upload, because it works correctly on my 1.3.9g test site.
    What does the latest debug log in /cache/ say?

    What is your template folder name, and what did you change the /your_template/ folder to?


    It turns out that it must have been an upload issue. The FTP was laggy all day, and uploading a fresh new copy fixed the issue. I don't think I will continue to work with this host... too many issues like this.

    Fantastic add-on, by the way. The only thing I had to change was in the CSS. I changed this:

    Code:
    #navEZPagesTop .activeEZPage, #navEZPagesTop .activeILPage, #ezpages .activeEZPage, #ezpages .activeILPage {
        font-weight: bold;
        color: #AD006A;
        }
    to this:

    Code:
    #navEZPagesTop a.activeEZPage, #navEZPagesTop a.activeILPage, #ezpages a.activeEZPage, #ezpages a.activeILPage {
        font-weight: bold;
        color: #AD006A;
        }
    Otherwise, the links were not displaying in the styles I specified. Adding the "a" in those spots fixed the issue. and it now works great!

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

    Default Re: Ezpages Improved Menus support

    Glad you have it sorted. It's curious that you needed to add the "a" to the selector - my test (Classic) site didn't need this, and .activeEZPage etc. do not exist outside this mod, so would never have been styled elsewhere. #navEZPagesTop .activeEZPage would have a higher priority than #navEZPagesTop a which could already be used in the stylesheet, so it ought to override that. Anyway, there's a tip if you need help making the styling stick.

  6. #6
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ezpages Improved Menus support

    Quote Originally Posted by gjh42 View Post
    Glad you have it sorted. It's curious that you needed to add the "a" to the selector - my test (Classic) site didn't need this, and .activeEZPage etc. do not exist outside this mod, so would never have been styled elsewhere. #navEZPagesTop .activeEZPage would have a higher priority than #navEZPagesTop a which could already be used in the stylesheet, so it ought to override that. Anyway, there's a tip if you need help making the styling stick.

    Does adding the "a" to your website's CSS break the add-on's functionality, or does it still work?

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

 

 

Similar Threads

  1. EZ-Page Improved TOC [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 14 Sep 2011, 04:44 PM
  2. Improved Stylesheet Calls support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 7 Dec 2010, 11:37 PM
  3. AAARRRGGG!!! EZpages edit for header and footer menus
    By jtlswan in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 9 Apr 2010, 05:02 AM
  4. toolbar(menus and options like ezpages) not showing in the admin page?
    By sricharankatrue in forum General Questions
    Replies: 1
    Last Post: 19 Aug 2009, 02:14 AM
  5. toolbar(All Menus and options like ezpages) not showing in admin page?
    By sricharankatrue in forum Basic Configuration
    Replies: 0
    Last Post: 18 Aug 2009, 07:45 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