Search:
Search took 1.00 seconds.
-
I already bumped the feature request ticket relating to it.
- Jomark
-
Per development log, the devs are still working on the 22 open tickets before the next version release.
Theme development is ongoing but in a restrained pace due to the current global condition....
-
You should upgrade everything, fixing files here in there may result in other bugs.
The file we're talking about here is in includes/plupload/app-plupload.js
-
Put this into WordPress - Appearance - Customize - Additional CSS ...
.featured-label {
vertical-align: top;
}
-
Classipress 4 is a new release. We will fix any outstanding bugs via the small releases. In the meantime, if you want to keep using classipress 3 thats fine.
I am also, thinking that we may create...
-
Artem fixed this in the development build. Let me know if you find other issues.
-
That's not an easy task, you would have to edit a core file (includes/actions.php ~ line 1040) which I do not recommend as it would be overwritten on future theme updates.
-
It is in includes/search.php ~ line 193
-
Only shows up if post has no tags / no category.
Has been fixed in the development build.
Thanks for reporting.
-
You can try something like this in functions.php (did not test it)
add_action( 'template_redirect', 'cp_redirect_visitors' );
function cp_redirect_visitors() {
if ( is_page('create-listing')...
-
If you just want to remove the random password that wordpress puts in there, you can try to add this to functions.php
add_filter('random_password', '__return_false');
-
function remove_sold_action($actions) {
unset($actions['set_sold'], $actions['unset_sold']);
return $actions;
}
add_filter( 'cp_dashboard_listing_actions', 'remove_sold_action' );
-
Hi weiching,
yes it's possible. I'll try to make it this week.
Thanks,
Roi
-
Hi Weiching,
Sorry for the delay, I've been extremely busy Sunday - Tuesday.
I've gone ahead and updated the plugin now in the marketplace, and I've gone ahead and added better support for...
-
Hi Weiching,
I have setup WordPress 4.2.9 on my local server.
I also have ClassiPress 3.4.1 installed.
I've made fixes to the plugin and it now works on these really old versions.
The issue...
-
The current version does not have a translation file - I will add this in the next couple of days.
I will need to download ClassiPress version 3.4.1 and test it - I will do this tomorrow and let...
-
-
Free Download Link:
http://sreethemes.com/downloads/coolclassi-classipress-free-childtheme-download/
Features:
– Simple and elegant design which give users a clear view of webpage. * * * * * *...
-
Hello
I think I answered this question time ago, but later I posted in my blog a better solution to avoid edit the classipress core files, check this out:
...
-
Try to replace the => with =>
-
Hi all, you can see change recapcha v2 with your languages please look that :)
Go to files classipress\includes\recaptcha\class-recaptcha.php
open class-recaptcha.php with notpad (suggets notepad...
-
I'm going to update the ribbons plugin with the change I did on your site. It doesn't seem to break anything.
-
This has now been fixed in the dev build :)
-
Hi weiching,
I reported this to the dev to fix it.
-
Hi all, i can see the problem, let me inform the dev to fix it asap.