EasyAzon isn't working with NewsMag

Posted in: Newsmag
Post count: 15

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!

Post count: 1291

Hi,

Please paste a link which contains an element that’s not displayed properly, i’ll look into it and get back with a css fix.

Thank you, Emil G.

Post count: 15

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!

Post count: 15

Any updates on this please?

Thank you!

Post count: 6600

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

Post count: 15

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.

http://content.screencast.com/users/Truefolder/folders/Default/media/c7748612-99c1-447d-ab43-681e58c4cc54/1.JPG

Post count: 6600

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

Post count: 15

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.

Post count: 15

Hi Lucian,

Thanks, your suggestion seems to have worked. I’ll test a bit more.

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