SLIcore Design
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Unstable Event Display from Calendar PageHey Ed (@erishel),
Awww really!?
K, I have been WPing for long enough to know that I gotta run through deactivations to close in on my problem. I guess I just didn’t do it right this time. It’s my W3 Total Cache plugin. This wasn’t happening before so now I have to figure out what I did wrong in my settings caching.
Thanks for stepping up and getting me to go back and look again.
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Still not able to acquire Access Token – 400 errorMy apologies, completely. I was eventually able to get this figured out and it works exactly as advertised. Sorry I didn’t close this off.
UPDATE: I was having trouble logging in at dogsyyc.ca (another of my sites). The Google Captcha wouldn’t let me in. Technically I was logged in but I couldn’t get past the page. When I got around it, I deactivated BWP Minify and found that I could log in just fine.
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Still not able to acquire Access Token – 400 errorHey there, still having issues, I have emailed you to take a look.
Forum: Plugins
In reply to: [Canada Post Shipping For WooCommerce] Doesn’t appear as Shipping methodHey there!
So I don’t know if this is allowed but I JUST had this very problem. I don’t know if you figured it out. Do your products have a shipping weight and/or dimensions? If you have the free plugin, you are shipping by weight and your product needs to have the weight field filled in.If this does not solve your problem, I’m not sure what it could be. I hope it helps.
Forum: Plugins
In reply to: [The Events Calendar] Latest update version 4.3.1 crashes siteHey all,
Check now. They have released 4.3.1.1 and I fired it up to great success and fan fare. Want to know how you guys do. Please advise.Forum: Plugins
In reply to: [The Events Calendar] Latest update version 4.3.1 crashes siteI am getting the same error as the above.
Fatal error: Class ‘Tribe__PUE__Package_Handler’ not found in /home/*****/******/*******/wp-content/plugins/the-events-calendar/common/src/Tribe/PUE/Checker.php on line 200
Forum: Plugins
In reply to: [Virtue/Ascend/Pinnacle Toolkit] Threat found by VaultPress in Virtue ToolkitThanks for the reply!
Forum: Plugins
In reply to: Customizing the WP login form after renaming wp-login.phpAnd just like that, it’s solved.
So, for anyone with a similar problem, I suppose the parameters have changed in the core since 4.5.If you want to add your logo to the WP login form, go to the Codex page for customizing the login form and take the block of code under “Change the Login Logo” and paste it into the functions.php file in your theme.
The big difference is that you want to change ‘login_enqueue_scripts’ to ‘login_head’. That change the CSS in that code block load last, ergo allowing it to override load-styles.php.
Hope this helps all the WPeeps that might have this problem.
Forum: Plugins
In reply to: Customizing the WP login form after renaming wp-login.phpTo further explain my situation, inspecting the code on my login page shows my desired logo being struck out in the CSS and the w_logo_blue.png/svg being drawn from load-styles.php. So my logo is being drawn and then it is being stopped so the WP logo can come through and I am not sure why. In Chrome, I can check off the two background images and my logo appears.
Thanks Michael,
I’m sorry, I guess I didn’t fully understand. I appreciate you explaining it again for me. Like, a lot.
I just received another pair of simultaneous emails indicating a spammer was queued briefly at the Buddypress Registration Options plugin before being approved on its own.
Hi Michael,
Thank you so much for the notes. This is very helpful.I did JUST get a weird anomaly. A user submitted the application and caused the member request email to fire but somehow the user was immediately approved and I got the “New User” email.
Any thoughts? As a side note, I have all the current versions of WP and plugins.
Please apologize. It appears to be working now. I will post again if I have a problem.
Forum: Themes and Templates
In reply to: Enqueue Script or Theme Style Bleeding into Admin AreaIf anyone gets this, I figured my problem out (if anything else blows up, it may or may not be related to my “solution”.)
I had my enqueue scripts in an incorrect sequence. Enquire.js was being called and then Masonry. I put Masonry’s enqueue above Enquire and voila! Alles gut!
Hope this is of use to someone.