PRO design links not working

I have a PRO design listing up with 3 links at the top, Payment, Shipping, Return Policy, but when I click on them nothing happens? an I supposed to set these before listing the auction? not sure either way.

Thanks

:smile:

The auction is here

I have revised the auction and still they don’t work?

Hi,

What you describe is a known issue in some browsers.
eBay puts the item description into a special, separated container (so-called iFrame). Unfortunately, some browsers block the linking feature in these iFrames so clicking on such a link doesn’t have any effect.

​In newer Pro Designs we have removed the links at the top or disabled them by default.

Regards, Kristian

I have the same problem with ‘Pro Header Store’.
Can I get rid of those links up the top somehow and still keep the Payment Returns etc boxes down the bottom?
Cheers,

Hi,

you can remove the links by pasting the following code in the footer field in the GarageSale preferences>Advanced:

<style type="text/css">.gs-headerStore #gs-storeInfoBoxLinks {display: none}</style>

Reload the Preview afterwards (cmd-r).

Regards, Kristian

Thanks Kristian. I’ll try that.