Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter twistbeats

    (@twistbeats)

    what i’m really looking for is a theme with div tags that clearly and simply allow for css customization.

    Thread Starter twistbeats

    (@twistbeats)

    ah. fixed. messy style sheets.

    content was displaying off centre, to the right of the header and navbar. i put a
    in the header.php file just after the menu items in the navbar. it aint a great fix but at least i know where the problem is. i’ll figure something out later.

    Thread Starter twistbeats

    (@twistbeats)

    bump

    Thread Starter twistbeats

    (@twistbeats)

    default.css

    Thread Starter twistbeats

    (@twistbeats)

    fraid not. there are no divs like this in the style sheet. the template is a mess of stylesheets. here is the code from the main one:
    [huge chunk of code moderated – please use a pastebin or link to file]

    Thread Starter twistbeats

    (@twistbeats)

    I’M IN!!!!!

    Many many thanks to whooami.

    i think this is what was the problem.

    my php code was being rendered onto one line. this affected the wp_config.php file as well as the comments.php file. by using the xpanel file manager to upload these 2 files again (instead of my usual ftp client: cyberduck) the problem has gone.

    STRANGE!!!!

    for me it’s my host account username. but i don’t use yahoo.

    Thread Starter twistbeats

    (@twistbeats)

    well… now im getting a new error:

    Parse error: syntax error, unexpected T_FUNCTION in /home/twist/public_html/wp-admin/includes/comment.php on line 1

    sent the comments file.

    Thread Starter twistbeats

    (@twistbeats)

    here is the code (not including db password)

    <?php/** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information by * visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don’t have to use the web site, you can just copy this file * to “wp-config.php” and fill in the values. * * @package WordPress */// ** MySQL settings – You can get this info from your web host ** ///** The name of the database for WordPress */define(‘DB_NAME’, ‘twist_wordpress’);/** MySQL database username */define(‘DB_USER’, ‘twist_twist’);/** MySQL database password */define(‘DB_PASSWORD’, ‘passwordhere’);/** MySQL hostname */define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */define(‘DB_COLLATE’, ”);/**#@+ * Authentication Unique Keys. * * Change these to different unique phrases! * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/ www.ads-software.com secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */define(‘AUTH_KEY’, ‘put your unique phrase here’);define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);define(‘NONCE_KEY’, ‘put your unique phrase here’);/**#@-*//** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */$table_prefix = ‘wp_’;/** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German * language support. */define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. *//** WordPress absolute path to the WordPress directory. */if ( !defined(‘ABSPATH’) ) define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */require_once(ABSPATH . ‘wp-settings.php’);

    Thread Starter twistbeats

    (@twistbeats)

    ok, that last error has gone away. not sure why. but i’m back to the initial line 1 parse error.

    interestingly i have noticed this:

    the original config file i used to upload, displays the code on 76 lines. once uploaded, i download it and find that the format of the code is thus that it is all displayed on one line (line 1). if you know what i mean. is this normal?

    Thread Starter twistbeats

    (@twistbeats)

    cool. but now i get this:

    Fatal error: Call to undefined function is_admin() in /home/twist/public_html/wp-admin/includes/comment.php on line 162

    any thoughts?

    Thread Starter twistbeats

    (@twistbeats)

    sorry guys. i can’t see any spaces/line breaks at top or bottom of the config file.

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