David
Forum Replies Created
-
Forum: Plugins
In reply to: [Task Scheduler] daily content schedulerOr would it be the [wp_cache_flush()] function? I also read the Transients API, specifically, [delete_transient()] or [delete_site_transient()] are reported to be more reliable. Thoughts?
Forum: Plugins
In reply to: [Force Refresh] Daily ScheduleFYI your plugin, Force Refresh does eactly what Im saying, it triggers a 30 second timeframe clear of cache for cookie enabled connected browsers. I tested it myself after clicking refresh (pagename) button on a page it gives the 30 second pop up notification and within 30 seconds a browser I use remotely is refreshed.
I was just hoping there was a way to run it on a schedule whether be in the plugin, run a cron job, Transients API or a string like [?cache_refresh=true] or a function such as [wp_cache_flush()] ?
Forum: Plugins
In reply to: [Task Scheduler] daily content schedulerGotcha. Okay. Ignoring the cited plugin, would your suggestion given my request to clear cache at two times a day to just use a string something like: [?cache_refresh=true]?
Forum: Plugins
In reply to: [Task Scheduler] daily content schedulerMy thought was running the Force Refresh plugin at the link below at two scheduled times every day, once at 8:30am and again at 4:30pm.
Forum: Plugins
In reply to: [Widget Visibility Time Scheduler] Content Update SchedulerSee image link below –
https://snipboard.io/U6Yf7V.jpg
- This reply was modified 3 years, 11 months ago by David.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stops half wayDuring import. I filled out the form found at the link below..
I have no idea who oiweolsd is and am at little worried my info is being copied. I want to let you know what I ended up doing.
I thought it was over kill to get a SSL just for my one page to have a secure form for just a few of my clients to use. So I went over to emailmeform to simply buy a SSL form from them at https://www.emailmeform.com/builder/form/iKcTO0v7Jf9dVar5ze06fqb and now have it like this.. https://www.lutchenpc.com/make-payments-here/
Just because I wont be using your great app, I will leave a very good testimonial and promote it to my clients and colleagues. Thank you so much for your dedicated help and can you please remove this thread so no one else is lifting or copying my information, I would really appreciate it.
Thanks again.
David
So here is where Im at..
The reason why you saw that is because I didnt have the page set up yet, it was offline till I got all this figured out. But what I come to find out is my htaccess file isnt set up properly to configure a shared ssl set up. Well As Im growing Ill be moving off a shared sever soon anyway so the work I would need to do to set up the shared set up would be to much work where I just bought a SSL which will make things a lot easier. Ill let you know when I get it which will hopefully be soon.
Supports Shared and Private SSL.
Helps reduce or completely fix partially encrypted / mixed content errors.
Force SSL on a per-page basis.
Force SSL in admin panel.The secure URL for my site is: https://secure60.inmotionhosting.com/~lutche5/
The page I want to access can be accessed with this URL: https://secure60.inmotionhosting.com/~lutche5/make-payments-here/
You’re right I dont have SSL Cert cause this plugin says it works on both a cert and shared SSL I thought?
I took about an hour and a read through all the other threads here and Im even more eager to use your great app but due to my noob skillet in this matter, I cant seem to get it to work and regrettably didnt find any help as I was hoping. Any further assistance would be much appreciated as Ill certainly promote the app and you as the developer via my website once I get it running. Thanks!
Alright now Im getting somewhere, thanks!
Here is the url..
https://www.lutchenpc.com/make-payments-here/
Going back to your first post here is what I did. Using the custom structure here – /%category%/%postname%/ when having Force SSL checked I get this –
Not Found (404)
The requested URL /make-payments-here/ was not found on this server.
Going back and changing the custom structure to default which is this – https://www.lutchenpc.com/?p=123 I get…
Not Found
The requested URL /make-payments-here/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
As far as my SSL host goes is..
So I messed around a little and here is an update..
whenever I click Force SSL and save that page I get this..
Not Found (404)
The requested URL /make-payments-here/ was not found on this server.
So I go back and uncheck Force SSL and the page goes back to normal. So if I understand you correctly you are telling me I need to go to the page I want to make secure and edit it accordingly and make sure to check Force SSL right? If thats the case here are my questions..
I edit the page, where do I edit it and what do I edit it to? The only thing I see above is get_permalink( $page_id ) (where $page_id is, use the ID of the page you want to link to) but later you said I use that function if its hard coded which Im not sure if it is.
If you want me to hire you to help me set this up for your time I can certainly do that otherwise I appreciate all the help thus far.
I sent an email via your website with as well. I know my website is set up goofy on wordpress and needs to be adjusted but in the meantime I need to do whatever I can do to get this working as my clients are reluctant to make any more payments until said page is secure.
Sorry for the confusion as this is sort of new to me. I understand I need to edit the page I want to make secure and check the checkbox Force SSL but my question pertains to the editing. You say i need to update the link to its new permalink… How do I know what that is? Im logged into the dashboard right now and have the page I want to secure.
I dont think it is hard coded.
So what new permalink do I update the link to for the HTTPS to work?