wendydunning
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] Plugin ConflictI think you’re ALL Genius with a BIG G. Thanks and fingers and toes crossed!!
Forum: Plugins
In reply to: [12 Step Meeting List] Plugin ConflictHey, no problem. Like I said- I didn’t know how big a change I was requesting and I certainly don’t want to make anyone’s job harder. I have checked into the child theme. Working on it!! Thanks for all you do-AWESOME.
W.
Forum: Plugins
In reply to: [12 Step Meeting List] Plugin ConflictSorry, I should have posted this before…
if (is_admin()) {
//dashboard page assets
if(isset($_REQUEST[‘post_type’]) && ‘tsml_meeting’ === $_REQUEST[‘post_type’]) {
wp_enqueue_style(‘tsml_admin’, plugins_url(‘../assets/css/admin.min.css’, __FILE__), array(), TSML_VERSION);
wp_enqueue_script(‘tsml_admin’, plugins_url(‘../assets/js/admin.min.js’, __FILE__), array(‘jquery’), TSML_VERSION, true);
wp_localize_script(‘tsml_admin’, ‘tsml’, array(
‘ajaxurl’ => admin_url(‘admin-ajax.php’),
‘debug’ => WP_DEBUG,
‘google_maps_key’ => $tsml_google_maps_key, //to see if map should have been called
‘mapbox_key’ => $tsml_mapbox_key,
‘nonce’ => wp_create_nonce($tsml_nonce),
));
}
} else {This change has fixed the problem every time in my case.
Forum: Plugins
In reply to: [12 Step Meeting List] Plugin ConflictI’ve actually had this problem with another plugin that uses a time picker as well. The author of that plugin suggested this:” The easiest, and quickest way, would be for the developers of that plugin to only enqueue their admin javascript on the actual pages that they need them”
I didn’t know how big a request this would be and the site I’m using them on needs both, so the guy told me which lines to put an “if statement” in there lines 38-49 of the functions.php file. I have been updating that every time this plugin gets updated, which BLESS YOU, has been very frequent recently – but it has been kind of hard to keep it updated on my end so that both work.
If it’s not too much to ask-with the next update- could that be done? I know you are working VERY hard to keep this plugin updated with the current health crisis evolving – just a request.
Might not even be the same problem, but I thought I would put my 2 cents worth in. thanks!
Forum: Reviews
In reply to: [12 Step Meeting List] BEST plugin everIn a BIG way Agreed ;>p
Forum: Plugins
In reply to: [12 Step Meeting List] Regular PageThanks much! At least I have an answer for these folks now!!
Thanks for all the hard work and have a good one!
W.
Forum: Plugins
In reply to: [12 Step Meeting List] PDFHey SanJose!! (I know that’s not your name, just kidding…)
I just wanted to let you know I finally figured it out without having to re-migrate or recreate. I can be like a dog with a bone!! Everything is working great now..Thanks again for the plugin.
Be safe,
Wendy
Forum: Plugins
In reply to: [12 Step Meeting List] PDFHey,
Thanks for getting back to me so quickly. I am actually having problems with both. I originally designed the site within my GoDaddy account. Then I used the WP migration plugin to move it. I think that’s where my problem originated. The GoDaddy version is still working so I started looking at individual files. Some of the php files are just plain empty on the migrated version. I have tried the vanilla solution of deactivating, deleting and reinstalling. That didn’t work. I know just enough about all this to get my self into serious trouble. If it wouldn’t be too much trouble can you tell me what specifically I need to delete to do a fresh install? I know you put a lot of time into this and I seriously appreciate any suggestions!!
Wendy
P.S. Sorry so wordy, but I figured the more information the better!!