Paolo
Forum Replies Created
-
AuthorPosts
-
hi,
that normally happens when there is a problem creating the table automatically during plugin install. Very rare but it happens, reason why there is a troubleshoot button on the page.
Clicking on it solved your problem.
Thanks
January 11, 2016 at 5:24 pm in reply to: Can't save some Place Settings Custom Fields or add new fields. #67863Hi Derek,
the link : yoursite.com/wp-admin/admin-ajax.php?action=geodir_ajax_action&manage_field_type=custom_fields, which is the the ajax call that should save the new field is returning a 404 not found error.
This normally due to a server problem. In your case it looks like it doesn’t interpret the query vars correctly.
You should ask to your server support to assist with this.
Thanks
p.s. @dale you probably have a similar problem, yes, but it is not application related.
Hi,
sorry about that, I didn’t notice I was sending a link from a forum you had no access to. No you don’t need custom google map for this.
This is the reply that I linked:
The demo ones are specially made for GD.
If you want to make your own, look at this topic:
https://wpgeodirectory.com/support/topic/icons-4/#post-55610https://wpgeodirectory.com/docs/faqs/where-can-i-find-map-markers/
Thanks
Hi, no you can upload the po file.
Thanks
Hi,
I only see 6 categories on your home map and they all appear to be parent catgeories. If I’m wrong, please provide credentials and we will have a look.
Thanks
Thanks for letting us know 🙂
Hi,
the archive page and search result page are not actual wordpress pages. They are virtual pages and are controlled by template.
I’m not sure I understand what to yout to edit on them exactly?
Let us know,
Thanks,
p.s. read our support policy to know what to expect from us in terms of response time over the week end: https://wpgeodirectory.com/support-policy/
This in your functions.php should do it:
add_filter( 'login_url', 'my_login_page', 10, 2 ); function my_login_page( $login_url, $redirect ) { return geodir_login_url(); }Thanks
Hi,
that should be a question for WordPress forums.
DId you try to search on google?
I’ve found this example, did you try it?
https://codex.wordpress.org/Plugin_API/Filter_Reference/login_url
Thanks
Hi,
you have the footer inside the geodir_wrapper. Probably you are missing the action to close the wrapper before the footer.
But even if you move it out of it, it will not be 1349px wide. it will go full width like the header.
Let us know if this helps.
Thanks
You are welcome 🙂
January 11, 2016 at 4:16 pm in reply to: Schema Type for Custom Post Type – what is schema type ? #67847Hi,
Stiofan explained it in details:
it will have to be filtered from a plugin, below is the code to make the plugin, you can simply do a Ctrl + S and save this file and then add it to your plugins directory and it will add the schemas (it is imortant you keep the file name so it is loaded a-z and loads before the GD core)
You have to upload that file as a plugin and activate it.
Thanks
Hi,
yes that is possible, just enalbe the location filter option of the widget.
Let us know if this helped.
Thanks
Hi,
that should be visible already on top of the reviews. (see image attached)
Let me know if I misunderstood.
Thanks
-
AuthorPosts