Search:

Search: Search took 1.00 seconds.

  1. I just used: ...

    I just used:


    #wp-listingeditor-editor-tools.wp-editor-tools{
    display:none;
    }

    It removes the top line with the tabs and the image upload part.
  2. Warning. This doesn't seem to work very well in...

    Warning. This doesn't seem to work very well in unless you have a fixed page width. I tried to find a way to make it work but gave up in the end. I'm sure I just missed out on a bit of CSS or...
  3. Replies
    7
    Views
    451

    Got it now..:-) This is the complete css for...

    Got it now..:-)

    This is the complete css for the sample:

    /* Custom fields */

    .listing-fields {
    border-top: 1px solid #CCC;
    }
  4. Replies
    1
    Views
    660

    PLUGIN - Add login/logout to the menu bar

    Hei,

    I've started looking at plugins and how to write plugins and found this neat little plugin code. It puts a Login/Logout on the menu bar. If you want this option, just upload the file to the...
  5. Replies
    12
    Views
    2,767

    Hey Pedro, I found a solution to this - I have...

    Hey Pedro,

    I found a solution to this - I have added the email address field under phone, twitter etc.

    Each steps lists the FILENAME the location of the file and what line to paste the code -...
  6. I managed to solve this one myself :biggrin: ...

    I managed to solve this one myself :biggrin:

    It involves editing only 3 files but finding the right ones was a pain - I will post my solution when I get a chance!
  7. It's in form-listing.php, about 20 lines down. ...

    It's in form-listing.php, about 20 lines down.


    <div class="form-field"><label>
    <?php _e( 'Title', APP_TD ); ?>

    You have to be careful with this though because unless you put that file in...
Results 1 to 7 of 7