Kiran
Forum Replies Created
-
AuthorPosts
-
Hi,
Both “@Sponsored Home page” & “Sponsored Home page” are different tags. I don’t find anything wrong here.
All event tags will be found at Events > Event Tags. If you find any tag unrelated then delete it. Deleted tag will not come in autocomplete search.Let us know if i am missing something.
Kiran
Hello,
BPS Pro Tech Support says turning JTC off because another plugin is breaking it is not a solution/fix. They added that ALL plugins that offer minification/compression HAVE PLUGIN OPTIONS to either disable or turn that off or create exclude rules for certain .js scripts.
I am not sure how & which JS affecting here from GeoDirectory plugin. We have not any compression/minification functionality in our plugin that minifies/compresses .js scripts.
If you point out which JS breaking the CAPTCHA then let us know we will fix it from our side.
Thanks,
KiranTry to disable non GD plugins and see if any effect in speed. Let us know how it goes.
Kiran
Try this:
$tag = 'museum'; geodir_save_post_meta( $post_id, 'post_tags', array( $tag ) ); wp_set_object_terms( $post_id, array( $tag ), get_post_type( $post_id ) . '_tags' );Replace “museum” with your own tag.
Add tag just as normal.
Go to admin > Events > Edit event that you want to display > add tag to event (in Tags metabox at right sidebar) > Save
Hi Vlad,
You have put .mo/.po language files at /wp-content/languages/plugins/, /wp-content/languages/geodirectory/ & at /plugins/geodirectory/geodirectory-languages/. Which one contains most recent translation strings?
Use most recent .mo/.po files at /wp-content/languages/plugins/ and remove from other places.
Let us know how it goes.
Kiran
This reply has been marked as private.Hi Carol,
There is JavaScript error “Error: Syntax error, unrecognized expression: [typed id=’4200′]” repeatedly on the pages, and seems it is breaking the images loading.
Did you have any custom code to customize header? Try to disable that code. I am posting whole snippet in my next reply that has JS error.
Let us know.
Thanks,
KiranHi Jen,
Sorry, but thing you asking is not possible without customization. 🙂
There is a package_id field CPT detail (xxx_gd_place_detail) table you can use it for sorting.
Kiran
Hello,
It is not possible without core customization. But you can manage as @ayecode_alex said.
Ex:
[gd_listings post_type=gd_event layout=2 listing_width=100 character_count=140 post_number=1 with_pagination=0 event_type=”upcoming” tags=”museum”]add any unique tag to the event that you want to display.
Kiran
Hi Jeff,
Use can manage it via hook. Here is hook that you can use to filter “No listings found ….” https://wpgeodirectory.com/codex/codex/geodirectory_filters/geodir_message_listing_not_found/
Thanks,
KiranHello,
Thanks for explaining. We are using standard WP method to assign tags to the listings. The tags created via WP standard functions.
So you should use hook that skip adding tag during submitting post.Let us know.
Thanks,
KiranHello,
1. Context: I am on the Dutch version of my website and visit a listing, I then click on ‘business owner?’ (in Dutch ‘bedrijfseigenaar?’). Instead of continuing in Dutch, the site switches back to the English version of the page. I did translate all the texts in WPML > String Translation > geodirclaim. How to solve this?
If listing has duplicate translation then it only claimed from source language.
If listing is created in EN language and duplicated in NL language then it only allowed to claim from EN language. Because wpml duplicated listing not allowed to claim.Kiran
Hello,
Can you explain more want you what to achieve with this code? Code you posted above is looks buggy. Please post function code using “code” tag in a reply.
You have not attached screenshots in any of your reply.
Kiran
No there is no such limit to display listings on map.
-
AuthorPosts