Simone
Forum Replies Created
-
AuthorPosts
-
Hi Josh, when you submit a listing in a given city (let’s say New York), this will already be displayed to all the users in the New York area (if they allow to share their location.
Also, there is the “Near me” feature, so if the user will click the Near Me button, he will see all the listings sorted by distance.Hi, there isn’t a pre-made solution for this, you can use Woocommerce multivendor but it will require few customizations to create a marketplace where users can sell their products, about the classifieds you can create a custom post type and create ad-hoc custom fields.
This reply has been marked as private.Hi Peter, I’ve disable the Visual Composer for the gd_place (it wansn’t deactivated) and tried to insert the iframe code into a test listing, inside the special offer tab (I can’t see any other custom field). You can check it , the listing is “test iframe”.
You can deactivate Visual Composer for the post type gd_place, go in your settings and untick “gd_place”
edit: i’ve disabled it for you, and tested the iframe (look into the other topic)
I dont know exactly what’s going (or how to fix it) ,it is a javascript conflict I guess.
About the logo showing a thumbnail you can try to add this in the style.css inside your child theme folder,
.geodir-custom-post-gallery { width:100%; }
but it could have consequences in other GD galleries, maybe.
once you publish a listing, you will find the images in the media page (wordpress) and so in wp-content/uploads. By the way, the plugin Visual bakery is creating conflicts, I wasn’t able to publish a test listing with that plugin enabled.
It is unresolved now, (devs will look in the project management section ) 🙂
Hello, I don’t know if some email notification could be enabled (maybe with some third part plugin). If you want to include your listings/events into your RSS, add the following code in your functions.php inside tour child theme
function my_rss($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array('gd_place', 'gd_event'); return $qv; } add_filter('request', 'my_rss');
Hi, please post your login details in a private reply so we can have a look, thanks.
Hi, could you please post url , login details and the steps you take in order to reproduce the issue?
Hello, many of your GD plugins are outdated, please update them and try again.
Hello, add the following code inside the functions.php (in your child theme)
add_action( 'geodir_add_listing_page_title', 'geodir_add_listing_page_title_custom',10 ); function geodir_add_listing_page_title_custom() { echo "your text"; }
Change “your text” to whatever you want
February 25, 2015 at 8:23 pm in reply to: "GD Listing Content Section" and Wrong char/word count #32069Hi, when setting the “Post Content excerpt character count :” will truncate the excerpt/description, what is it supposed to do?..
If you do that, the blog page will be a simple page and will not list blog posts in it (that’s the reason of using the above plugin)
-
AuthorPosts