Search:
Search took 1.00 seconds.
-
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!
-
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...
-
You can use redirects only on the submit page so that they can still see the site except for the "post ad" page.
-
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');
...
-
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 =...
-
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...
-
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.