Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I already answer that:
If you sort by random, featured listings will obviously NOT stay on top
Thanks
The developer of that plugin will know how to unenqueue that scrpt.
Thanks
Hi,
the cloud tag widget is part of WordPress not of GeoDirectory.
If you provide a link I will tell you what is affecting the font size on your website now.
Thanks
Hi,
I’m not sure I see any layout issue (firefox), but not knowing how the website looked until yesterday, I could be just missing to see the problem.
If you provide more details about it, maybe a screenshot showing the problem, I’ll let you know.
Thanks
Hi,
popular place in that case is a default widget title, that you can change to anything you want. If you want to get rid of it, just add a blank space in the title field.
If you want you can remove the entire list, just remove the widget.
The latest places in the sidebar is a widget too, so you can just remove it too.
You will find them in Appearance >> Widgets >> GD Home Top Section and GD Home Right Section.
More info about GD pages layout can be found here: https://wpgeodirectory.com/docs/layout/
Thank you
Hi,
we don’t have a plugin like that, I’m sorry.
I’ve found this plugin that can be used for regular posts, I’m not sure it will work for Custom Post type though…
Maybe you can ask to its author:
https://codecanyon.net/item/instagram-auto-poster-wordpress-to-instagram/17092110
There could be other similar plugins, I haven’t done such an extensive research.
Thanks
Hi,
in that case you will have to make connections between each site manually.
Each website is a completely separate entity.
Thanks
Hi,
If you want user to create extended profiles, I think BuddyPress at the moment is the only solution you have. We are building something that will provide a members directory and extended profile, but we are still few weeks (if not months) from having something released.
Thanks
Hi,
yes it is possible even without the payment manager.
Go to GeoDirectory >> Design >> Listings >> Show description field as editor (towards the bottom of the page)
Thanks
At the moment the page with invoices is not integrated within the BP profile.
I asked to the developers to verify and possibly add that feature too.
Thanks
November 26, 2016 at 4:30 pm in reply to: Event Add Listing displaying Places custom post types #311805If you decide to use the shortcodes instead of the auto generated add listing page, make sure none of the pages with shortcode is selected as the add listing page in GeoDirectory >> Permalinks.
I hope that answer to your questions of why we have the add listings shortcodes too.
Thanks
Hi,
the excerpt will always strip html tags. You’d need to replace all the code related to the excerpt with your own functions:
$show_listing_excerpt = apply_filters('geodir_show_listing_post_excerpt', true, 'listview', $post); if ($show_listing_excerpt) { if ( isset( $character_count ) && ( $character_count || $character_count == '0' ) ) { $content_out = geodir_max_excerpt( $character_count ); } else { $content_out = get_the_excerpt(); } if ( ! empty( $content_out ) ) { echo "<p>" . $content_out . "</p>"; } }This request is considered a customization and goes beyond support.
Thanks
2) what do you mean, we are hiding it or not?
3) the search directly on the map only search for title, it’s something related to the map only and is completely disconnected from the main search form.
Thanks
Great, thanks for letting us know 🙂
FYI, this is buddypress https://wordpress.org/plugins/buddypress/
Thanks
-
AuthorPosts