Penelope
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update WP – Download FailedThank you for your responses. Yes, I do have a firewall on my website. I reached out to them and said it was my server blocking.
Eventually, my server just updated WordPress. Manually updating WordPress sounds ‘simple’ but for some reason, it is intimidating to me. Thankfully they updated it on their end, hopefully moving forward WP will update automatically.
I appreciate your response. It directed me in the right direction
OH! So I can still use the free plug in with the code below added in the functions.php?
Do I place it in anywhere?
‘function rsssl_exclude_http_url($html) {
$html = str_replace(“https://www.domain.com”, “https://www.domain.com”, $html);
return $html;
}
add_filter(“rsssl_fixer_output”,”rsssl_exclude_http_url”);’Thank you for your help!
Not sure how to delete threads but I read in another thread that unless everything on your website is SSL then forms such as these will not work unless the 3rd party gets an SSL installed on their website.
HUGE bummer because this plug in is fantastic. I’m trying to get the 3rd party to update their website so I can use their form. I had to deactivate the beautiful plug in so a customer can use the form on my site.
I’ll most likely purchase the plug in upgrade; really bummed it wont be on my home page though. Sad. Day.
Strangely though, I still cannot get on my website on Safari.
I’ve cleared all history and removed stored website data but the site will still not load. Any thoughts on that?Oh I understand that.
Is the broken link the reason why there is not a green lock by my URL home page?
Thank you for answering these questions!
I was initially working in Safari when I encountered the issues.
1. I renamed the cache plugin, cleared history & tried again. I just wont load
2. I named it back
3. Then I opened Chrome and the admin works perfectly fine. I was able to login nicely. Not sure why that makes a difference since I cleared my history in Safari.
I asked come colleges to open our website and it opens just fine for them. The green lock is not on the home page so I assume it is because of your other notes.On your site I also see a mixed content issue: you have a form that points to another site, which is not on https. You should change that form url to https.
I cannot find this link. Is there a directory that says what it is?
**on the unrelated notes**: I was able to located the image “all.jpg” but it is from my site ( or so I think… How can I be sure it is from my site?
https://accusharp.com/wp-content/uploads/2015/07/All.jpgI used this helpful link in the past that has helped but nothing is popping up now. Which is good!
https://www.whynopadlock.com/check.phpThank you for your help!
But I do not know what you mean that its from another site?
When I type “accusharp.com” the site loads ( probably from my stored cache) I am logged in to my dashboard so when I click on “Dashboard” the site never loads. It freezes.
Thank you
Forum: Plugins
In reply to: [WooCommerce] Remove 'In-Stock' labelWow… Very impressive.
Thank you so much.
Great!
If I ever have to uninstall the plugin ( for whatever reason) will that put everything back to http?
Forum: Fixing WordPress
In reply to: Increase Maximum upload sizeWorked like a charm. Uploaded directly to uploads folder on my FTP site. It did not however pop up in WP dashboard>Media. BUT I just typed in the URL that the file should be in and there it was.
Thanks for responding.
Forum: Fixing WordPress
In reply to: Increase Maximum upload sizeThank you for responding. I will have to contact my server since they put restrictions on what I can edit.
2MB files seems awfully low, especially if the company has catalogs for products.
Any way I can upload the file to my FTP uploads folder to create a link? I don’t know how to go about it that way… Any info is most helpful.
Thank you.Forum: Fixing WordPress
In reply to: Admin page not loadingIt has been taking a while for me as well. I have high speed internet and it takes a good 45sec to 1 minute to load onto the dashboard page. I practically hold my breath every time. Thankfully it eventually loads…
Forum: Fixing WordPress
In reply to: Excessive resource usageOkay, thank you for the advice, I will try it and hope for the best outcome.
I was worried someone hacked my site. Hopefully it is just a plugin. I have 6 active plugins.Forum: Fixing WordPress
In reply to: Excessive resource usageI have spoken to my host. They said it was coming from wordpress & to look into the plugins.
But honestly, the site — from a user standpoint– looks fine. It’s running nicely with fine speed.
Forum: Plugins
In reply to: [W3 Total Cache] Page shows error when plugin is activatedI found this link MOST helpful when installing W3TC on my website.
make sure you do not have any other cache plugins installed — I researched that causes a lot of problems for this pluginhttps://www.wpbeginner.com/plugins/how-to-install-and-setup-w3-total-cache-for-beginners/