Now you can try the code below via Additional CSS (WP Admin>>Appearance>>Customize>>Additional CSS);
.m-large-6 {
width: 50%;
display:none;
}
Now you can try the code below via Additional CSS (WP Admin>>Appearance>>Customize>>Additional CSS);
.m-large-6 {
width: 50%;
display:none;
}
This will create a situation where a logged-in user logs out and then can't find the login page when he tries to log back in again.
I have no overall idea how you have things set up, so you might...
I will run it on my install to test then I will get back to you.
- Jomark
I did not find any issues with it on my test site but I will check the threads for similar concerns.
- Jomark
It is possible to add but will require code customization to implement. However, I can log a feature request ticket for it so the dev team can evaluate it for implementation.
If it is a immediate...
Add this to apparance / custom css:
.widget .widget-title {color: #ffcc33;}
.textwidget {color:#ff0000;}
Change the colors to whatever you like. I tried it and it works, demo can be seen at...
I believe the simple plugin allows you to bump it to the top with a click of a button. The manual route ... you would need to modify the date, the expiration, etc
Left unchecked, ads will remain live but marked as expired. If enabled, ads will be taken offline (not deleted). Frequency can be set via the cron job option on the advanced tab.
21743
I'll open a ticket, we'll see if or when this gets implemented.
Not without modifying a bunch of core files ...
You can modify the translation and write more info in there.
I submitted a ticket for devs to consider adding the feature within the core.
Only on those marked as sold
Here it is ... put it inside WordPress Code Snippets plugin.
function disable_report_function() {
remove_action( 'cp_listing_single_bar_actions', 'cp_report_listing_button', 45 );
}...
Yes, it is.
No issues detected so far and unit tests pass well.
You can add a filter in functions.php or WordPress Code Snippets plugin ...
You don't have to pay unless your current traffic quickly consumes the free share.
With ClassiPress 4.1 there is support for some alternative Map providers. You can get the plugins from here.
I'll ask, see if there's something we can do about this.
Best way is to create your own child theme and then copy parts/content-edit-profile.php file to the same folder in your child theme and remove the appthemes_media_manager code.
Maybe the widgets are not there? go to ClassiPress - System info - Default widgets - Restore
Can you please open support requests within the "Help using ClassiPress" forum? This one's for Community support.
As for the question, you need to add it within the top bar menu, see attached...
The new ClassiPress is very close to being released. We are just in the final stages of testing and creating documentation.
Are you referring to the "ads" slug? You cannot remove it but you can modify it in WordPress - Settings - Permalinks
Rather than delete any code, I'd advise to just hide the display of it using css.
Just add the following to the custom css in the Appearance->Customizer - Additional CSS
.dashicons-before.clock,...
That would require customising the core CP files. Not recommended due it being overridden upon updates. So I would keep a list of changes you make to core files so you can add them back in after each...