stevebrett
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Images dont render at allYes thanks Lazy load was on, but disabling it didnt resolve the issue
Forum: Plugins
In reply to: [The Events Calendar] WordPress database error Unknown columnSorry not to get back to you sooner but wanted to thanks you for your help and let you know we did set up staging and figured this out.
Appreciate your help
Forum: Plugins
In reply to: [The Events Calendar] WordPress database error Unknown columnThanks There are a number of people who wok on this site- But we cant pin point the onset of this issue to anything any of has done.
Also this is a large and somewhat busy site and unfortunately they don’t have room in their plan to create a staging site.
Is there a way i could look and see if the field exists and possibly recreate it in another way
Forum: Fixing WordPress
In reply to: Unknown column ‘wph2_postmeta.meta_value’ in ‘field list’ for queryAh thanks will do
Forum: Fixing WordPress
In reply to: Big Admin Slowdown leads to issue with wp-cronThanks for your pointers here- Debug did show a couple of issues which im resolving
Forum: Fixing WordPress
In reply to: host suspended site for slow queriesThanks again for your help here- host has unsuspended us…
Forum: Fixing WordPress
In reply to: host suspended site for slow queriesThanks Steve yes the site is on a shared hosting plan- i optimized the table (thanks for that) and the query now returns a bigger number 5460
Forum: Fixing WordPress
In reply to: host suspended site for slow queriesthanks, the query returns 5391 and there are 5609 total rows
Forum: Fixing WordPress
In reply to: Site Home page loads a different themeDuh… of course. IIn my mind it was its own site – but of course its just a folder off my main site. I purged the cache and voila. Thanks for the clear headedness
Forum: Plugins
In reply to: [Enable jQuery Migrate Helper] jQuery is not definedThanks so much for point me in the right direction- Much appreciated
Forum: Fixing WordPress
In reply to: jQuery is not definedHi and thanks i looked to see if jquery was being deregistired anyplace and don’t see that it is.
However following a suggestion in another thread I added the jquery migrate helper plugin. With that installed the functionality is restored- However only if i’m logged in.
Does that provide any useful clues to help us along here?
Forum: Fixing WordPress
In reply to: jQuery is not definedThanks so this same error appears for three scripts on the home page and in others through out the site. Heres one such. If you could give me any guidance at all it would be appreciated for sure
jQuery(function($){ var width=$( window ).width(); if (width < 501) { $('.scrollright').click(function() { $('#videos-home').animate( { scrollLeft: '+=350' }, 1000); }); $('.scrollleft').click(function() { $('#videos-home').animate( { scrollLeft: '-=350' }, 1000); }); } if ((width > 500) && (width < 768)) { $('.scrollright').click(function() { $('#videos-home').animate( { scrollLeft: '+=525' }, 1000); }); $('.scrollleft').click(function() { $('#videos-home').animate( { scrollLeft: '-=525' }, 1000); }); } if (width >767) { $('.scrollright').click(function() { $('#videos-home').animate( { scrollLeft: '+=705' }, 1000); }); $('.scrollleft').click(function() { $('#videos-home').animate( { scrollLeft: '-=705' }, 1000); }); } }); </script>
Forum: Fixing WordPress
In reply to: jQuery is not definedThanks its just a 2021 child theme and the script is loaded in home.php I think
Unfortunately the prior developer is no loner in the picture so im trying so sort this out for them.
Any other guidance would certainly be appreciated
Forum: Plugins
In reply to: [Event Tickets and Registration] date selector on monthly calendarTruman thanks I’ll have to get my client to add some future dated events to be sure but it looks like it will be ok. I appreciate the insites
Best
Forum: Plugins
In reply to: [Event Tickets and Registration] date selector on monthly calendarSorry i wasnt clear. We want to adjust the format for the dat itself
January 2022 instead of 2022-01 for example