Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • ?????? I something is missing just upload that file. There is no need to blow a paper cut off as a blown off leg.

    Forum: Fixing WordPress
    In reply to: WP-admin broken

    Great

    Yes it is possible. Just Follow these steps

    Disable all plugins
    Create a backup of the WP Database
    Upgrade WordPress ( Delete Old WP if you want to)
    Install Fresh copy of WordPress if you deleted the old WP
    Insert the Backup database the New Fresh copy of WordPress

    All the steps will upgrade everything and still keep all user data and posts from the old WordPress

    Like said before just follow the Docs and you should be fine

    But none the less very easy

    I would not think it would be very hard since the whole thing is php anyways.

    I have hostgator, so just go into the File manager and simply look for your old files. (You should know what they are) Pretty Straight forward

    Forum: Fixing WordPress
    In reply to: WP-admin broken

    Umm Did you have any Admin plugins installed before the Move?

    If you did maybe that is what is messing with the admin. I know sometimes when moves are done they tell you to disable any plugin because if a plugin is activated through WP then when it is moved something happens. I can’t remember details just maybe something you should look into.

    Forum: Fixing WordPress
    In reply to: WP-admin broken

    look and see when you try to log in what the url is. Changing DB and or Just upgraded, copying , or moving can cause your old DB not to match your new one. Make sure your wp-config.php is config and right with the new sever set up.

    Erase your history in your browser! Then try again.

    Forum: Fixing WordPress
    In reply to: I need help

    LOL look WORDPRESS runs off of themes right?

    Ok Imaging this

    You create a new folder on your desktop.
    name it “Main”.
    Open up that folder and create two more folders themes and plugins
    Go back to main and just imagine that the index page (Or home page in other words) is coded like this.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="theme/style.css" type="text/css" media="screen" />
    <title>Test Page</title>
    </head>
    
    <body>
    <div class="test1">
    Hello I am a test page for Nacy86
    </div>
    Bla bla bla bla
    </body>
    </html>

    Now Look at this code. There is no style code anywhere in it. So it is going to show up like your website. ( everything in an absolute position (Other words all jacked up)).

    You need a style file to refer to so that the index page knows how to make the index page look. Now that the css is not in the index file itself the index file needs to look else where for the css.

    So it you look at the code above you see it says
    <link rel="stylesheet" href="theme/style.css" type="text/css"
    Now this code tells the browser that the css is not in the index file it is located somewhere else.
    Ok so the link above tells the browser that the css is located in the Theme folder and named as style.css

    The browser now combines the two files making it look however the syle.css file tells it to.

    Here is your problem

    Your site is looking for the css file where it is not at.

    In order for you to change this all around to get it to work you either need to do some studying from scratch on css and the way WP uses themes (Styles from theme folders).

    OR LOL I am a Web Developer and $ makes this problem go away.

    Just take you time and study what I just wrote and study it again then study it once more. Then do the same thing with your WordPress

    Forum: Plugins
    In reply to: help with adding plug in

    Visit my website, Maybe it can help you
    https://www.totalgraphicdesigns.com

    Forum: Fixing WordPress
    In reply to: I need help

    LOL I have tried to explain this last night

    Forum: Fixing WordPress
    In reply to: I need help

    You either need to learn about things before you get yourself into them or have someone help you out( ME ) lol

    People are not going to sit here and tell you 30 different ways on how to do the same thing.
    Study up on Themes and how they work so you can get what you need done

    That is deff a plugin there.. If you go into your admin area and look at thee top links….. Where it says Write manage design

    Well look up there for the link to edit that plugin. or what ever it is.

    If it is not there I dont know where it could be

    Forum: Fixing WordPress
    In reply to: I need help
    Forum: Fixing WordPress
    In reply to: I need help

    well it looks like you are getting a little closer

    Maybe you should read the documentations here on the WordPress website to get a better understanding of how the design and things works for a template

Viewing 15 replies - 1 through 15 (of 25 total)