After Update 4.0.2, all old images change to 1 images per row.
http://i.imgur.com/TqpDhLh.jpg
I try disable all plugins but nothing change and if switch back to 3.8.2 or 3.8.3.1 it change to normal.
hi,
first of all you got 2 javascript errors : http://screencast.com/t/oqnpalJp
then I see that you inserted some links with images in them from another site : http://screencast.com/t/9KFmxG9gW , those links have the class external. I have found nowhere the css rules for external class.
use this code :
.td-post-text-content p a.external {
float: left;
padding: 2px;
}
here: http://screencast.com/t/hr2yphh82zcA to align them like you want
Thanks for you message.
Radu A.
Thanks you.
but for non external image, i still found same trouble.
I try use theme for put image in same line but not work too.
(update) http://bfthai.com/teeee/
and some direct image have same problem (even not use table)
http://bfthai.com/zodiac-set/
3.8.4 : http://i.imgur.com/TqpDhLh.jpg
Hi,
For the non external images please use the css:
.td-post-text-content img {
float: left;
padding: 2px;
}
We have made some changes in themes style css, and this may be the reason why the pictures don’t align properly.
Also you may want to check those JavaScript errors.
Let me know if it’s working.
Thanks
Thanks. It works.
http://bfthai.com/teeee/
However, I found new problems after custom css.
1. for non align image, all text under image change position to right picture if have some space
sample : http://i.imgur.com/WbAc32T.jpg
2. It feel take a little time before images get align even use super cache (not found this problem in previous version).
3. some image class from other plugin change text position
sample : http://i.imgur.com/d4YqJYP.jpg
Is it possible to change themes style css directly to use old version or download older version from themeforest ?
-
This reply was modified 12 years by
SAO.
Hi,
You can use this css to move the text under the images:
.td-post-text-content h2, .td-post-text-content h3, .td-post-text-content p {
clear: both;
}
You can’t use the css style sheet from an older theme version but you can revert
to an older theme version, if you hadn’t made any backup to your theme before update you can send an e-mail at contact@tagdiv.com specify this issue and we will send you an older version of the theme as you can’t get from themeforest only the latest theme version.
Thanks