Here's the first step: https://thewpguru.com/adding-admin-editable-users-types-in-classipress/
This shows you how you can add 2 different 'badges' to your site.
I may look at doing a follow-up...
Here's the first step: https://thewpguru.com/adding-admin-editable-users-types-in-classipress/
This shows you how you can add 2 different 'badges' to your site.
I may look at doing a follow-up...
Take a look at this thread ...
For the avatar alignment ...
add this to WordPress - Appearance - Customize - Additional CSS
img.avatar.alignnone {
margin: 0;
}
You should leave a 2nd (WordPress) theme in place... there's no harm to it but it may help if you run into any issues with the current theme and you're unable to access the admin area.
Yes, that's how it generally works. Make sure you backup first both files and database...
The plus sign can be appended as shown in the above screenshot. If you want the top custom menu links to look like buttons, you need to add the button class to those links. Following code should...
Hi, there is a widget in appearance>widgets>rss you can use for this.
hi gremminger
you got it right. which is little confusing because there is no special bump pack buy page.
there are 2 flows. if use has bump credits or doesn't.
1. user doesn't have bump...
Good catch, i see it too, i notified the developer about and waiting for his response.
Also... I'd check that you have Gravatar enabled in your wordpress settings too.
SETTINGS > DISCUSSION
15373
- - - Updated - - -
Ahhh glad to hear you've got it sorted :)
Yes I think we're talking about the same thing.
If you go to CLASSIPRESS > SETTINGS > LISTINGS there should be checkbox for enabling Gravatar.
15371
They work on my site... see below:
...
Hi guys, just in case this helps anyone - this is what I did to get the sold ribbons for 3.5.3
Single Add Listing
--------------------
Add the line under the div 'mainpic' in the file...
Now found in the content-ad_listng.php file
Hi Holger,
Now I know what you mean however this will involve code customization to implement. I will try to check the involved codes to see if it can be easily done.
Anyway, I am moving this...
Hi gremminger,
Yes it is the same process as you can find in the tutorials here http://www.appthemes.com/support/languages/. It is a bit complicated but it is the recommended way since the...
Hi all,
I posted this solution/tutorial in another thread for a user who asked about it, but thought I'd create a separate tutorial thread so that it is easier for others to find, should they...
OK now I've tested it.
here is what you can use:
<?php
$images = get_posts( array( 'post_type' => 'attachment', 'numberposts' => -1, 'post_status' => null,...
ok, solution finded and work
The solution is:
Open /wp-content/themes/classipress/includes/functions.php and find the below line:
PHP Code:
$geocode_url = add_query_arg( array( 'sensor'...
You're correct and thank you! Cleared all in my Chrome browser and the slider works as expected.
Hi,
When using category with apostrophe (') I noticed on category submission on the review step there is a slash added to it.
This will probably happen for more characters like quotation mark...
I must be posting invisible posts.
Hi hpvs15c,
I resolved my problem using a radical solution. I removed the lines 128 and 129 in emails.php file. This removes the option that you enable or disable the notification about the...
Hi talent,
No, I don't want to display the custom fields themselves. As gremminger said, I am trying to create additional loops that will only display listings with a specific custom field which...
Try this. It works brilliantly. https://wordpress.org/plugins/custom-taxonomy-order-ne/
gremminger is right and other one more things if automatic prune not work used manual pruning
Classipress-> Settings-> Advanced-> "Run Ads Expired Check"
Please see this:
In your case I think maybe:
$args['custom_fields']['cp_specifications'] = 'cp_specifications';