Jimmy K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] Aborted Workflow DateThanks for creating an enhancement request for comments.
Here’s a screenshot of the output we’re seeing when viewing the comments of an inbox item. (This submissions has been aborted but there is no date.)
https://gyazo.com/4fa19114c2ef2e274ea4fedb70fbbe30
Thanks!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Stuck? How to stop?Hi @osseonews,
I actually had to do this today because mine got stuck while scanning the Divi theme. You can cancel the current scan by following these steps:
1. Run this query to delete the records that PHP Compatibility Checker creates for the current scan:
DELETE FROM wp_posts WHERE post_type = 'wpephpcompat_jobs';
2. Run these queries to delete the options that PHP Compatibility Checker sets for the current scan:
DELETE FROM wp_options WHERE option_name = 'wpephpcompat.scan_results';
DELETE FROM wp_options WHERE option_name = 'wpephpcompat.lock';
DELETE FROM wp_options WHERE option_name = 'wpephpcompat.status';
DELETE FROM wp_options WHERE option_name = 'wpephpcompat.numdirs';
3. Install Advanced Cron Manager, enabled it, and remove the cron job titled
wpephpcompat_start_test_cron
.Forum: Plugins
In reply to: [Disable Site] "Content Encoding Error"Hi sonofwitz,
Sure. Send me an email at jimmy.k(at)endseven(dot)net and I’ll take a look at it. The plugin shouldn’t be doing anything using raw data or NSURLErrorDomain erros but I can try to help you figure it out.
Thanks!
Forum: Plugins
In reply to: [Disable Site] Disabled admin now I cant log back inHi Birkeholm,
I marked this thread as resolved since mikehern didn’t respond for more than two weeks. Since you posted your issue here instead of creating a new thread, I didn’t see it.
Are you using the Disable Site plugin?
The first message “due to maintenance downtime” sounds like your server is undergoing maintenance, which shouldn’t be related to this plugin.
The second message “capacity problems” sounds like your server is over capacity, which shouldn’t be related to this plugin.
Thanks!
Forum: Plugins
In reply to: [Disable Site] Splash page still there after disabledNo reply for two weeks. Marking as resolved.
Forum: Plugins
In reply to: [Disable Site] "Content Encoding Error"Hi sonofwitz,
Can you send me a link to your splash page so I can check it out?
Thanks!
Forum: Plugins
In reply to: [Disable Site] Splash page still there after disabledHi wing_yin,
Have you gotten this sorted out? I was unable to follow the link that you posted but I was able to view your new site at the URL below:
https://lotusformula.com/newsite/
Everything appears to be working correctly and I am not seeing the splash page. Has this issue been resolved?
Thanks!
Forum: Plugins
In reply to: [Disable Site] Works with Multisite?This is possible with the inherent way that Multisite works by allowing each individual site to have it’s own plugins enabled or disabled.
Forum: Plugins
In reply to: [Disable Site] site still up even when plug is enableHello!
Have you tried removing the contents of the Allowed IPs setting? Your local IP address might be in the box, allowing you to bypass the splash page.
Forum: Plugins
In reply to: [Disable Site] Site should probably return HTTP 503 when disabledThank you very much, pembo! I will update the plugin soon to incorporate your suggestion. ??
Forum: Plugins
In reply to: [Disable Site] "Disable Site" keeps running after being disabledHello,
This sounds like a cache problem on their machine. Once the plugin is disabled, the code shouldn’t be run at all, so the splash page shouldn’t be displayed. Have you asked them to clear their browser cache and try again?
Forum: Plugins
In reply to: [Disable Site] How to enable the site after being disabledHello,
You should be able to log into WordPress, select “Disable Site” from the left menu, and set “Display Splash Page” to “No”.
If you can’t see your admin toolbar, try navigating to the URL below in your browser (remember to replace “yourwebsite.com” with your own URL):
https://yourwebsite.com/wp-admin/
Or, more accurately:
https://yourwebsite.com/wp-admin/admin.php?page=disable-site/ilmds.php
Forum: Plugins
In reply to: [OMS Sidebar Widgets] No title in sidebarHello!
Thank you for the compliment! We worked very hard on it. ?? As for your questions:
1. Your theme has the title absolutely positioned in the top-right of the widget. I’ve added
z-index: 5;
to the titleh3
tag and it appears. (It is being covered by the thumbnail image.) This can be fixed by editing the CSS for your theme.2. The space below the caption is also a result of the default CSS that comes with the sidebar widgets plugin and your theme not playing nice together. I would add
.sideBar_VideoElementHolder { margin-bottom: 10px; }
to your theme as that made it look nice to me.Thanks!
Forum: Plugins
In reply to: [OMS Sidebar Widgets] Error on ActivationHi cbiscette,
It would appear that when creating an array pre-PHP 5.4 you can’t use the [] method. (I’m guessing your PHP version is lower than 5.4.) I’ve updated the plugin to use the old method.
Sorry about that! Please download the latest version and try it again, and thanks for reporting the problem!
Forum: Plugins
In reply to: [Disable Site] Disabled admin now I cant log back inHi Mike,
I’m not sure what you mean when you say that you disabled the admin panel. Do you mean the admin bar at the top of the site that you see when you’re logged in?
Have you tried navigating to either of the following URLs? Try the top one first because the second one will always show you the login form.
– https://www.yourwebsite.com/wp-admin
– https://www.yourwebsite.com/wp-login.phpPlease let me know if either of these work for you.