Forum Replies Created

Viewing 15 replies - 16 through 30 (of 91 total)
  • Thread Starter etcbbu

    (@etcbbu)

    I have just installed the Free version, and am looking at it right now, from within my Dashboard.

    Can I be confident that it will be all-encompassing with all 27 Posts (its texts and images and tags in it), my 2 Categories, and the Settings/Colors/Text on the Header and Footer of my Twenty Seventeen Theme?

    Thread Starter etcbbu

    (@etcbbu)

    Ok, I am probably just going to BLOW UP the MySQL database in my web-host, BLOW UP these WordPress installation files on our web-space via FTP, create an entirely new sub-directory and not install a new one on

    /blog/

    anymore, and just start a new MySQL database, but maybe install a Back-up.

    Now, we only have 27 “Posts”. And each one of those is just one page or two, and some of them have .JPG or two.

    What’s the best way to scoop up all of my settings, 27 Posts (they are basic posts with a JPG or two attached), and everything on how I have my Blog and its Theme and everything now, to Back-up and Restore on a fresh installation that I will do with a different MySQL database and in a new sub-directory from my root directory?

    Thread Starter etcbbu

    (@etcbbu)

    Maybe I just need to flush my cache..? Could someone tell me how to do that? As long as it’s safe and I won’t crash my site or anything..? I’m just using one of the WordPress Themes from https://wordpress.org/themes/ .

    Thread Starter etcbbu

    (@etcbbu)

    *bump*

    Thread Starter etcbbu

    (@etcbbu)

    *bump* I need some guidance on this, please, because I really need to stop the Twenty Seventeen Theme from shrinking down this top logo, on my website:

    http://www.brelsfordpersonnel.com/blog

    –etcbbu

    Thread Starter etcbbu

    (@etcbbu)

    Also, can you point to me a place where the Child Theme concept is explained/illustrated/etc.? I have not utilized this idea yet.

    Thread Starter etcbbu

    (@etcbbu)

    Is there another Forum here on the wordpress.org site where I could post about asking about some basic CSS code and where to post it? Because, I already tried updating some pixel things in the “functions.php” file, and even though the changes were applied, it didn’t really change the size of the image whenever I applied it.

    I understand that the purpose of these forums is not CSS-manipulation; but this is such a basic small CSS code change, perhaps someone on these forums could share such a minor code snippet?

    Thread Starter etcbbu

    (@etcbbu)

    I was wondering if that was the case, too.

    Anyways, I am ecstatic it’s all up again. I just wish I could find a newer sort of “Version” of a Theme similar to what I have now. I love this Theme, but I installed it in 2011, so it isn’t Mobile-Ready or anything.

    • This reply was modified 9 years, 1 month ago by etcbbu.
    Thread Starter etcbbu

    (@etcbbu)

    I hate to say it, but the issue was resolved before I tried any of the things that @wpgeeks suggested. So, I cannot say whether those methods would have worked or not.

    Essentially, I had e-mailed my web-host and asked them if they thought that my editing the .htaccess file would in any way harm or throw off my site or anything.

    They responded and told me that it probably wouldn’t affect the site; but in that same e-mail, encouraged me, “hey, go check your blog site because it is working just fine for us. Perhaps your cache or DNS or temp settings were not loading it.”

    But I dunno if that is accurate, because as evidenced by this Thread here in the Support Forums at wordpress.org , this was going on over the course of a few days, and my link to my blog site (as a sub-folder of my main ktravisj.com ) domain was *not* working. And I dunno, I thought maybe some of y’all, here, on the forums, probably tried to visit the link and it didn’t load, over the course of y’all’s writing replies, here in this thread. OR, maybe I’m wrong–maybe y’all *weren’t* visiting my blog site and trying it, for those few days..?

    Sorry I can’t speak more conclusively about this. Like I said, I appreciate folks’ replies here in this thread, and appreciate the education I gained along the way, anyway.

    –etcbbu

    Thread Starter etcbbu

    (@etcbbu)

    Oddly enough, my blog site is working again. Thank you so much for your assistance in helping me think through this.

    God bless.

    –etcbbu

    Thread Starter etcbbu

    (@etcbbu)

    So on the first point, with editing my .htaccess file:

    1) I should simply edit the .htaccess file that is on the root of my website, correct?

    2) And then for all of the code you gave me, I should just simply begin that code on the next line, right after
    [L,R=301]
    , correct? So like, it’ll be this:

    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    ?

    –etcbbu

    • This reply was modified 9 years, 1 month ago by etcbbu.
    Thread Starter etcbbu

    (@etcbbu)

    @wpgeeks , thank you for your reply. I have questions on each one of your points:

    1) Here is what my .htaccess on my root folder of my web-space reads:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^ktravisj.com [NC]
    RewriteRule ^(.*)$ https://www.ktravisj.com [L,R=301] 

    before I have made any change. I have not changed anything; that is just, what it is, as of now. I get really nervous when it comes to editing anything in my .htaccess file on my root folder, for fear that I just throw off anything and everything having to do with my domain. But, does it look like, perhaps, I ought to change something in that..?

    2) I don’t claim to be an expert on WordPress (clearly anyone could see I’m not the best), but I have set up and administrated several sites over the years, and set them up myself and whatnot. But, whenever someone tells me to edit Plugins, with my blog’s current state where I cannot log in to the dashboard, I do not know how I can edit plugins at all. Is there a way I can do it via FTP? I really didn’t have very many plugins installed on this site; like, maybe AKISMET and one or two other minor ones. How can I deactivate or even delete these? I do not know how to do that right now, whenever I cannot get into my dashboard.

    3) Like I’ve shared, I did recently get an SSL Certificate enabled on my ktravisj.com domain, and http/2 protocol enabled. But like I also shared, I tried the “find and replace” tool, last night, and although the process claimed to be a success (I took screenshots of the completed process, after it successfully made all of the changes), alas, my website still will not load in a browser.

    If we could, keep in mind that whenever I say

    perfectlyincomplete.ktravisj.com

    All it is, is a Forward to this more concrete address:

    ktravisj.com/blog/perfectlyincomplete

    • This reply was modified 9 years, 1 month ago by etcbbu.
    Thread Starter etcbbu

    (@etcbbu)

    @magnigeeks , I am grateful for y’all’s replies. I *successfully* utilized the piece of software you recommended. I successfully ran it to replace

    http

    with

    https

    But, alas, I still cannot either access my blog website

    http://www.ktravisj.com/blog/perfectlyincomplete

    nor login to my dashboard for it at

    http://www.ktravisj.com/blog/perfectlyincomplete/wp-admin

    Are there any other ideas I can try? I have this website set up as a subdomain, too, at

    perfectlyincomplete.ktravisj.com

    and I am noticing that whenever I try to visit this in a browser, I get this error:

    “Secure Connection Failed
    An error occurred during a connection to perfectlyincomplete.ktravisj.com. Peer reports it experienced an internal error. Error code: SSL_ERROR_INTERNAL_ERROR_ALERT
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.”

    Any other ideas I can try?

    Thread Starter etcbbu

    (@etcbbu)

    @magnigeeks , Thank you for your reply. When you say that I should do a find and replace for changing http to https in my Database, are you talking about I need to log into phpmyadmin and do this? Or, do you mean that if I utilize @shamratdewan’s method of simply utilizing FTP to overwrite some new WP file from a new WP installation, that will accomplish everything that you are saying? But, I am trying to understand, if I use this latter method of using FTP to replace files from a fresh WP installation, are y’all saying that I need to ignore the wp-includes directory entirely? Just leave it alone and do not replace anything inside of that directory?

    @shamratdewan , Thank you for your reply. Yes, I am familiar with using FTP for file-transfer, I do this all of the time, and pretty much just always do that whenever I install a WP site. But, I typically just use the built-in Windows Explorer FTP client, or “AutoFTP”. But, same process, I just use those two FTP clients. As far as your question, I am not understanding if you are saying that whenever I go to my DB and your question about, “can you go to your site DB what is the URL under wp-options table siteurl?”; does this mean I need to log in to my phpmyadmin in order to answer your question? And as far as your other question about plugins, I cannot get into my dashboard at all, and so I cannot disable/install/or do anything with plugins. I cannot even reach my wp-admin page in order to even log-in to my dashboard; and so I cannot manipulate my plugins at all.

    –etcbbu

    • This reply was modified 9 years, 1 month ago by etcbbu.
    • This reply was modified 9 years, 1 month ago by etcbbu.
    Thread Starter etcbbu

    (@etcbbu)

    @magnigeeks , thank you for your reply. Yes, I just recently upgraded my SSL on my server. Also, the https://www.ktravisj.com/blog/ link you mentioned should not show a blog site, because that is merely a sub-older, where three more blog sites sit. And the one about which we are talking today is the one that sits at https://www.ktravisj.com/blog/perfectlyincomplete .

    @shamratdewan , thank you for your reply. But even if you try visiting any URL(s) related to my https://www.ktravisj.com/blog/perfectlyincomplete blog with the “https://&#8221; nomenclature, the issues still arise. I understand there is the difference with the https, but the problems are still there. You say that I can update WP via FTP. Would I use this standard download, here, https://wordpress.org/download/ version 4.7.3 ; and then just manually install everything that is in the zip file onto my server such that it over-writes everything? But that you are saying that I need to just completely ignore the wp-content folder and do nothing with that, though?

    –etcbbu

Viewing 15 replies - 16 through 30 (of 91 total)