Page 32 of 57 FirstFirst ... 22303132333442 ... LastLast
Results 311 to 320 of 570
  1. #311
    Join Date
    Sep 2008
    Posts
    106
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Thanks for the amendment, Doc! - Dodgy info!

    I have just been reviewing some earlier posts by TShooters and can see that I was mistaken. - Kuroi, too, posted something similar but I thought that that was a sidebox and did not apply to header links.

    Anyway, the post by TShooters and your advice have confirmed that the TOC should work and it isn't.

    I have got the method right, even checked it against TShooters screenshots, and replaced my tpl_header with an original file in case my coding had messed it up, but without success unfortunately. I have also tried removing the SSL link (I was wanting to build a TOC for account information) and placing the TOC in the footer bar, but again without success.

    The only two things I can think of now that could be causing this problem are:

    i:) corrupted database
    ii:) files required to support EZPages functionality

    The normal EZPage links are working just fine.

  2. #312
    Join Date
    Sep 2008
    Posts
    106
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    I have now tried replacing the tpl_ezpages_bar_header.php, tpl_ezpages_bar_footer.php, stylesheet.css, and configuration.php files with original (unmodified) files and the TOC still won't build...

    I also tried removing all other links on the EZPage bar and switching back to the classic template, neither of which worked either...

  3. #313
    Join Date
    Sep 2008
    Posts
    106
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    All sideboxes enabled, database optimised, values reset... - nothing!

  4. #314
    Join Date
    Sep 2008
    Posts
    106
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    I've found the reason why the TOC isn't working. - You cannot specify links (external or internal) or the links are treat as just that, ie: you won't get any TOC...

    ...and the TOC is created on a new page.

    So, the settings are just as described by TShooters (page 3 of this post) and Kuroi (all over the place!), but you have to enter some content into the box and not specify any internal or external links (unless you specify them in the box using HTML links, etc.).

    If you do this you should see a link in your header, footer, sidebox, etc. which will take you to a page displaying your TOC when clicked on - not a little box or dropdown in the header, footer, etc. as I had originally thought. - You will need a seperate module for that...

    ...or some creativity involving CSS float, relative positioning (not absolute!), etc..

    Note: hyperlinks within PHP code blocks need to be in PHP syntax to work properly! - HTML links may not work properly.
    Last edited by some name not taken; 24 Oct 2008 at 05:24 AM.

  5. #315
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: How do EZ-Pages work?

    Are EZPages turned on in Admin/Configuration/EZ-Pages Settings/
    EZ-Pages Display Status - HeaderBar/Footer Bar/Sidebox (where ever you want them)?

    There's also a setting in Admin/Configuration/Maximum Values/Maximum Display EZ-Pages.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  6. #316
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by TShooters View Post
    Are EZPages turned on in Admin/Configuration/EZ-Pages Settings/
    EZ-Pages Display Status - HeaderBar/Footer Bar/Sidebox (where ever you want them)?
    There's also a setting in Admin/Configuration/Maximum Values/Maximum Display EZ-Pages.
    The maximum values in Configuration don't turn EZ pages on, but they could be turned off if set to 0 or negative value.
    Many users stumble there because if left to 0 it will be turned off even if you select header, footer, etc. If you select "yes", value must be 1 or greater.

  7. #317
    Join Date
    Oct 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by dianna11 View Post
    Hey! I had a hard time figuring it out too. It turned out to be far easier than I expected.

    First, in the admin, go to Tools-> EZ-Pages

    Open a new file.

    Decide where you want the page to be linked from, in the side boxes, header, footer, etc. and click yes/no button for each.

    Put any html content in the big box.

    Click 'insert'

    Poof! it is done!

    I hope that helps
    It did'nt work for me like that at all. i tested it with a Youtube video. Never popped up at all.

    Does it matter what is put into that HTML box?

  8. #318

    Default Re: How do EZ-Pages work?

    Yes, it definitely matters. Not all types of code can go into an ez page. Java script for example is especially problematic because most java script appears in a page's header code, and you can only insert code that would normally be in the body section of an html page.

    I'm working with this now and testing various things that can and can't go into an easy page, such as dynamic menu code, video and audio player widgets, game widgets, chat room code, etc.

    I've asked a similar question to you and the best answer I got was to just play with it and see what it will and won't accept.

    Try creating a page with just text in it following the instructions given to you by the previous poster. If it works, then you know you're doing it right. Then if it won't accept your code, you know that code is something you can't use inside an EZ page.

    The work around for code that won't work in an EZ page is to manually build a webpage for the content you want, and use an EZ page to make a link for it that appears in your store header, footer and sidebox (as per your preference).

    Then, instead of inserting the content into the html box in the ez page, use the internal link box below the html text box to point the link to that page.

    I haven't been able to find a list of what kind of content the EZ page will and will not accept, so it's just trial and error.

    Hope this helps.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #319
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ScriptJunkie View Post
    Try creating a page with just text in it following the instructions given to you by the previous poster. If it works, then you know you're doing it right. Then if it won't accept your code, you know that code is something you can't use inside an EZ page.
    Or to piggyback on this, you can get your HTML page to appear inside your ZenCart header and footer if you call for it through an iframe (which you can use within an EZ Page). There are some limitations with iframes of course, but depending on the content, it could work very well..

    I've also used iframes in an EZ Page to call for other things like for example a photo gallery so it appears inside of ZenCart.

  10. #320
    Join Date
    Feb 2006
    Posts
    116
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Ok, i am really confused here how to use EZ Pages and for waht. I have seen that tutotial but it does not clarify it for me. It just might be me (https://www.zen-cart.com/tutorials/i...no&article=117)

    What I want to do is just create a page like an "About Us."

    I tried playing around with it but I am not sure what the naming convention is for the link. is it just the page title? I created a page but it keeps coming up as not found.

    sorry for the newbie q.

 

 
Page 32 of 57 FirstFirst ... 22303132333442 ... LastLast

Similar Threads

  1. v154 Links ON ez-pages TO OTHER turned-off ez-pages don't work after upgrade
    By anduril3019 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 19 May 2015, 09:12 AM
  2. how do i get javascript to work in the ez pages?
    By warroyo90 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2012, 05:14 AM
  3. How can I get my CSS navigation tabs to work for groups of similar pages?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2009, 07:57 PM
  4. Replies: 3
    Last Post: 22 Jul 2008, 12:01 AM
  5. Bwahahaha How do I get ez-pages to work?
    By hodgejr in forum General Questions
    Replies: 7
    Last Post: 8 Oct 2007, 09:10 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