Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Using Firebug to make changes.....

    I'm finally getting the hang of using firebug to find where codes are located and make changes to things. What I don't know now though is how to save those changes and upload them to the server from there.

    Also, I just realized that the changes I made to my specific page will not necessarily change on all product pages, correct? If not, how would I find where to go to make it appear this way on all product pages that are created?

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

    Default Re: Using Firebug to make changes.....

    Remember that the changes you make while using Firebug are OFF-LINE changes.

    For example, when working with CSS, You need to COPY the new code you create, open the css file on your server, and PASTE in the changes.

    What I usually do is copy the entire off-line stylesheet, and create a NEW stylesheet.css. Then I back-up the original stylesheet on the server and FTP the new one.

  3. #3
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    Quote Originally Posted by fairestcape View Post
    Remember that the changes you make while using Firebug are OFF-LINE changes.

    For example, when working with CSS, You need to COPY the new code you create, open the css file on your server, and PASTE in the changes.

    What I usually do is copy the entire off-line stylesheet, and create a NEW stylesheet.css. Then I back-up the original stylesheet on the server and FTP the new one.
    Ahhhh yes, that's right! I'm a little confused about what you are saying regarding backing up the original and FTPing a new one though.

    I have found my stylesheet in filezilla. Are you saying that I should now create a directory under that and paste the new CSS from firebug? Or open that stylesheet and paste the new css from firebug directly into it? Then how would I save it? Or are you suggesting saving the current CSS stylesheet into a word document or something similar?

    Sorry for my ignorance. I'm really trying to figure this out!

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

    Default Re: Using Firebug to make changes.....

    When you open Filezilla (or any FTP program) you will see TWO display panes.

    In a default situation ONE of these panes displays folders and files on your LOCAL computer, and the other shows the files on the REMOTE computer.

    The point about backing up is academic... I'm in the habit of making sure that BEFORE I commit any edits to a file (and that may include a completely NEW file) I make a backup of the original. So if I make a stupid mistake (like FTP a *.css file in Binary instead of ASCII), then I have a backup of the original...

    ... One thing you learn quite quickly when fooling with php files is to make backups BEFORE you tinker... (in my case, through bitter personal experience!)

  5. #5
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    Got it. Thanks =)

  6. #6
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    What am I doing wrong here? I made the changes in firebug, but I made them in the HTML. I thought that if I then clicked to the stylesheet that would keep those changes. I uploaded the new stylesheet, but it didn't change the things I did in the HTML portions

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

    Default Re: Using Firebug to make changes.....

    You must use a PLAIN TEXT EDITOR to edit CSS and PHP files. You are not editing "HTML".

    There are some good FREE Plain Text Editors on the WWW.

    Such as CRIMSON EDITOR and NOTEPAD++ (not notepad, but notepad++)

  8. #8
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    Quote Originally Posted by fairestcape View Post
    You must use a PLAIN TEXT EDITOR to edit CSS and PHP files. You are not editing "HTML".

    There are some good FREE Plain Text Editors on the WWW.

    Such as CRIMSON EDITOR and NOTEPAD++ (not notepad, but notepad++)
    Oh goodness, there's SO much to think about!

    So the HTML on firebug is useless?

    Going to download one of those now and see what I can do with it....

  9. #9
    Join Date
    Nov 2008
    Posts
    230
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    Ok, now I'm TOTALLY confused! Does this not work with the firebug at all? Do I copy and paste something from FB into the CE and go from there? HOW do I use these together?

  10. #10
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Using Firebug to make changes.....

    1) Using your FTP program, download a copy of your stylesheet to your local computer. Rename it to something (like stylesheet.old).

    2) Using Firefox and Firebug, make your changes.

    I don't use Firebug. I have the web developer addon. I think they're about the same.

    3) right click on the stylesheet in Firebug. You'll get a little popup menu. Click on "select all". Everything in the stylesheet window will be highlighted. Press ctrl and c (letter c) on your keyboard at the same time.

    4) Open a new file with either Notepad++ or Crimson Editor.

    5) Paste what you copied into it (press ctrl v (the letter v)).

    6) Save the file as stylesheet.css

    7) upload (FTP) it to your website and overwrite the stylesheet.css that you downloaded in step 1.

    Your changes should be permanent.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 using firebug
    By ken1 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 May 2015, 08:46 PM
  2. When using Firebug, which stylesheet is being referenced?
    By sofasurfer in forum General Questions
    Replies: 4
    Last Post: 7 May 2011, 06:44 PM
  3. newbie/ using n editor to make some changes
    By Didee in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Jan 2009, 11:35 PM
  4. Using Firebug to Help With Development Tool Kit
    By ScriptJunkie in forum General Questions
    Replies: 5
    Last Post: 13 Sep 2008, 10:01 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