Search:

Type: Posts; User: kuroi

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Can't confirm the first part, as it's wrong. EZ pages do have SEO value. Search engines don't care whether pages are built dynamically or are static, they care only about the quality of the resulting...
  2. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Can't confirm the first part, as it's wrong. EZ pages do have SEO value. Search engines don't care whether pages are built dynamically or are static, they care only about the quality of the resulting...
  3. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Zen Cart doesn't have a home icon, so maybe that's something added by your template. Or maybe you're referring to the home link, but that's not part of the EZ-Pages Header bar.

    Either way, it's...
  4. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The Silverfish template does support the EZ-Pages links and the code that generates them is working as you see them when you switch back tot he Classic template. So the problem lies somewhere in your...
  5. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Why?
    What files did you "reupload" to the new template? In particular, is there an includes/templates/silverfish/templates/tpl_page_default.php file?

    Does your content show up if you switch back...
  6. Replies
    569
    Views
    225,462

    Re: Cannot see Ez Pages working

    We'd need for information. EZ-Pages can be used to create content or links or external links. What did you use them for?

    What's missing precisely? Is it content that you'd added, or links to get...
  7. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    You can't do this with an EZ-Page. You would need to upload images by FTP and then point to them.
  8. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Please don't clog up this EZ-Pages thread with unrelated questions.
  9. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    I'm afraid so. EZ_Pages aren't files that can be downloaded. They're database entries. Since they are entered and maintained via a textarea field, I suspect that pjb923 has hit a limitation of...
  10. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Have you read the dedicated EZ-Page section in the FAQ?
  11. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    If you edited the define page content directly, it should work. However, if you tried to edit the link in via the HTML define pages editor then it will most likely have been weeded out as it isn't...
  12. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    That's not surprise since this is an EZ-Page and you can't use PHP functions (or other types of PHP on an EZ-Page. The function is used to point to EZ-Pages from other parts of your Zen Cart where...
  13. Replies
    569
    Views
    225,462

    Re: Mr.

    What sort order did you give the page?
  14. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    @closloff

    The 403 error means that your server is preventing access to a call to a bare directory on your server. This suggests that the zen function is receiving information that it is unable to...
  15. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Should be

    <a href="<?php echo zen_ez_pages_link(15,2); ?>">Read more...</a>
  16. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The "correct" way of linking to PHP pages is for linking TO them from PHP code. It does more than just create a link. It handles whether the link is to an external or internal page, whether it should...
  17. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    @erinl

    I can't see anything wrong with your FAQ (apart from the site being painfully slow to load). Did you fix this already?
  18. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    It's explained here. Though personally I see this as a bit of a hack and would recommend building your pages with PHP as proper pages and then add them to your menus as internal links via EZ-Pages
  19. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The body tag for all pages is in the common/tpl_main_page.php template.
  20. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    That's largely right. The correct versions would be:
    and(Note my additions in red)
  21. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    @ckosloff

    It would be better to use the proper Zen Cart function for inserting an EZ-Page as explained in the FAQ.

    @Centec2b

    Pay close attention to the form of the opening and closing PHP...
  22. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The classic template is just one possible design. Just because that doesn't use a particular ID or class, doesn't mean that other designs won't - that's why they're there.
  23. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    They're probably not there. If every possible ID and class was included in the stylesheet, even when they weren't in use, it would cause pages to load more slowly in visitor's browsers.

    Therefore...
  24. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    This FAQ Entry is applicable to all side boxes
  25. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    There's not really an easy way to add it to individual EZ-Pages, but you could copy the code that calls in this listing box in tpl_index_default.php to tpl_page_default and if required add some...
  26. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    https://www.zen-cart.com/tutorials/index.php?article=251
  27. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    I gave that primarily as an example of the ease with which additional content can be added to the product_info page rather than as a specific answer to your question. But here goes:

    add a table...
  28. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    @highlander2

    If I understand correctly, have created information in an EZ-Page that you want to be available on, for example, the product information page for some products.

    If that is the...
  29. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    It's explained in the Internal Link URL section of this FAQ entry.

    Not really. It creates a table of contents on each EZ-Page that the TOC covers. You can see it in action by going here.
  30. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Is yours a clean install if 1.3.7 or an upgrade?
    Do you have many Admin add-ons installed?
    If you go into your database (e.g. using phpMy Admin) and look at the configuration_group table, what is...
  31. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    No. The way in which you did it for 1.2.7 would still be the best way to go in 1.3 for this specific requirement.
  32. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    "T'ain't What You Do (It's the Way That You Do It)" - Fun Boy Three and Bananarama with apologies to Sy Oliver.

    I can't claim a great deal of expertise on Macs, I've owned one for just 12 hours....
  33. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Not currently without some serious programming to the Admin to support it. It was recently requested as an enhancement to Zen Cart, so keep your fingers crossed, maybe it will appear in a future...
  34. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    I'm afraid that you've misdiagnosed the problem. Take a look on your silkythecap site at the separator between the header links and then at the rogue separator in your footer ... look familiar?
    ...
  35. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The FAQ is always a good place to start. But don't beat yourself up over this one - that FAQ entry wasn't there when you asked the question.
  36. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    It certainly is. This FAQ entry has been added to give a simple example to show how.
  37. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    That's true. And you had indeed posted a link to the site earlier in the thread .... to which I had responded :blush: I guess sometimes when we're rushing around answering questions in multiple...
  38. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Sunabac

    The site's looking good and I believe that adding the following to your stylesheet will achieve the effect for which you are aiming
  39. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    There's somthing slightly odd about this question :huh:

    Are you sure that the apge you want to change is an EZ-Page? If so, the About Us title is the one that you gave it when you created the...
  40. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Bumping for its own sake is frowned upon in this forum. It's a very active forum, so it you don't get an answer that usually means that it's too complex for a forum post, no body knows the answer, or...
  41. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Admin > Configuration > EZ-Pages Settings > EZ-Pages Footer Link Separator
  42. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    The Home link isn't in the EZ-Pages footer. It's hardcoded into the #navSupp wrapper in the common/tpl_footer.php file immediately before the EZ-Pages are included. So you would need to edit that...
  43. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Wow. What a great little mod. Simply, unpretentious, but delivering the goods. I'm talking here about the CSS per page mod.

    This mod expands the concept of targeted stylesheets to EZ-Pages. It...
  44. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Thanks Betty

    I have it now, but haven't yet had a chance to look at it. I'll let you know how I get on when I do.:thumbsup:
  45. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    With CSS if what you want isn't there, you just add it. For example, you could change the color of the EZ-Pages links at the top by adding the following to your stylesheet
  46. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Hi Betty

    I'm intrigued by the idea of a mod to create stylesheets for EZ-Pages but can't find it. Can you point me in the right direction?
  47. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Are your how to buy pages EZ-Pages (i.e. stored in the database) or actual php scripts that you have written outside of Zen Cart?
  48. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    That depends what you mean by name. You can give them whatever title you would like, and that would also show up as the link name for them. However, EZ-Pages aren't separate files - they're stored in...
  49. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    Sorry to ask a possibly obviosu question, but have you enabled the EZ-Pages sidebox and the EZ-Footer?

    For the page to show up in the sitemap you would need this add-on.
  50. Replies
    569
    Views
    225,462

    Re: How do EZ-Pages work?

    You could, but that would involve hacking the information sidebox. It's easier to redefine each of the links in the information sidebox as an internal EZ-Page link and then add your additional pages...
Results 1 to 50 of 58
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR