Great and I just dropped off some flyers for that site today ...... no early night for me.
Great and I just dropped off some flyers for that site today ...... no early night for me.
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?
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.
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.
- define_checkout_success.php
- define_conditions.php
- define_contact_us.php
- define_discount_coupon.php
- define_main_page.php
- define_page_2.php
- define_page_3.php
- define_page_4.php
- define_page_not_found.php
- define_privacy.php
- define_shippinginfo.php
- 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
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.
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.
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?
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.
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.