fbpx

Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Format of Listing on eBay changed #6225
    Sally Milo
    Participant

    Looking further, it appears the javascript in your picture gallery is not being recognized. That’s supposed to happen in June when “active content” will no longer be allowed by eBay.

    in reply to: Format of Listing on eBay changed #6217
    Sally Milo
    Participant

    It looks like someone fiddled with the HTML.

    Sally Milo
    Participant

    I last checked a couple weeks ago and eBay hasn’t yet instituted its code. It will be able to be done in SixBit when eBay releases it. In the meantime, if you want just your text description to show in Mobile, but your full description wrapper on a monitor, you can add this above your wrapper code:

    .desktop-only{ display: block;}
    .mobile-only { display: block; }
    /*small screen sizes*/
    @media (min-width: 100px) {
    .mobile-only { display:block;}
    .desktop-only { display:none; }
    }
    /*medium+ screen sizes*/
    @media (min-width:500px) {
    .mobile-only { display:none;}
    .desktop-only { display:block; }
    }

    [[Description]]

    {{{your wrapper code here}}} then put

    at the end.

    in reply to: Change A SKU #5861
    Sally Milo
    Participant

    SKUs are changed in the Items tab, not listings tab.

    in reply to: Duplicate HTML Code #5906
    Sally Milo
    Participant

    If you want to email me your code, I’ll do a test listing and see if I can figure it out. (I’m willing to put 15 min. in this at no charge.)
    sally@sallymilo.com

    in reply to: Ok, so who’s here? #5803
    Sally Milo
    Participant

    I made it. Have to look around…

Viewing 6 posts - 16 through 21 (of 21 total)
© 2024 SixBit Software. All rights reserved.