Hello, I’m getting strange error on wordpress backend and with not closed properly the html tag in wordpress editor, the fix is easy here, just click on visual and back to text, and fix, but we keep posting since 2009 and the old post is little mess and how looks when users search or visit older directory’s see please image for better explanation. a
Thanks in advance,
Gregory
Hi,
I haven’t been able to recreate this, could you please also check this by switching to a WordPress default theme to make sure that this could happen due to the theme. Please let me know and also use http://pastebin.com/ to send your post’s content containing this errors and also your site’s URL so I can check this.
Thanks
Hi,
I have inspected your site and seems that you are right, the post excerpt which is not added causes the post images to come one after another because they are set via css to float to left.
Please also try this without plugins to make sure that this is not due to any of them and also empty cache, purge files then try again.
Also please try to ad the same post content in the visual editor then save your post and try if this still happens.
You can also use this css to fix this:
.td_module_11 .td-module-thumb {
clear: both;
}
.td_module_11 {
min-height: 220px;
}
Please let me know!
Thanks
Hi,
Please try this custom css: http://screencast.com/t/shyyFMh2yqD9
.td_module_11 .td-module-thumb {
clear: both;
}
.td_module_wrap.td_module_11 {
min-height: 220px;
margin-bottom: 30px !important;
}
Let me know if this fix it!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].