Forum Replies Created
-
Author
-
MicheleParticipant
The Adv Search is affected by this code that Geo Directory added:
function _geowp_dequeue_maps_api() {
wp_dequeue_script( ‘google-maps’ );
wp_deregister_script( ‘chosen’ );
if(defined(‘GEODIRECTORY_VERSION’)){
wp_register_script(‘chosen’, geodir_plugin_url() . ‘/geodirectory-assets/js/chosen.jquery.min.js’, array(), GEODIRECTORY_VERSION);
}
}
add_action( ‘wp_print_scripts’, ‘_geowp_dequeue_maps_api’, 100 );When I remove the code and leave the plugin active, the search works…so I am assuming its an issue with the dequeue function… Not sure how to fix this. It seems like the advanced search is loading with the google geo my wp map. Can we change that? Perhaps that is the fix?
Michele
MicheleParticipantLaura,
I played around with this a little more this morning. I turned off my plugins one by one. The Advanced Search is having a conflict with the “Code Snippets” plugin that the team over at Geo Directory installed since I was having a compatibility issue with geo my wp for the members directory and geo directory for my places.How do I now fix this compatibility issue with the advanced search and the code snippets plugin?
Do you have a code snippet similar to Geo Directory to resolve this issue? I need the code snippet to have Geo Directory work with Sweetdate/geomywp.Michele
Michele
MicheleParticipantHi Laura,
I am revisiting this as an option to get the multiple age fields searchable on my site.I tried implementing the steps to get the advanced search working and ran into a little road block.
I got the advanced search tab to appear just fine, but nothing happens when I click to open it.
I also took your advice to utilize the BP Search plugin to create a new form to include the age fields in the search as a range.
The Bp Search form I made works great… Now I just need to use it as the advanced search.
How do I add the shortcode to the advanced search?
Any suggestions as to why the advanced search isn’t working?
Do you think you could go into my site and add the advanced search code again? Perhaps you did something that I am missing….Perhaps the recent installation of Geo Directory is messing with it??
Cheers,
MicheleMichele
MicheleParticipantI did try the advanced search and got it to work a while ago. Does the advanced search still tie into the “match” system? And can I put an age range in the front homepage form?
Michele
Michele
September 20, 2016 at 20:44 in reply to: Change the “Serious dating with Sweet date Your perfect match is just a click away” text in the search/reg form? #136697MicheleParticipantThank you! I found it before your reply but, I marked your reply as the solution.
Michele
-
AuthorPosts