Search:
Search took 1.00 seconds.
-
You need custom coding for this. You can try the code bellow, put it into your own child theme or get the WordPress Code Snippets plugin
function replace_listing_meta() {
remove_action(...
-
You should ask your web host to take a look at the server logs. No idea what could keep you away from posting ads. If you didn't modify anything lately, you should ask them to investigate, maybe the...
-
You can put it within ClassiPress - Settings- Advertising ...
You could create a HTML widget and put it in any widgetized area of the theme
Or you could get an advertising plugin and see which...
-
The problem is that mobiles don't have a mouse pointer to hover over the links.
For desktop, you take the pointer, hover over that link and the menu expands giving you the option to click on...
-
The Map and the Geocoding test are not linked together. Map address is hard coded in San Francisco, it only fails to load if the API Key is broken.
-
If you manage to redirect the old domain to the new one properly, visitors coming from Facebook won't see broken links. Better ask your web host for support on this one.
-
ClassiPress 4.1.6 is just a minor bug fixing release. We're waiting for the 4.2.0 version.
-
I would not recommend it, but there is a plugin which offers this: https://marketplace.appthemes.com/plugins/anonymous-posting-for-classipress/
-
Try this ....
@media screen and (max-width: 39.9375em) {
section.home-cover.entry-cover header h2.entry-title {
display: none;
}
}
-
Its not possible unless you find some WordPress plugin that could help in this direction.
-
The fix is available in the development build, you can download it from your AppThemes account and manually upgrade your site.
I don't know exactly when the stable build will be released.
-
Hi lindaweiss,
you are not alone. I have the same issue. But I found it out whilest trying to add already uploaded images to an ad logged in as admin in the backend. It's the same problem here. The...
-
Hello @lindaweiss!
You can get rid of the user banner image input by adding a special filter:
add_filter( 'cp_allow_listing_banner_image', '__return_false' );
Add this code to a...
-
Hi @lindaweiss!
Please find the clarification in the similar thread https://forums.appthemes.com/help-using-classipress/maps-cannot-find-location-100395/page-2/#post425234
Good Luck!
-
You'll have to be more explicit, give us more details, screenshots or live link would help us understand your questions.