cooriesmum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login keeps directing back to localhostThank you, scottsweb, for the response.
Yes, I forgot to replace old localhost url to the new remote dev url in the database, which, the video tutorial I was following, suggests you do through editing exported sql file with a text editor.
I re-did this database export-import process and now it seems to work!
Thanks again and cheers!
Maki
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Update won't installThank you, Jeremy!
Forgot to mention that I’m still developing locally, using XAMPP.
Since the initial posting, I located php.ini and found that XAMPP’s original upload_max_filesize was 2M.
Am leaving this as is for now. Still pleased to learn the cause of the problem and potential ways to solve it.Very happy that WordPress has many alternative ways to install plug-ins.
Thanks heaps. 🙂
MakiForum: Plugins
In reply to: [] Site-title in webfont not working when menu is customisedMargaret Massop solved the problem for me.
Thank you heaps, Margaret!
<link rel="stylesheet" type="text/css" href="http://www.mydomainname.com/MyFontsWebfontsKit.css">
would have done it; in my case
<link rel="stylesheet" type="text/css" href="http://localhost/wordpress/MyFontsWebfontsKit.css">
did it, and yes, I’m mindful that I’ll have to change this when I upload the site to the server. 😉