Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Pages become scattered after importing Blogger content WordPress

  • SOLVED

[[LINK href="http://www.imagegranted.com"]][[/LINK]]

I've imported my blogger content into a new Wordpress site. Now everything on the pages are out of wack. The sidebar widgets are in the footer, black bars run across the page. The second post on the page appears half on the sidebar and half where it should be. I have no idea whats happening.

Answers (3)

2012-08-23

Arnav Joy answers:

its possibly any open html element that are now closed or any closed element that are not open

can you share what have you uploaded


Arnav Joy comments:

can you show the url?


ImageGranted comments:

Apologies I thought I did already. www.imagegranted.com

[[LINK href="http://www.imagegranted.com"]][[/LINK]]


Arnav Joy comments:

can you share code for the index.php and the content you uploaded ?


ImageGranted comments:

<?php
/**
* @package WordPress
* @subpackage Website_Theme
* @since Website 1.0
*/
?>

<?php
get_header();
get_template_part('slider', 'index');
get_template_part('breadcrumbs', 'index');
?>

<section id="content" class="<?php Website::contentClass(); ?>">
<?php get_template_part('loop', 'index'); ?>
</section>

<?php
get_sidebar();
get_footer();
?>





Content is attached


Arnav Joy comments:

can you provide me access to you site?

its one of the post that has some bad html element closed or opned


ImageGranted comments:

Yes, but you will see that this occurs on all 41 pages of the blog posts.

username: Arnav Joy
password : joy123


Arnav Joy comments:

i have changed the password , and will tell you via pm , please do not write any crucial information here , send pm instead

2012-08-23

Pavel Petrov answers:

Have you tried switching to twenty eleven to see if it is theme incompatibility?


ImageGranted comments:

Yes, and it works with 2011 but the problem is the client already purchased the theme so we are stuck in using it.

2012-08-23

Jatin Soni answers:

It seems everything is out of the #main div and that may causing the issue. Check your theme or may be send me your index/front-page file to check. This is something related to html markup structure.

I found that <div id="main" class="clear"> is closing right after header and all other content going out from that div with has 940px width. So try to check all other content and move it into #main div that may solve your issue.


ImageGranted comments:

Please see your messages


Jatin Soni comments:

I have seen and replied please check your email