• Resolved craftsman107

    (@craftsman107)


    Just started using your plugin, and like it very much, but the listing appearance on my site is kind of wonky, here’s the page on my site that I’m talking about:
    http://www.thecraftsmanbungalow.com/bungalow-homestore/furniture

    Is there a way to customize it, and/or display it in a grid format?

    Also, I’m part of the eBay Partner Network and have entered my eBay campaign ID, will I get affiliate commissions for purchased made through my links?

    Thanks!

    Dave

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rhys Wynne

    (@rhyswynne)

    Hi Dave,

    Yeah there are ways to customise it. You would have to be familiar with CSS but I think if you put this in your theme’s CSS file you should be able to improve the look of the site instantly.

    .ebayfeed td {
        vertical-align: middle;
        padding: 10px;
    }

    And to answer your second part:-

    Also, I’m part of the eBay Partner Network and have entered my eBay campaign ID, will I get affiliate commissions for purchased made through my links?

    If everything is set up correctly, then yes you should 🙂

    Thread Starter craftsman107

    (@craftsman107)

    Hi Rhys,
    Thanks for getting back to me. I entered the code you listed above into my styelsheet (style.css) in my child theme, but it doesn’t seem to have had any effect. Any other ideas?

    Thread Starter craftsman107

    (@craftsman107)

    Nevermind my post above! The code you suggested worked perfectly, thanks again!

    RESOLVED

    Thread Starter craftsman107

    (@craftsman107)

    Upon closer examination, it looks like that code you provided only works on Firefox, but not on Chrome or Safari. Here’s the page I’m referring to:

    http://www.thecraftsmanbungalow.com/bungalow-homestore/furniture

    I know that different browsers interpret code differently, but do you have any advice for harmonizing this look across all browsers?

    Plugin Author Rhys Wynne

    (@rhyswynne)

    It looks fine on Chrome and Safari. Could it be a caching issue that you are looking at an old version of the CSS? 🙂

    Thread Starter craftsman107

    (@craftsman107)

    Yes, had to cache out. It’s looking all good across all platforms now. Sorry for the confusion, and thanks again for your help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Customizing eBay Feed Appearance’ is closed to new replies.