Vladimire Calixte
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
I found a version of the code that does what we need! Thanks for your help.
jQuery(function($){
setTimeout(function() {
jQuery(‘.page-id-11488 .gd-search-field-cpt select.search_by_post’).val(‘gd_coach’).trigger(‘change’);
}, 150);
});When written this way, it still does not work.
jQuery(function($){
setTimeout(function() {
jQuery(‘.page-id-11488 .gd-search-field-cpt select.search_by_post’).val(‘gd_therapist’).trigger(‘change’);
}, 150);
});This reply has been marked as private.This reply has been marked as private.The issue was being caused by a session cookie being cached by varnish on the server. It is now resolved. Thank you very much for all your help!
This reply has been marked as private.When the theme is changed to Twenty Seventeen and when only the Geodirectory plugins are active, the problem persists.
By the way, at least one Geodirectory setting changed spontaneously with the theme change (navigation integration). That doesn’t seem like a good thing.
This reply has been marked as private.I have deleted the therapist records that were in the trash just in case… the problem persists.
That is fine for the category but as I said the original issue remains. When a visitor changes the payment option, all the custom fields disappear. Unless that is fixed we would be limited to a single payment option.
I have good very good news and also some bad news.
The PHP snipped is working. New therapists being added are getting put into the All Therapists category. As a bonus, the category is hidden on the front end and also in the admin area!
The bad news is that the original issue has not been resolved!
Also, when the category IS being displayed, I can’t edit it in the admin area; it will not save. But at worst, I will lose a handful of test therapists and will have to enter a few more.
I should probably have mentioned that I tried the radio button but it also was not selected by default. When I searched for how to do that, I only found info. about checkboxes. How do I have the radio button selected by default?
The category ID is actually 190 rather than 109. I have updated the script with the correct ID but it is still not working.
-
AuthorPosts