• Resolved hatishbi

    (@hatishbi)


    Hi,

    first of all: thanks for your aweseome plugin! I’ve a formatting issue, apparently with the “amazon-product-price”-table. It’s displayed below (instead of beside) the product image, has a border and seems to has a fixed table width. Link (you have to click on “Aufdecken” as it hides behind a spoiler). In Firefox it looks ok but Chrome and IE don’t format it right (all actual versions).d

    Thanks

    Bye
    Johannes

    http://wordpress.org/extend/plugins/amazon-product-in-a-post-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Johannes,
    This is a styling issue with your theme styles causing the problem. In my FAQs I mention that the theme styles play a big role in the look and layout of the product – and this is one of those times.

    To fix it, you need to add your own styles to override the theme. Go to the settings for the plugin and at the bottom of the page, check the ‘use my styles’ box and then add this to the styles below it:

    .amazon-product-table div{
    	overflow:hidden;
    }
    .amazon-product-price {
    	border:0 none !important;
    }

    That should fix it for you.

    If you have any additional layout issues, you will need to get someone with CSS experience to help you style the product appropriately (as we do not generally help with layout/styling).

    Also, I don’t recommend adding the button image the way you did, as it will be overwritten when the plugin updates. We hope to have a way to add your own buttons in the near future… but remember – until then, you will have to fix your button every time the plugin updates if your put it in the plugin images folder like that.

    Best of luck and warm regards,
    Don

    Thread Starter hatishbi

    (@hatishbi)

    Thanks, works like a charm 🙂

    Bye
    Johannes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken price/release date table’ is closed to new replies.