• Resolved YogieAnamCara

    (@yogieanamcara)


    Hi,

    please reduce the size of the Amazon logo to be max size 30px at the admin area. Where the logo displays well at the pages or post editor, there are numerous plugins using the editor do show a huge Amazon Logo.

    <img src="https://images-na.ssl-images-amazon.com/images/G/01/PAAPI/AmazonAssociatesLinkBuilder/icon._V278877987_.png" id="aalb-admin-searchbox-amzlogo">

    I think usually the logo should not exceed 30px os I found this CSS at aalb_admin.css:

    img#aalb-admin-searchbox-amzlogo {
      width: 30px;
      height: 30px;
      padding: 0px;
    }

    but for some reason this is not taken into account everywhere!?

    Many thanks!

    Cheers
    Joerg

    • This topic was modified 7 years, 11 months ago by YogieAnamCara.
    • This topic was modified 7 years, 11 months ago by YogieAnamCara.
Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter YogieAnamCara

    (@yogieanamcara)

    Hi,

    can you please take action here, my editor has a large area with a huge amazon logo, I have to switch off the amazon plugin to have a regular sized tool bar and to be able to work as used to be….

    Thanks!

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Here is an example of how it looks like on a page or post edit (which is ok):

    Logo perfect sized!

    But at any other location where the advanced editor is used I’m getting this:

    Logo too big!

    Plugin Author Amazon Associates Link Builder

    (@amazonlinkbuilder)

    Hi YogieAnamCara,

    Thanks for providing feedback. Can you help us with advanced editor it is? Does max-height:30px; max-width:30px; solve the issue for you?

    Let us know and we’ll roll out this fix in the next plugin update.

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Hello,

    many thanks for your feedback I’m using

    TinyMCE Advanced

    but even if I switch the advanced editor plugin off, and just using the WP visual editor I do have the same issue.

    Here is an example of my event management plugin, the visual editor (with turned OFF tinyMCE Advanced plugin) looks still like this, but even at the text editor it looks the same:

    Only WP build in visual editor!

    As said before setting the CSS

    img#aalb-admin-searchbox-amzlogo {
      max-width: 30px !important;
      max-height: 30px !important;
      padding: 0px;
    }

    at the CSS file aalb_admin.css from the admin/css is not changing the size of the logo.

    Highly appreciated if this could be fixed.

    Many thanks in advanced.

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    This is the code from one of the pages that are including the Amazon logo, it looks like that the CSS is not taken into account or loaded on that page…?

    <div id="aalb-admin-searchbox">
      <img src="https://images-na.ssl-images-amazon.com/images/G/01/PAAPI/AmazonAssociatesLinkBuilder/icon._V278877987_.png" id="aalb-admin-searchbox-amzlogo"><input type="text" id="aalb-admin-input-search" name="aalb-admin-input-search" placeholder="Enter keyword(s)" onkeypress="aalb_submit_event(event,&quot;aalb-admin-button-create-amazon-shortcode&quot;)"><a class="button" title="Add Amazon Associates Link Builder Shortcode" id="aalb-admin-button-create-amazon-shortcode" onclick="aalb_admin_show_create_shortcode_popup()">Search</a>
      </div>

    If I go into the CSS file of the plugin that is using the editor and add the CSS everything turn out fine… but it can’t be the case that I would need to add the CSS to any plugin using a editor? The huge logo is for example showing up at these plugins editor…

    https://www.ads-software.com/plugins/events-made-easy/ (at the event edit page)
    https://www.ads-software.com/plugins/newsletter-subscription-form/ (at the theme settings tab, here is also the “search” button missing!)
    https://www.ads-software.com/plugins/popup-builder/ (at the editor for each popup)

    just to name a few

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    And even with the latest Version 1.4 same issue while displaying the Amazon Logo as too big still appears.

    Plugin Author Amazon Associates Link Builder

    (@amazonlinkbuilder)

    Hi YogieAnamCara,

    Thanks for providing feedback with example plugins where logo appears big. We were able to re-produce it.
    We are tracking this issue now and will fix this with next plugin update for sure.
    Can you write us at [email protected] so that we can assist you in a temporary solution until the next update?

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Hi,

    many thanks, I will wait for the next update to see it fixed, I lived so long with the large logo, I’ll not waist your time for a temp solution when you will fix it anyways ??

    Thanks!

    Cheers
    Joerg

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Still not fixed so far ??

    Plugin Author Amazon Associates Link Builder

    (@amazonlinkbuilder)

    Hi @yogieanamcara,

    We just rolled out v1.4.1 of the plugin which includes this fix. Please upgrade to the latest version and confirm that the amazon logo size issue is fixed for you now. Cheers!

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Excellent, @amazonlinkbuilder!

    I can confirm the latest version fixed the “Stay Puft Marshmallow Man” logo.

    Thanks a lot!

    Cheers
    Joerg

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    Hi @amazonlinkbuilder

    I’m sorry to tell you that the issue is back with version 1.4.5

    Please fix ??

    Many thanks in advance!

    Cheers
    Joerg

    • This reply was modified 7 years, 5 months ago by YogieAnamCara.

    Hm, I got the latest version 1.4.5 and it looks alright in my editor.
    icon displaying correctly

    Or am I getting it wrong?

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    I have it look like this in my EME (Events Made Easy)

    EME shows AMAZON like this

    Hm, perhaps the other plugin overwrites the style information. Have you updated that one recently, too? Pretty likely, as (at least at my end) nearl all plugins were adapted to WP4.8.

    Maybe the cause is then in the other plugin(s)?

    Just guessing…

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Please scale down Amazon Logo’ is closed to new replies.