Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
On mobile it will not auto load more but rather you have to search for the city.
Please let us know exact instructions on how to replicate.
Thanks
Hi,
please try this in your theme functions.php:
add_filter('geodir_detail_page_sidebar_content', 'geodir_detail_page_sidebar_content_order_myfix',10,1); function geodir_detail_page_sidebar_content_order_myfix($sort){ $elements_to_remove = array('geodir_detail_page_more_info'); $sort = array_diff($sort,$elements_to_remove); array_unshift($sort, "geodir_detail_page_more_info"); return $sort; }Let us know,
Thanks
Hi,
We get this now when trying to access your dashboard.
ERROR: The password you entered for the username jinxuetan is incorrect. Lost your password?
Let us know,
Thanks
October 29, 2015 at 6:13 pm in reply to: Drop Down Menus in GD backend "Design" area not working #58426Hi,
another customer had the same problem with that plugin the other day. https://wpgeodirectory.com/support/topic/problem-with-add-event-form-and-display/#post-58302
If you wish to keep using it, we can ask Stiofan to provide the same snippet he placed on the other customer’s website.
Let us know,
Thanks
Hi,
all CPT share the same template (listings page) and there are limited sidebars for it.
If you want to add specific widget for each CPT, you could use https://wordpress.org/plugins/widget-logic/.
For exmaple for Places you’d use
( 'gd_place' == get_post_type() )Thanks
Hi,
I’m not aware of anything similar.
Sorry about that..
There is no way to do that. When using the listings shortcode you can’t pair the listings with results on a map.
You must use the GD listings pages to achieve that.
Thanks
Hi,
I thin this is a theme problem.
The theme is trying to add options inside our custom post type categories, breaking GD image uploads for both the category icon and the category default image.
I don’t see any option on the theme settings page that would prevent that from happening.
The 1st think to try would be to quickly switch theme to a default wp theme to see if the problem persist, in that case it could be a plugin instead. (However I believe it is the theme)
If switching theme fixes the problem, then I think it will be easier for the theme author to help you on this one. You should ask him to provide an option to exclude Valenti Options to be added to plugin custom post type categories.
Let us know if this helped.
Thanks
You are welcome 🙂
You are welcome 🙂
This has been fixed and will be in next version.
Thank youYou are welcome 🙂
Probably with get_category: http://stackoverflow.com/questions/19961130/wordpress-how-to-get-parent-category-id
Let us know if this helped.
Thanks
We’ll do our best to include everything realted to our products.
Thanks
It means that in a near future, GeoDirectory will be usable via API just like WordPress using this: http://v2.wp-api.org/
We started working on it, however it requires a lot of work, so it will take few more months.
Once we are done with the API we will also develop a white label app for iOS and Android made with PhoneGap framework.
Thanks
-
AuthorPosts