Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Here is a snippet you can try. Add to functions.php or even better use the code snippets plugin:
/** * Fix Enfold theme Google map conflict. */ function gd_snippet_190216_enfold_fix_google_map_conflict() { if ( wp_script_is( 'avia-google-maps-api', 'enqueued' ) && wp_script_is( 'geodir-google-maps', 'enqueued' ) ) { wp_dequeue_script( 'avia-google-maps-api' ); } } add_action( 'admin_enqueue_scripts', 'gd_snippet_190216_enfold_fix_google_map_conflict', 600 );Where is the trouble, the frontend add listing page, or the WP backend editor?
August 9, 2019 at 12:18 am in reply to: Updating WP Geodirectory is causing the whole website to crash #502198Great progress! Glad to hear it.
It sounds quite locked down, and sufficiently.
Do make a new topic if there is something else we can help with.
This reply has been marked as private.August 9, 2019 at 12:05 am in reply to: Is there a way to turn off contact form per listing? #502195Try this CSS:
body.postid-414 a.btn.btn-success { display: none; }You’re welcome 🙂
Great!
You can explore all the options with the shortcode builder. Lots of buttons to press.
Random is not an option, though, but you can hide empty categories.
Please post complete details:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:August 8, 2019 at 11:54 pm in reply to: Updating WP Geodirectory is causing the whole website to crash #502190Your directory page is back up.
Is there another problem?
For the plugin updates, you can manually updates those by downloading them from the site here. Here are some instructions about how to do that:
https://wpgeodirectory.com/docs-v2/addons/installing-addons/#manual
August 8, 2019 at 11:50 pm in reply to: Woocommerce store affected by Supreme Director/Directory Starter 2.0.0.x Theme. #502189This reply has been marked as private.You will want to add the package ID into the appropriate column.
To see exactly how to do that, add a sample listing with the free and another with the premium listings then export.
See this for more information: https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#recommended
This reply has been marked as private.This reply has been marked as private.OK, to customize that widget, you want the file at:
geodirectory/includes/widgets/class-geodir-widget-single-next-prev.php
More information about customization is here: https://wpgeodirectory.com/docs-v2/faq/customizing/
If you need hands on help with that you can find it here: https://geodirectoryexperts.com
I made a note of both of these requests. You can always share your ideas here in the forum.
-
AuthorPosts