mrusheleau
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] ERROR after UPGRADING TO WP 6.0Thanks fssbob (@fssbob)!
I originally thought it had something to do with the version of PHP I was running, however I couldn’t find a version that resolved the issue. However when I disabled Yoast SEO the issue was resolved.
Thanks for the response. I have 2 different sites that I’m using the paid version of WordFence with (demandcreation.com and yrrc.ca) and 2 sites that I’m using the free version with. All sites are hosted by the same ISP and yrrc.ca is the only site having connectivity issues. I’ll contact the ISP and see what they have to say and post my findings.
Cheers, Mike
Hi Joe, in my case I’m using Twenty Fourteen which I wouldn’t think would create an issue but you never know. Thanks for mentioning this. I can’t recall if there was a theme update since the last time I had my ISP reset the permissions on the wflogs folder earlier this week.
Thanks, Mike
Hi Mika, first off thanks for taking the time to respond – the site I’ve having the issue with is yrrc.ca.
Thanks, Mike
Forum: Plugins
In reply to: [Image Rotator Widget] Images showing large in firefox browserImages look perfect in Chrome but get cut off on right in both Firefox and IE.
Forum: Plugins
In reply to: [Image Rotator Widget] Centering imagesThanks Doug,
There are 2 CSS files associated with this plug in. I assume this code would need to be added to one of them?
dk-new-medias-image-rotator-widget/css/dk-image-rotator-widget.css
or
dk-new-medias-image-rotator-widget/css/main.css
Thanks, Mike
Tried this fix and it worked! Thank you.
Thanks mbrsolution … but I’m still not clear what needs to be done since alot of that thread is dealing with adminstration rights issues. Given that I know I’m using an older version (even though I can’t idenify what version unless), is the work around the following?
Replace the following code in the backwpup > inc > class-install.php file:
get_users( array( ‘blog_id’ => 1, ‘role’ => ‘administrator’ ) );
with:
get_users( array( ‘blog_id’ => 1, ‘role’ => ‘administrator’, ‘fields’ => ‘all_with_meta’ ) );
Sorry not that technical and just want to make sure I understand the work around.
Thanks, Mike