Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Stupid Editor Question

    Am I stuck with using a text editor for PHP stuff, or is there a way to do stuff in "wysiwyg" fashion? For HTML stuff, I've been using Kompozer...

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Stupid Editor Question

    There is an editor built in "html area" and modules for FCK and another.

    Select the editor at the beginning of a session and it will remain through that session or toggle it in the admin config my store I think

  3. #3
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    So, I can use the program itself to edit itself? Mostly what I'm messing with are things like tpl_checkout_success.php (just a file to list...), etc., and I've just been using a text editor, which gets a little old when you're trying tweak images of something...

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    No, not the app files themselves, you'll need something local like text edit, notepad or even dreamweaver if you must.

    BEFORE EDITING ANY FILE MAKE SURE YOU HAVE A BACK-UP
    and, preferable, you have a my_template override set up.

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    when you're trying tweak images of something
    Text editor to tweak images? Could you be more specific with exactly what you are wanting to do?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    Basically just wanting to move stuff around on the screen a little here, a little there...

    Layout, not image editing...

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

    Default Re: Stupid Editor Question

    You will generally use CSS in your stylesheet to tweak the image/page layout. If you have Firefox with its Web Developer extension, you can use the CSS > Edit CSS button to see changes instantly. Once you have it right, save the edits to your actual stylesheet.

  8. #8
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    Okay - installed that, and I can't figure out where in the stylesheet I need to edit to move the "buy it" box on the product info template...

    http://www.digitalenlarging.com/inde...products_id=11

    I'd really like to lose the border around it, and have it centered under the text... maybe have the button right next to the box, and make it wide... I'd think that'd get changed in the template override...

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

    Default Re: Stupid Editor Question

    Some of the product info page changes require moving clearly marked blocks of code in
    /includes/templates/your_template/templates/tpl_product_info_display.php, and others can be carried out in your stylesheet.

    Use the Information > Display Element Information button to find what classes/ids control the elements you are interested in. Change or add those in your stylesheet.

    The add to cart elements are separated by <br /> tags in the code, and you will need to remove some of those to get horizontal arrangement.

  10. #10
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Stupid Editor Question

    Okay - also found Firebug - I think that's a little more intuitive for me, altho it is a pain drilling down to the elements...

    What do you think?

    http://www.digitalenlarging.com/inde...products_id=11

    Turned off a bunch of stuff on the page, including the quantity box, then turned it back on, because I want folks to buy a half-dozen for their kids, employees, whatever.

    Can't figure out how to get it to center with the larger add to cart box, but on the side...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. stupid question...
    By jbnyc in forum Basic Configuration
    Replies: 11
    Last Post: 12 Sep 2011, 10:41 PM
  2. stupid question
    By him77 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2008, 07:42 AM
  3. Stupid Question
    By Mortenjan in forum General Questions
    Replies: 4
    Last Post: 22 Jun 2008, 06:04 PM
  4. Stupid question...
    By Acme Baby Co. in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Jun 2008, 06:45 AM
  5. Stupid question
    By dareu2forget in forum General Questions
    Replies: 2
    Last Post: 7 Dec 2006, 05:53 PM

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