Strange html error with the theme

Posted in: Newsmag
Post count: 45

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 Image

Thanks in advance,
Gregory

Post count: 6600

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

Post count: 45

Hello Lucian, with other themes is fine. This happen only with Newsmag theme on my website. It’s strange yes and after 6 years working with wordpress i see first time.

Please let me know!

Regards,
Gregory

Post count: 6600

Hi,

We will further investigate this!
Thanks for reporting it!

Post count: 45

Hello there,

Do you have any updates ?

Thank you

Post count: 6600

Hi,

Unfortunately we haven;t made any progress on this as we having problems recreating it. If you still have this issue please let me know and provide a link to your site that also contains this issue.

Thanks

Post count: 45

Please have a look here

Yes, still facing this problem.

Thank you

Post count: 6600

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

Post count: 45

Hello Lucian

You are correct, however the css fix the issue.

Thank you very much

Post count: 45

Lucian, the css work perfect for chrome,safari and not with firefox.

Post count: 7909

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!

Post count: 45

Thanks a lot.

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newsmag’ is closed to new topics and replies.