Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please reply here and mark the reply as private. (checkbox below tags field)
Only staff will be able to read and they won’t get lost.
Thank you
There is only 1 add-listing page and it works for all Custom Post Type.
The URL of the event add listing page is:
yoursite.com/add-listing/?listing_type=gd_event
for listings is:
yoursite.com/add-listing/?listing_type=gd_place
The link is automatically added if you follow the documentation previously provided.
Let us know how you went,
Thanks
The URL problem is because you also added Calgary as Category, which shouldn’t be the case.
Please provide wp admin credentials and we will ahve a look at theme compatibility.
Thanks
Hi,
in GeoDirectory >> Place settings
Double click on the address field and set the option “Show in listings page?” to YES.
Thanks
Hi,
this should answer your question: https://wpgeodirectory.com/support/topic/create-new-add-course-page/
Let us know,
Thanks
Hi,
this dashboard query is returning 500 Internal Server Error: http://www.welovehousesitting.com/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard
This one in the widgets page: http://www.welovehousesitting.com/wp-admin/admin-ajax.php?_widgets_nonce=b929ce386d
Seems like any ajax call is failing. This is a question to direct to your server admin though.
I believe GD has nothing to do with it.
Thanks
Please go to Settings >> Permalinks and select postname.
https://wpgeodirectory.com/docs/basic-installation/#permalink
Let us know if that fixes it.
Thank youHi,
please let us know if we can set this as resolved.
Thanks
Hi,
I believe that’s happening because your default software to open CSV in your computer is the browser.
Please download Open Office and make it the default application for that kind of files.
I’ve uploaded the CSV file.
Thanks
Please provide a URL, admin and FTP credentials and we will have a look.
Thanks
Hi,
just tested here with GD Booster active and I can’t recreate your issue: http://wpgeo.directory/
Please provide a link and admin credentials in a private reply and we will have a look.
Thanks
There is no option to do so, because that’s not its intended used.
You can hide the tabs with CSS though:
#menu-item-gd-location-switcher .geodir_location_tab_container dd.geodir_location_tabs[data-location="region"], #menu-item-gd-location-switcher .geodir_location_tab_container dd.geodir_location_tabs[data-location="city"] { display: none; }Thanks
Hi,
GD Booster could bring down that number to 1 css and 1 js file and there are no problems that we can’t fix about it and make sure it works on your website too.
It might be necessary to just exclude 1 file from the concatenation and in that case you’d end up with 1 css and 2 js which is still better than actual numbers.
I’ll move this in the GD Booster forum. Please provide a url and admin credentials in a private reply and we will have a look.
Let us know,
Thanks
Hi,
adding this code to your functions.php will print all geodir paramenters present in the $post variable on any of your detail page.
add_action( 'geodir_details_main_content', 'my_custom_action',35); function my_custom_action(){global $post; print_r($post);}Once you have rebuilt the template, you can echo them individually like this:
echo $post->geodir_email;More info here: https://wpgeodirectory.com/support/topic/change-layout-of-details-page/#post-40573
Every single function can be found in the codex.
Thanks
It is not possible. The script will only work on one of the two.
Thanks
-
AuthorPosts