Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • The page doesn’t load for me.

    I would try disabling any new plugins you have installed first.

    If that doesn’t fix the problem you may need to reinstall WordPress and manually remove bad code from infected files.

    Once you reinstall WordPress, go through each file in your theme and look for a PHP function called base64_encode. Usually this is the first line in each infected file. Delete this lines in every file.

    If your site is hosted on a Linux machine and you have SSH access I would recommend using the grep command to look for the base64_encode function in the wp-content folder.

    Here is an example:

    grep -rl “base64_encode” /path/to/wp-content

    Did you type?

    a:link {text-decoration:none;}

    So you have a menu bar that you made with CSS and you need to center it?
    I have had some problems centering things myself and after days of searching i found something that works for me every time on all browsers.
    I’m not sure if the code will validate but it works.


    #element {width: 1000px; margin-left: -500px; left: 50%;}

    You may have to change the position to absolute as well.

    Good luck.

Viewing 3 replies - 1 through 3 (of 3 total)