• Hi guys, I have the Aeros theme installed (nice and common!) but have a weird new problem on the front blogging page. All other pages are fine, but on the home page it shoves the sidebar underneath the content. It does this in a range of themes so I suspect the problem is in the code for the blogging part, but no idea where to look / how to fix it?

    Any help appreciated!

    http://www.the-unprofessionals.co.uk/

    Mike

Viewing 9 replies - 1 through 9 (of 9 total)
  • I just get this error when I try to open your link:

    Warning: require_once(/home/unpro/public_html/wp-includes/wp-db.php) [function.require-once]: failed to open stream: No such file or directory in /home/unpro/public_html/wp-includes/functions.php on line 2004

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/unpro/public_html/wp-includes/wp-db.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/unpro/public_html/wp-includes/functions.php on line 2004

    Thread Starter mikedav

    (@mikedav)

    Sorry, I was uploading all the files again to see if it fixes…should be ok to access now!

    the problem seems to be with the ‘blog’ part, i.e. whichever page builds the index.php? As the rest of the pages are ok

    on your index page the div sidebar is inside the div content. Just close a div before you load the sidebar and it should work

    Thread Starter mikedav

    (@mikedav)

    Thanks very much, which ‘index.php’ am I looking at? The top level one doesn’t seem to mention the sidebar:

    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>

    Sorry, I’m a newb

    that totally depends on your coding. I guess you have to close a div in the main index template (that is the index.php in your template folder)

    Thread Starter mikedav

    (@mikedav)

    Found it, many thanks!

    no problem 🙂

    Thread Starter mikedav

    (@mikedav)

    Hmm…having a similar problem again! Now it’s showing it over to the far right?

    http://www.the-unprofessionals.co.uk/

    Thread Starter mikedav

    (@mikedav)

    Can anyone help?

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

The topic ‘Aeros Problem’ is closed to new replies.