micahjsharp
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Site is Experiencing a Technical IssueHi @d0153, yes I have not seen the error for 2 weeks so it is looking like things are okay now. Thanks.
Tobias, you were right, I don’t know why, but our functions.php was not using the default built in jquery and trying to load our own version. I will try changing it to using wp_enqueue_script(‘jquery’) to keep the built in version and see if that has any problems.
Was this:
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', '/../_/node_modules/jquery/dist/jquery.js', array(), 123);Switched to this:
wp_enqueue_script('jquery');
- This reply was modified 1 year ago by micahjsharp.
- This reply was modified 1 year ago by micahjsharp.
- This reply was modified 1 year ago by micahjsharp.
Thank you Tobias, I will try that.
Hi there, I finally managed to update my jquery distribution from 3.4.1 to 3.7.1 but I still appear to get the same error, only when I check the box to “Enable Visitor Features” (Offer the following functions for site visitors with this table:). Can you think of anything else that might be causing this problem? Thank you.
Forum: Plugins
In reply to: [ACF Photo Gallery Field] Add Images button doesn’t workI am able to duplicate pretty easily, but I am also using ACF version 6.2.1, not sure if that matters. On my test setup I have jquery 3.6 installed rather than 3.7, also not sure if that matters.
Forum: Plugins
In reply to: [ACF Photo Gallery Field] Add Images button doesn’t workI am having the same experience. In the console I’m seeing this error if it helps.
Uncaught TypeError: Class constructor D cannot be invoked without ‘new’
at HTMLButtonElement. (acf-photo-gallery-field.js?ver=2.5:104:25)
at HTMLDocument.dispatch (jquery.min.js?ver=3.7.0:2:39997)
at v.handle (jquery.min.js?ver=3.7.0:2:37968)Forum: Plugins
In reply to: [The Events Calendar] Site is Experiencing a Technical IssueHi Darian, I updated to 6.2.3.2 yesterday hoping that would make a difference. Since the emails related to a technical issue only comes a couple times a week, I’ll have to wait and see if that solves it. Thank you for the response.
Micah
Thank you Tobias, I appreciate the response and suggestion. I’ll look into that.
Micah
Forum: Plugins
In reply to: [WP Search with Algolia] Error on upgrade to 2.5.0 from 2.3.1Updating my code to use the namespace fixed the problem.
$client = WebDevStudios\WPSWA\Algolia\AlgoliaSearch\SearchClient::create(
$this->application_id,
$this->api_key
);Thanks again.
Forum: Plugins
In reply to: [WP Search with Algolia] Error on upgrade to 2.5.0 from 2.3.1Thank you @tw2113 I’ll try updating the namespace with the new prefix and see if that solves the problem. Appreciate the help.
Regarding the two files (located in /plugins/wp-search-with-algolia/templates), if composer doesn’t update those to 2.5, shall I do that manually? Thank you.
- This reply was modified 1 year, 7 months ago by micahjsharp.
Forum: Plugins
In reply to: [The Events Calendar] ‘Tribe__Events__Query_Deprecated’ not foundThank you Darian. I decided to wait until the next update to try again. Manually adding the update (rather than via composer) did not help with the namespace error (Tribe__Events__Query_Deprecated) so I thought I’d wait for another minor version update and try again. Please let me know if you have any other ideas.
Thanks,
Micah
- This reply was modified 1 year, 10 months ago by micahjsharp.
Thanks Stef, sorry I was out of town for the holidays, I’ll look into this and re-open the thread if I have more questions. Thank you.
Hi Pete, thank you. Other advanced settings also don’t ‘stick’ after saving and then refreshing the page.
Your idea about a caching problem sounds worth exploring. Other plugins’ settings are saving okay, but I’ll investigate the link and let you know. Thanks again.
Micah
Thanks Dan, I’ll give that a try.
Just to confirm, I am using the ‘Update Status’ button, there is no global save of settings that I can see, and I am using Simple Cache Delivery method. I thought maybe the problem was I needed to be in ‘Expert’ cache delivery method, but I’ll assume not for now. Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Missing field ‘item’ in itemListElementHi @abzlevelup sorry for the delay, I had to leave town last week. Below is the information you requested.
1. WordPress 6.0
2. PHP 7.4.30
3. Events Calendar 5.16.1.1
4. Rackspace
5. Sage (customized) 8.5.4I’ll do a health check as well. Thank you.
Micah