montanan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to hide page’s title?Not sure if this is only needed on the front end. You can just use CSS to hide it.
h1.the-class { display: none};Forum: Developing with WordPress
In reply to: Needing Post ID in Ajax plugin.Thanks to @bcworkz
Forum: Developing with WordPress
In reply to: Nonce creates a 403 errorIt is conflicting with my other nonce.
Here is the javascript for Plugin One
_fmp_nonce: my_ajax_obj.nonce, //nonce
Javascript for Plugin Two
_msp_nonce: my_ajax_obj.nonce, //nonce
They both work fine as long as one plugin is not activated or if I comment out the check_ajax_referer() line.
- This reply was modified 5 years ago by bcworkz. Reason: consolidate topics
Forum: Fixing WordPress
In reply to: Problem with MultisiteI am not sure about all that you said. I did redirect my *.theshedcenter.com to my root directory where my WP install is that did not solve the problem. I also tried deleting the subdirectory but that made it so no site could be found. I am still just seeing an empty subdomain directory.
Forum: Fixing WordPress
In reply to: Gutenberg Editor FailWhy would I what to keep changing blocks? That is an inefficient way to edit text. If I am using a word processor I don’t have to keep inserting different type of formatting blocks. I don’t need a heading block, then a paragraph block, a list block, etc. As I was using Gutenberg this became very evident to me a seems like a fundamentally flawed concept.
Forum: Fixing WordPress
In reply to: Intermittent 500 type errorThank you so much for your in-depth answers. Since the 500 errors are not consistent it would be hard to take down my site (change the theme or disable plugins) for a day or so to test it. The other thing is I have another site on the same hosting plan/server that does not have all the same plugins and it gets 500 errors too.
I have contacted my hosting company and told them I a getting these error, right when I am either on the phone or chatting and they look at the logs and they say there are no errors in the log.
Forum: Developing with WordPress
In reply to: Plugin fail due to SSL errorYes, that was dumb. I thought for sure I was using a local path. Thanks because now I have it working with PHP7
Forum: Developing with WordPress
In reply to: Plugin fail due to SSL errorMy hosting company change their PHP from 7 to 5 and now it works. However if anybody has an insight to why PHP 7 would give this error I would appreciate it?
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in...
Forum: Fixing WordPress
In reply to: How to redirect new usersThanks, but this plugin worries me because it has not been updated.
Forum: Plugins
In reply to: [Testimonial Rotator] No Rotator just Archive PageThe problem was my page sug was testimonials. I change the slug and all is well.