Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
you don’t need to deactivate GD when updating WP.
It is safe to update to the newest version, make sure you also upload all addons and right after having updated them all, go to GeoDirectory >> GD Tools and run the Database convertion tool.
Make sure to have plugin and addons all updated before running that script or it will make a bigger mess.
Let us know how you went,
Thanks
Hi,
adding new 3rd party scripts can always result in new conflicts.
The increase of calls to your server are due to some files no longer being concateneated and other files that they weren’t loaded before, because the errors prevented it. Size increased for the same reason.
Stiofan is looking into the analytics script.
Thanks
Please check back now?
Rmeember to clear your browser cache before.
Thanks
We are looking into this, something similar to Yelp lists. It will take time before we release it though. It isn’t on top of our priorities right now.
Thanks
This should be fixed now.
Please check and let us know,
Thx
Hi,
deactivating the GeoDirectory Buddypres integration addon, doesn’t seem to be solving the issue though, meaning it’s not causing it.
Did you try deactivating all GeoDirectory plugin to see if the problem persist?
Let us know,
Thanks
April 4, 2015 at 4:14 pm in reply to: Make an option to add ShareThis / social media buttons in blog posts #36164Hi,
you can try this code snippet for that:
function my_add_post_content($content) { if('post' == get_post_type() && is_single()) { ob_start(); geodir_share_this_button_code(); $share = ob_get_clean(); $content .= '<div class="share-after-posts"> ' . $share .'</div>'; } return $content; } add_filter('the_content', 'my_add_post_content');Copy it in your theme functions.php file.
Let us know,
Thanks
Hi,
you could probably use something like woocommerce multivendor. You’d have to find a suitable front end submit product form.
Than add a custom tab and display each vendor products in their listing page.
Thanks
Hi Goakes,
we should be releasing new updates today.
Thanks
Hi Jakes,
as I explained in another topic of yours, WordPress allows only 1 user (author) to be associated with 1 post.
GeoDirectory does not change that.
I’ve found this plugin that (apparently) extend this option for WordPress (never tested it).
Unless you allow users in the WordPress backend however, it would have to be integrated with GeoDirectory to work from the front end too.
Presently I think it can only work in the backend. (WordPress normally doesn’t provide Front End submission forms.)
Thank you
Hi Jakes,
you can do that with the claim listing addon.
After activation user will be able to tell if they are the listing owner while adding a new listing. For existing listings they have to go through the claim listing process. You can also do that from the backend edit listing form on the right sidebar set yes where it says: Is Claimed.
Also make sure that in GD >> listing claims :
Show link to author page on listings? is set to YES.
Example: http://dropct.com/enfold/places/spain/comunidad-valenciana/elda/videos/okok/
see right sidebar below Owner Verified Listing.
Thanks
You are welcome! 🙂
Thank you for letting us know! 🙂
This should be fixed, it wasn’t a bug, but you had the compatibility plugin enabled. Since a couple of versions is no longer necessary, I’ve asked to the theme dev to note it in his plugin page, but he never replied.
I’ll try to remind him to write down that it is no longer needed.
Thanks
hi,
yes there is one and it’s called with this action
add_action(‘geodir_before_detail_fields’ , ‘geodir_build_payment_list’, 1);I don’t have an example yet on how to use it though. Stiofan is working full time on documentation and it shouldn’t take much longer before the codex is finished.
Thanks
-
AuthorPosts