cchildspi
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] WPforo Forum Page Header linking vs Original Header linkingResolved by putting full URLs instead of hashtagged content:
Example
https://website.com/#followme instead of just #followmeForum: Fixing WordPress
In reply to: Text in Post Submit Form Not ShowingI tried something just see if it would fix the problem. I moved the shortcode for the Post plugins from the Footer Sidebar to the Right Sidebar, and that fixed the problem. Apparently, it will not work in Footer Sidebar 1, 2 , or 3, but it works in others sections of the page.
Forum: Fixing WordPress
In reply to: SSL CertificateThanks for the replies everyone. I will take a look at the letsencrypt link to see just how complicated it is. In the meantime, how to I go about getting self-signed certificate?
Forum: Fixing WordPress
In reply to: SSL CertificateI am using the latest version of WordPress with the Blogstyle theme. I currently have my site on my Raspberry PI 3 locally (localhost – I think). Let me know if you need any more information.
Forum: Fixing WordPress
In reply to: Edit Footer? RemoveLooks like a plugin was causing a conflict. Thank you for the help for the quick fix!!!!!
Forum: Fixing WordPress
In reply to: Images not showing upBasically what I did was in the plugin I replaced everything that was “http://localhost” with “http://myipaddress”. That was it!
Forum: Fixing WordPress
In reply to: Images not showing upBetter Search Replace plugin fixed the issue
- This reply was modified 8 years, 1 month ago by cchildspi.
Forum: Fixing WordPress
In reply to: Help with imagesI would have never known to do that
- This reply was modified 8 years, 1 month ago by cchildspi.
Forum: Fixing WordPress
In reply to: Help with imagesWell, son of a gun!!!! It worked. Thank you so much
Forum: Fixing WordPress
In reply to: Help with imagesI just tried the Better Search Replace plugin, and it is still doing the same thing. No luck.
Forum: Fixing WordPress
In reply to: Help with imagesMy PI ip address is static. I set that in my router before I installed WordPress. I will go get the plugin you mentioned right now. Do I need to go into the wordpress settings and change it, or do I let the plugin do it? I don’t want to make any changes then get locked out of the site.
Forum: Fixing WordPress
In reply to: Help with imagesThe Site Address and the WordPress address both say: http://localhost. Using the browser inspector on one of the computers on my LAN shows one of the image url to be:
src=”http://localhost/wp-content/uploads/2018/02/cropped-Sunrise-Cruise.jpg”
Based on this, is there anything in there that I need to change?Forum: Fixing WordPress
In reply to: Images not showing upThe Site Address and the WordPress address both say: http://localhost. Using the browser inspector on one of the computers on my LAN shows one of the image url to be:
src=”http://localhost/wp-content/uploads/2018/02/cropped-Sunrise-Cruise.jpg”
Based on this, is there anything in there that I need to change?
Forum: Installing WordPress
In reply to: WordPress/PHP Installation ProblemGot it, guys and gals. Had to create a superuser for the database
Forum: Installing WordPress
In reply to: WordPress/PHP Installation ProblemYou guys are great and very informative. I will try to take your advice and run with it. And as you mentioned ,I did continue the setup as depicted by the tutorial, and I hit a snag at the WordPress Setup page where it wants you to enter: database, user name, password, database host.
I entered wordpress, root, “mypassword”, localhost.
Of course i get “Error establishing a database connection”. I just feel like am so close to getting the wordpress setup. I am basically finished with the setup if I can just get this step completed.