Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] Easy, Go to classipress>includes>admin Edit...

    Easy,

    Go to classipress>includes>admin

    Edit admin-style.css line 123

    change: #ui-datepicker-div {font-size:12px;} to #ui-datepicker-div {font-size:12px; height:330px;}

    Nathan!
  2. [SOLVED] Hi ddashwood...

    Hi ddashwood.
    I have been working with the Lead Dev, trying to figure this one out... Turns out it is caused by having a space after the commas that are between the field value options. There should...
  3. Replies
    26
    Views
    2,101

    You can use redirects only on the submit page so...

    You can use redirects only on the submit page so that they can still see the site except for the "post ad" page.
  4. Replies
    33
    Views
    4,081

    Weasel's redirectuion plugin doesn't work out of...

    Weasel's redirectuion plugin doesn't work out of the box.

    Easiest fix is to edit theme-login.php in the 'includes' directory (in 3.0.4 anyway)

    Look for:

    return get_bloginfo('wpurl');
    ...
  5. Replies
    20
    Views
    1,553

    [SOLVED] Easy fix. Find this code on or near line 82 of...

    Easy fix.
    Find this code on or near line 82 of file tpl-profile.php

    var strength = passwordStrength(pass, user);

    Replace it with this code that has the fix:

    var strength =...
  6. Replies
    11
    Views
    1,037

    [MOD NEEDED] You can define the number of posts in your...

    You can define the number of posts in your index-directory.php.

    Look for this part in line 100 or so


    Here you can add , 'posts_per_page' => 15 (number of posts you want to display) to the...
  7. Replies
    33
    Views
    4,081

    Re: Redirect user to dashboard after login

    I just use a plugin called Peter's Login Redirect.
    Then configure it for the Contributor to redirect to http://www.myurl.com/dashboard/

    Works well for me.
Results 1 to 7 of 7