Hi guys,
It looks like EasyAzon plugin isn’t friendly with NewsMag theme in some instances. Most importantly, when inserting links through EasyAzon, the images are giant and cannot be resized, either. I’m guessing it has something to do with the CSS of both Newsmag and EasyAzon?
Can you please look into this ASAP?
Here’s the screenshot for test: http://content.screencast.com/users/Truefolder/folders/Default/media/d62f1177-8697-40e7-8f04-54d647bd60ba/1.JPG
If you need login details, please message me somehow here so that I can give them to you in private.
Thank you!
Hi Emil,
Please see this post and scroll all the way down: http://topdogtips.com/top-10-best-dog-movies/
I’ve included multiple examples of things that do not work with Newsmag. There are no problems with any other theme.
– Info blog – scaling doesn’t work; should be smaller and scalable/resizable
– Attributes – scaling doesn’t work; should be smaller and scalable/resizable
– Simple buttons – doesn’t work, they’re supposed to be small (there are more)
– Image 132×160 insertion – doesn’t work; any image size gets extended automatically
– This image below is supposed to be inserted as 53×75 size – it’s not, and I also cannot resize it – the theme won’t allow that.
Note that every time I’m inserting something, the theme automatically extends the original size to its fullest (theme content/body width size, I believe) and it also won’t allow me to edit the size.
Thanks for the help!
Hi,
Sorry for the delay!
I’ve check your site and noticed that those images are affected by some theme’s css which use the same classes and that is why they are always at full container width. You can overwrite it using css, try this css in your custom css filed and lat me know if you still have issue with this: http://screencast.com/t/wx0rGedoj
.post .easyazon-block .alignnone img, .post .easyazon-block .aligncenter img {
width: initial !important;
}
Let me know how it goes!
Thanks
Hi Lucian,
Thanks for the response! I did what you said, but it didn’t help much.
Custom CSS changed A FEW of these, but some other entries are still giant and did not change (please see the link).
BUT, most importantly, these are ALL still giant within the editing window (when editing the post), and the custom CSS does not affect anything when writing/editing the post. I still can’t scale them or control them in any way like I should be able to. They’re huge and taking up all the space in the window.
-
This reply was modified 11 years by
Truefolder.
Hi,
Use it like this: http://screencast.com/t/1PRBL6MY
.alignnone img, .aligncenter img {
width: initial !important;
}
For post editor panel please try to remove this css: http://screencast.com/t/khU6Wn5hC ..and see how it goes. Please also remember to empty caches and purge files if you sue cdn host.
Thanks
Lucian,
I can’t control how the plugin inserts images. It just inserts an Amazon Buy Button and it should be correct size, but the theme extends it all the way for some reason.
I placed the previous code in Theme Panel > Custom CSS box. Do I remove previous code? Where do I place this new one, in Custom CSS box, or go directly into style.css file? Please advise.
Hi Lucian,
Thanks, your suggestion seems to have worked. I’ll test a bit more.