Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Great and I just dropped off some flyers for that site today ...... no early night for me.

  2. #2
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Ok, I am trying not to freeak out but it's getting hard. In admin > tools > define pages editor ... there is no pages to edit!!

    How this ocurred I don't know, I only just did what flax suggested with the define_main_page.php and I used an override folder which I deleted when I noticed the page was stuffed but it still didint fix it.

    So I uploaded the original file but this hasnt fixed it eigther. Suggestions?

  3. #3
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by vivaraquel View Post
    i tried that and now my site is not showing correctly, so I wont be doing it that way. And I read about some download to use for editing text but it seems not to work properly eigther.

    If anyone does anything different , let me know cuz although i love this template, the text editing on it is truly trying my patience.

    Thank you.
    Unfortunately, I do not believe it has anything to do with the text editor or ftp. When ever you're trying out new tools, proceed with extreme patience until you better understand your tools and any new methods. You may have borked something while getting used to the text editor and/or filezilla.

    FWIW, I use jujuedit for my text editor, WinMerge for folder/file compare and contrast, and CuteFTP Pro (@ $60) for uploading/download files to and from the server.

    Other tools I find handy are:
    • HTML Search and Replace, $20, for searching for text across all my mods and zen cart core code. It does mass search and replace into wildcarded files and into subfolders. FWIW, I purchased a copy and love it!
    • AllFileRenamer, renames files with a variety of options, including subfolders. I've used this for a couple of years.
    • FileRenamer has a great variety of options and is incredibly powerful, free, $20 gets you UNDO and subfolder capabilities, which is all that I have been missing, plus other features, I think, but I don't know for sure because for subfolders, I use AllFileRenamer.



    Quote Originally Posted by vivaraquel View Post
    Ok, I am trying not to freeak out but it's getting hard. In admin > tools > define pages editor ... there is no pages to edit!!

    How this ocurred I don't know, I only just did what flax suggested with the define_main_page.php and I used an override folder which I deleted when I noticed the page was stuffed but it still didint fix it.

    So I uploaded the original file but this hasnt fixed it eigther. Suggestions?
    I seem to recall having this problem only one or two files were uploaded. Try uploading all the zen default files (see below) and whatever you've edited to [FONT="Courier New"]/includes/languages/english/html_includes/apple_zen/[/FONT]. Or if you've not edited any files in your admin folder, upload a fresh copy of zen-cart_1.3.8a/admin. Naturally, substitute your version fo 1.3.8a if necessary. One or the other or both ought to fix the problem.

    1. define_checkout_success.php
    2. define_conditions.php
    3. define_contact_us.php
    4. define_discount_coupon.php
    5. define_main_page.php
    6. define_page_2.php
    7. define_page_3.php
    8. define_page_4.php
    9. define_page_not_found.php
    10. define_privacy.php
    11. define_shippinginfo.php
    12. define_site_map.php


    Also, make sure you've selected Apple Zen as your theme via Admin > Tools > Template Selection. I seem to recall having some trouble their once. Looks like Apple Zen is selected but something is munged. I uploaded a fresh copy of Apple Zen, selected and verified it, and then uploaded my hacks.
    Last edited by molywerks; 25 Jun 2008 at 03:50 AM. Reason: added links

  4. #4
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for that. I am not new to filezilla, been using it for quite a while now so I know how to upload etc..

    I replaced the html_definitions folder and of course, I must redo all the info pages again. This time I will try a different text editor and see what result I get. I'd love to see things appear as they were written.

    Fingers crossed.

  5. #5
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Good luck.

    Purely informational this note is, and maybe you know already, but the reason Zen Cart's text editor is advised against is because it does not return code properly if you need to edit it again. This is the case across the entire admin panel. For example, if you hard code an ampersand or a space, [FONT="Courier New"]&[/FONT] and [FONT="Courier New"] [/FONT], respectively, it will write properly to the database or file, but if loaded to an admin panel screen from the database or file, it will return a non-standard HTML ampersand, &, or a regular space, [FONT="Courier New"] [/FONT]. Thus, many use text editors and FTP. Zen Cart devs should fix this issue or explain why it is like this. Maybe they have but I've not run across an explanation yet. Like Zen Cart, WordPress is PHP/MySQL-based and doesn't have this trouble.

  6. #6
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Ok so before I change it again, I used jujuedit and filezilla for the main page and this is what I get http://www.dreamevent.com.au

    How hard does it need to be to write up text?

  7. #7
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Something weird is happening with your CSS. When I view your home page, the text appears to be a default of a large serif. Then when I click some links, the pages appear to be in a default of a normal-sized sans serif. There is either some serious lag time for the custom CSS to be properly rendered or some sort of CSS issue causing oddness.

    If you have been working on CSS, another tool I use in developing sites is Web Developer, a very helpful Firefox Add-on. I'm not entirely up to speed with it but I it works great to troubleshoot CSS. Setting views of Information > Display Element Information and Information > Display Topographic Info have been invaluable for me.

    BTW, note that I am not trying to offend you or your skill level. I am (and may be) posting a lot of extraneous info here and there because I'm putting together a tutorial over the next week or two to hand off a Zen Cart site I developed for a client and will be coming back to the forum to grab my riffs. Thus, I'm somewhat trying to get in the mode of replying for lowest common denominator and thus am trying to assume a low skill level regardless of actual. Not the easiest thing to train HTML newbies let alone computer newbies. And I'm no skilled coder by any means. I've got a long way to go.

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by vivaraquel View Post
    Ok so before I change it again, I used jujuedit and filezilla for the main page and this is what I get http://www.dreamevent.com.au

    How hard does it need to be to write up text?
    Minor point:

    <div id="logo"> ... Art of E-Commerce " width="700px" height="140px" /></a></div>

    You should remove the 'px'.

  9. #9
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cartguin View Post
    Other tools I find handy are:
    • HTML Search and Replace, $20, for searching for text across all my mods and zen cart core code. It does mass search and replace into wildcarded files and into subfolders. FWIW, I purchased a copy and love it!
    • AllFileRenamer, renames files with a variety of options, including subfolders. I've used this for a couple of years.
    • FileRenamer has a great variety of options and is incredibly powerful, free, $20 gets you UNDO and subfolder capabilities, which is all that I have been missing, plus other features, I think, but I don't know for sure because for subfolders, I use AllFileRenamer.
    Thanks for sharing the list. The two File Renamer programs work excellent on my Win 2000 and will definitely come in handy. The 'sherrodcomuters.com' site also has a Sherrod FTP program which looks good but requires .NET Framework, which I don't have so cannot use.

    HTML Search and Replace I was already aware of and is an excellent program as well.
    Last edited by Website Rob; 25 Jun 2008 at 07:20 AM.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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