Search:

Search: Search took 1.00 seconds.

  1. Replies
    11
    Views
    1,205

    [CLASSIPRESS] Thanks rubencio! Your theme was a good...

    Thanks rubencio! Your theme was a good foundation. Glad I bought it!
  2. Replies
    4
    Views
    388

    Samcy This will disable the admin bar for all users...

    This will disable the admin bar for all users except for administrators.

    Add this to your functions.php file.



    add_action( 'init', 'blockusers_init' );

    function blockusers_init() {...
  3. Great start! You successfully installed...

    Great start! You successfully installed Classipress :) You may want to re-consider using yellow as a background though. It's hurtful to the eyes and decreases readability.
  4. Replies
    11
    Views
    1,977

    great start! I think you can do with a slightly...

    great start! I think you can do with a slightly smaller header though.
  5. good start man. I agree, the default Classipress...

    good start man. I agree, the default Classipress layout isn't a bad thing to use, just change out the colors. Also, please see image below. I was using Google Chrome when I viewed your site

    364
  6. Replies
    9
    Views
    928

    no digging that metal look. not friendly to the...

    no digging that metal look. not friendly to the eyes man. sorry.
  7. The mis-alignment is caused by the lack of...

    The mis-alignment is caused by the lack of characters in the post's description. Try this:

    open classipress/style.css

    find .ad-block .ad-right (at line 320)

    and change 'float: right' to...
  8. To remove for 'Just Listed' and 'Random' tab: ...

    To remove for 'Just Listed' and 'Random' tab:

    change (classipress/loop-ad.php - starting at line 37)

    <span class="folder"><?php if (get_the_category()) the_category(', '); else echo...
  9. Replies
    33
    Views
    4,075

    on Classipress 3.0.5.3, I got it to redirect by...

    on Classipress 3.0.5.3, I got it to redirect by doing the following;


    Open classipress/includes/forms/login/login-form.php
    At about line 14 change:

    function app_login_form( $action = '',...
Results 1 to 9 of 9