$40
The whole blog has moved to the left of the widget
mothernatur3s0n | 02/09/10 at 8:51am
| Edit
(8) Possible Answers Submitted...
-

Last edited:
02/09/10
9:02amBrian Richards says:Without being able to see the blog (could you post a link?), I suspect it may have to do with some untidy markup within the blog post itself. Are you using any HTML in the blog post? Are you pasting the text in from another application?
- 02/09/10 9:30am
mothernatur3s0n says:The link is: http://classic.g0su.it
Usually i use HTML code yes or i copy and paste for quote articles external on the blog, but i have already tryed to change the published new article in the draft or to delete it but everytime the problem persist. I tryed to disabled all plugins too but nothing to do... Look how was my original blog. Do you nedd on account on my blog?
- 02/09/10 9:30am
-

Last edited:
02/09/10
9:09amNathaniel Usarzewicz says:Take a close look on that last article you have written - somewhere within it, you might have unclosed tag, perhaps some <div>. To check it out, turn of your post from being displayed, simple edit it and save it as draft. Then check if your blog works again, if it does, go line by line of your new post, but not through WYSIWYG editor, but through HTML mode so you can see all weird tags.
First, look at the very end of the post, perhaps our bad DIV is somewhere there, if it's not, then as I said, go line by line and fine the error you will :).- 02/09/10 9:32am
mothernatur3s0n says:The link is: http://classic.g0su.it
Usually i use HTML code yes or i copy and paste for quote articles external on the blog, but i have already tryed to change the published new article in the draft or to delete it but everytime the problem persist. I tryed to disabled all plugins too but nothing to do... Look how was my original blog. Do you nedd on account on my blog?
I want advise all: im not a programmer, im a newbie so i need a real help pass to pass - 02/09/10 1:43pm
Nathaniel Usarzewicz says:Let's make it simpler - download the theme again, re-upload all files and see if that helps :)
- 02/09/10 1:46pm
mothernatur3s0n says:I have made ex-novo one new theme from Artister, this last that you see in the link of my blog is the latest theme and i got ever same problem. But now is fixed from Utkarsh Kukreti
- 02/09/10 9:32am
-

Last edited:
02/09/10
4:06pmUtkarsh Kukreti says:Edit: Please change the theme to the artisteer one, and link us to the site. That should help.
Previous versions of this answer: 02/09/10 at 9:18am
- 02/09/10 9:33am
mothernatur3s0n says:The link is: http://classic.g0su.it
Usually i use HTML code yes or i copy and paste for quote articles external on the blog, but i have already tryed to change the published new article in the draft or to delete it but everytime the problem persist. I tryed to disabled all plugins too but nothing to do... Look how was my original blog. Do you nedd on account on my blog?
I want advise all: im not a programmer, im a newbie so i need a real help pass to pass
Ok i will change it now for all - 02/09/10 12:58pm
mothernatur3s0n says:Wrote your question here please, so all can see.
- 02/09/10 1:09pm
Utkarsh Kukreti says:Thanks for the account. I've fixed it now. Let me know if it's fine.
- 02/09/10 1:44pm
mothernatur3s0n says:Thanks for fix the problem! Is fine now, can you tell me what you do for fix it exactly?
- 02/09/10 2:17pm
mothernatur3s0n says:Can you tell me what to do for solve it?
- 02/09/10 2:22pm
Utkarsh Kukreti says:The problem was with the Text Widget. It didn't have 2 closing div statements in the end.
- 02/09/10 2:34pm
mothernatur3s0n says:Can you explain exactly what you maked for fix it? And where this problem was? Cause i only wroted one new article, do nothing about the widget!
- 02/09/10 3:07pm
Utkarsh Kukreti says:I added the following at the end of the widget which shows the site worth etc
</div></div>
- 02/09/10 9:33am
-

Last edited:
02/09/10
9:17amMatt K says:Might I suggest using the http://validator.w3.org/ tool to check if there are any invalid <div>s? This should let you clean up anything dodgy and fix the original layout.
- 02/09/10 9:35am
mothernatur3s0n says:The link is: http://classic.g0su.it
Usually i use HTML code yes or i copy and paste for quote articles external on the blog, but i have already tryed to change the published new article in the draft or to delete it but everytime the problem persist. I tryed to disabled all plugins too but nothing to do... Look how was my original blog. Do you nedd on account on my blog?
I want advise all: im not a programmer, im a newbie so i need a real help pass to pass
Im not a programmer, im a simple user ;(
- 02/09/10 9:35am
-

Last edited:
02/09/10
9:34amJulio Protzek says:To test if the problem is in the markup of the post, just make it private and render the page again.
If the problem gone with the post you just have finded the bug.
Then just do what Nathaniel said to correct the post markup.- 02/09/10 9:37am
mothernatur3s0n says:The link is: http://classic.g0su.it
Do you nedd on account on my blog?
I already tryed to disable the article or mute it to draft, not private, and nothing to do!
I want advise all: im not a programmer, im a newbie so i need a real help pass to pass - 02/09/10 9:39am
Julio Protzek says:If you pass me an account I will be happy to solve the problem.
- 02/09/10 9:41am
Julio Protzek says:julioprotzek@gmail.com
- 02/09/10 10:39am
mothernatur3s0n says:Ok i able you one account, chek email!
- 02/09/10 9:37am
-

Last edited:
02/09/10
10:00amAndrea Pernici says:In this post you have an error with your adsense --> "As you can see the preparation of technology gives us the way to play games like warcraft on a table as we never thought about it before !"
and you also have problem with the <p><p> inside the post.
- 02/09/10 10:46am
mothernatur3s0n says:Honestly i dont know what you mean exactly cause i just used a plugin for adsense and is automatic. Excuse me but my level of knowledge is very poor about wp and same! This is the motive cause i pay $40 for this question (i know i cant help the experts alot). Tell me what to do then, thanks!
- 02/09/10 10:46am
-

Last edited:
02/09/10
11:10amDan Davies says:Your sidebar is contained within two div tags:
<div class="sidebar1">
<div class="sidebar1">
but only one of those div tags is closing before the content section.
You need to edit the sidebar.php file in your template, and at the very very bottom, add
</div>
That should fix it.- 02/09/10 12:11pm
mothernatur3s0n says:This is my sidebar1.php and there already are at bottom 2 /div, look:
<div class="sidebar1">
<?php if (!art_sidebar(1)): ?>
<div class="Block">
<div class="Block-body">
<div class="BlockHeader">
<div class="header-tag-icon">
<div class="t"><?php _e('Search', 'kubrick'); ?></div>
</div>
</div><div class="BlockContent">
<div class="BlockContent-body">
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" style="width: 95%;" />
<button class="Button" type="submit" name="search">
<span class="btn">
<span class="l"></span>
<span class="r"></span>
<span class="t"><?php _e('Search', 'kubrick'); ?></span>
</span>
</button>
</form>
</div>
</div>
</div>
</div>
<div class="Block">
<div class="Block-body">
<div class="BlockHeader">
<div class="header-tag-icon">
<div class="t"><?php _e('Archives', 'kubrick'); ?></div>
</div>
</div><div class="BlockContent">
<div class="BlockContent-body">
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'kubrick'))); ?></p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'kubrick'))); ?></p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p><?php printf(__('You have searched the <a href="%1$s/">%2$s</a> blog archives for ‘%3$s’. If you are unable to find anything in these search results, you can try one of these links.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), wp_specialchars(get_search_query(), true)); ?></p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name')); ?></p>
<?php } ?>
<?php }?>
<ul>
<?php wp_get_archives('type=monthly&title_li='); ?>
</ul>
</div>
</div>
</div>
</div>
<?php endif ?>
</div>
U need one account with more power perhaps ? - 02/09/10 12:13pm
mothernatur3s0n says:I have only sidebar1.php and sidebar2.php
- 02/09/10 2:02pm
Dan Davies says:Add another </div> at the bottom - ignore the amount there already are, just add another.
- 02/09/10 2:16pm
mothernatur3s0n says:Darfuria has posted a possible answer. They wrote:
Add another </div> at the bottom - ignore the amount there already are, just add another.
I already do it but nothing happened.
- 02/09/10 12:11pm
-

Last edited:
02/09/10
1:14pmDan Fraticiu says:Maybe you could post you theme files. Make an archive of your theme and post it here. The generated code is really a mess.
This question has expired.
Current status of this question: Completed




