Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default main page or ez page override or auto fill in information

    My Problem is:

    When I work on the main page or the ez-page and I go to source, there are a lot of extra stuff added that I did not put there.

    This happens every time.
    things like 4 or 5 </font> or </strong>
    or even it will fill in an http:www that I have added to link a picture with a page.
    But when I leave source to look at the web page, and then return to source, there are even more added things like <p> etc.

    every new line will have added to it the http:www page that I only put on one picture.

    How can I stop the zen cart from adding these extra symbols?

    It makes my page look a total mess. And when I clean it up, and look back at source they are automatically put back in.

    Help me please turn off this function.
    Thank you Cordia
    www.sweetshimas.com
    sweetshimas######################

  2. #2
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    red flag How can I change the extra symbols added when editing EZ pages?

    Salutations

    The problem I am having, is when ever I work in Vile Manager and change the main page or the ez pages, there seems to be a automatic add extra symbols attached to the pages.
    Example.
    I might change a image, but when I push source, I find that the page now has many new items like 5 </fonts> in a row, or </strong> over and over added to the line.
    Also if I add a link to my image for example, when I click source, it will now have that link added to every line of my page.
    And I have to go clean them out of there, but when I check source again it is right back in place.

    Is there an auto correct that I can remove, in the admin setup?

    Please Help
    Thank you Sweetshi

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

    Default Re: How can I change the extra symbols added when editing EZ pages?

    Are you working in your server file manager? THat has been reported to corrupt files (as you are apparently finding out).

    The best way to edit a file is to FTP it to your home computer, edit in a text editor like Notepad++ or CrimsonEditor (both free from Sourceforge), and FTP back to your server.
    This takes some setting up, but once you have it going, it can be very fast to edit and re-edit a file, testing each time.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: How can I change the extra symbols added when editing EZ pages?

    You can turn off the HTML editor by choosing "Plain Text" from the editors list on your EZ Pages screen, and you can set your default preference for editor in Admin->Configuration->My Store->HTML Editor (set it to NONE or Plain Text). Then the next time you login to your admin that should be selected by default. You'll have to write all your HTML by hand then.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: How can I change the extra symbols added when editing EZ pages?

    Quote Originally Posted by gjh42 View Post
    Are you working in your server file manager? THat has been reported to corrupt files (as you are apparently finding out).

    The best way to edit a file is to FTP it to your home computer, edit in a text editor like Notepad++ or CrimsonEditor (both free from Sourceforge), and FTP back to your server.
    This takes some setting up, but once you have it going, it can be very fast to edit and re-edit a file, testing each time.
    Thank you GJH 42

    I have been trying to do that, but the problems is uploading the picture files.
    With tiny, I am having a terrible time uploading new picture, it just uploads what it wants,
    and I can not make new files WEA

    So I have been working in note pad, but again the problem is the uploading of pictures.
    Is there a special way to do that?
    Thank you in advance for your help
    I will keep trying.
    www.sweetshimas.com

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

    Default Re: How can I change the extra symbols added when editing EZ pages?

    You can use your FTP client to upload the image files to wherever you want them on the server. What are you using for FTP?
    I don't use an HTML editor, so can't comment on loading files with what you have running in your ZC admin.

  7. #7
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: How can I change the extra symbols added when editing EZ pages?

    I sometimes use an external HTML editor to compose the content of defined pages and EZpages, as I like the benefits of using a more sophisticated wysiwyg interface during the design procedures.

    When I am happy with the result, I toggle to source mode in the wysiwyg editor and copy the code only between the <body> and </body> tags.

    I also create new style classes and ID's during this process, making sure that the names I give them do not conflict with any that ZC already uses. Then I copy those, with their associated declarations, to the stylesheet.css file.

    Because EZPages and Defined Pages rely on the default header in ZC, the existing <base href="xxxxxxxx" /> means I use RELATIVE paths to the images. To assist in the design on the wysiwyg editor, I strip in that <base href> into the header of the page, so that the program calls the images from the live server while I work on the design. This does require that I first FTP the images to the folder on the server so that the relative paths are referencing the proper images.

    Again, when I'm happy with the result, I grab the HTML, and then "paste" it into HTMLArea (after toggling to HTML mode).

  8. #8
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: How can I change the extra symbols added when editing EZ pages?

    Hi Glenn

    I was just using the one give by hostmonster
    Do you suggest a easy to use one? for dummies?
    Thank you for your help
    PS Can you help me get the zcart tag of my web page www.sweetshimas.com

  9. #9
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: How can I change the extra symbols added when editing EZ pages?

    I use RELATIVE paths to the images

    Hi again Thank you for your help.

    But how do I upload them and where do I upload them?

    very confused.

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

    Default Re: How can I change the extra symbols added when editing EZ pages?

    Filezilla is a highly recommended (and free) FTP client that you can get from www.sourceforge.net.

    Images for your template should go in /includes/templates/your_template/images/ .
    Content images can go in the basic /images/ folder, or a new one like /images/ezpages/, or wherever you want - just keep them organized.
    Last edited by gjh42; 1 Apr 2009 at 11:20 PM.

 

 

Similar Threads

  1. v154 How can I add extra Define Pages?
    By Zappa Aviaries in forum General Questions
    Replies: 9
    Last Post: 17 Feb 2015, 03:14 PM
  2. v139a the length of the product name gets limited to 10 symbols when in Russian language...
    By Yaro in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 May 2012, 06:33 PM
  3. Extra Attributes when not added??
    By sweetikins in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 11 Dec 2009, 05:35 AM
  4. Can I make the price drop when item is added to cart?
    By manutd98 in forum General Questions
    Replies: 6
    Last Post: 24 Nov 2008, 09:33 PM
  5. Replies: 2
    Last Post: 23 Oct 2008, 06: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