Skip to:
Content
Pages
Categories
Search
Top
Bottom

Firebug


  • osasko
    Participant

    @osasko

    Hi

    I want to remove some things from my buddypress front page.

    I used firebug to indicate where each element is.

    Now my question is :if you want to remove things of your front page is it as simple as creating a child theme and just deleting these lines out?

    Example: on my front page there is a tab called “blog” and blogs”. So I would just delete the line that refers to “blogs” to remove it?

    As you can see I don’t have much knowledge on the subject and just want to make sure before I delete things at random.

    Thanks a lot for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Pretty much, yes.


    osasko
    Participant

    @osasko

    Thanks man.

    Just had a thought – Wouldn’t it be better to rather hide a line ? Just for in case I want to use it in future.

    If it is possible please let me know what you need to add to a line to just “hide” it. Maybe I want to use a function in future and it would then be easier to just delete those modifications instead of having to start for scratch. Just a thought.

    Not sure if it is possible..

    thanks


    Boris
    Participant

    @travel-junkie

    Just comment it out. If it’s within php tags then add // just after the opening tag. If you want to hide multi-line php code then wrap whatever you want to hide like this:

    /* hide this sentence */

    If it’s html you want to hide then use this:

    <!-- hide this sentence -->.


    osasko
    Participant

    @osasko

    Will do.

    Thanks for the quick response!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Firebug’ is closed to new replies.
Skip to toolbar