CullenJWebb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Weird text in address barI don’t believe it’s a theme issue. I’ve been building dozens of sites with the Thesis framework, both Thesis 1.0 and 2.0, and this has never come up before.
I was hoping somebody has either encountered this before or would know where to look in the source code.
Forum: Plugins
In reply to: [WooCommerce] URGENT: Stripe payment gateway not working with subscriptionsHey Tirano!
I can tell you what worked for me.
Stripe will not work in production mode if you don’t have an SSL certificate, AND that the url is secure.
So first make sure that you have SSL purchased and enabled on your site.
And second, make sure that SSL is enabled on your WooCommerce settings.
And thirdly, make sure that you don’t have any hard links to the https:// version of the pages. That was my problem.
I had linked to my products checkout screen via a insecure protocol instead of https://
You could probably find a plugin to force the use of HTTPS
Forum: Plugins
In reply to: [WooCommerce] URGENT: Stripe payment gateway not working with subscriptionsThe URL: Zockster.com
Forum: Fixing WordPress
In reply to: Trouble finding malware on siteMy most recent post wasn’t in regards to the malware. I’m able to remove that on my own now, but once I do it breaks the files.
I just don’t know why the files don’t work once I remove the malware or replace them with new wordpress files.
Forum: Fixing WordPress
In reply to: Trouble finding malware on siteNow I’m having a new issue.
I have edited the PHP files with FileZilla to remove the malware, but now I’m getting an undefined PHP error.
I tried downloading and manually uploading new WordPress files, except wp-content and wp-config.php, but there’s no change.
Forum: Fixing WordPress
In reply to: Trouble finding malware on siteThank you so much! It seams like every directory has the “eval(base64_decode(…..” malware in it.
I’m going through and removing all the PHP files it created and edited.
Is this normally a result of not updating WordPress? I’m always cautious when updating WordPress because of themes and plugins breaking.