JoeLyons23
Forum Replies Created
-
Understood, just came across this as well. Worked perfectly.
Forum: Plugins
In reply to: [Redis Object Cache] advanced-cache debug warningWell according to some of the tutorials out there, they specify adding this line. However I have since removed and all seems to be working well now.
Thanks.
JLForum: Plugins
In reply to: [Redis Object Cache] PHP7 Compatible?yup, deleting the existing object-cache.php file did the job. thanks for the help!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Calendar SubscribeYes, I have just installed the latest updated and test the google feed. however still no events showing in the google calendar.
I deleted all events from the import feed and resubscribed the feed, essentially reimporting all of our events and then tried to subscribe to them in google calendar, however, still no events are shown.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] ICS feed not workingJust to add to smrgolfer’s post, I am importing feeds (hourly), which works fine so far and experiencing issues with users subscribing to our google calendar feed. I have already created a topic about this and provided a test link however I have not yet heard back on the issue. Let me know if I can provide any other information to assist in troubleshooting.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Calendar SubscribeHi, just checking in on this issue? Any idea on why this is happening and if anyone else is experiencing the same issue?
Thanks for your help.
JLForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Calendar SubscribeHere is the error message received, using a fresh WP install and only this plugin.
The address that you provided did not contain a calendar in a valid iCal or GData format.Link to calendar
https://calendartest01.wpengine.com/calendar/Forum: Plugins
In reply to: [Elasticsearch Indexer] Custom Post Types & Custom FieldsThanks for the quick response. The field name I am looking to include in the search is wpcf-synopsis
However when I include ‘meta_data.wpcf_synopsis’ to the filters, the results are not changing.
Here is the code… Am I missing something obvious here?
public static function argS(Query $query, $value, &$q) { $query->setQuery([ 'bool' => [ 'should' => [ [ 'multi_match' => [ 'fields' => apply_filters('esi_search_fields_multi_match', [ 'post_title^10', 'terms.*.name^4', 'post_excerpt^2', 'meta_data.wpcf-synopsis' , 'post_content', ]), 'query' => $value, ], ], [ 'fuzzy_like_this' => [ 'fields' => apply_filters('esi_search_fields_fuzzy', [ 'post_title', 'meta_data.wpcf-synopsis', 'post_excerpt', ]), 'like_text' => $value, 'min_similarity' => apply_filters('esi_min_similarity', 0.75), ], ], ], ], ]); }
Fatal error: Call to undefined method DirectoryIterator::getExtension() in /directorypathhere/wp-content/plugins/query-monitor/query-monitor.php on line 65
This is the error that i see if I attempt to network enable the plugin, which is not my intent. I originally just wanted to enable on the primary site of the network, when attempting this the plugin never activates.
Forum: Plugins
In reply to: [Gravity Forms Directory] Since Update: seeing broken code for lightboxHey there any luck with getting this issue resolved? I am experiencing the same issue with our email address field being shown as code:
<a href='mailto:[email protected]'>[email protected]</a>
Forum: Plugins
In reply to: [Gravity Forms Directory] Links are showing up as code in directoryI am seeing this behavior as well with our email address field showing as
<a href='mailto:[email protected]'>[email protected]</a>
Forum: Plugins
In reply to: [Imsanity] Multisite Storage SpaceJust logged into the blog site in question and it appears to have finally been updated. The storage space now reads 50%. Must have something to due with WPEngine’s infrastructure.
Forum: Plugins
In reply to: [Imsanity] Multisite Storage SpaceThanks for jumping in and providing good info. I will have to take this up with WPEngine from here and see what’s up.
Forum: Plugins
In reply to: [Imsanity] Multisite Storage Space@jason – How/Who is hosting your WordPress install. In this case I am using WPEngine – I am wondering if there infrastructure is causing the issue here?