• [Topic decapped – please do not post in all caps – it’s considered yelling is and quite rude]

    I am an ebay affiliate partner now & i am trying to add an editor kit to my page…..

    https://newsball.com/fsafs/

    Please check that link. The first image is how it is supposed to look…its a screenshot i took from ebay’s page

    What follows that image though is the is the 20x longer mess that the coding ebay gave me made it look.

    <script language="JavaScript" src="https://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=d%7Bhq%7Bt%7D%7Fv%7Dhv&bdrcolor=FFCC00&cid=0&eksize=1&encode=UTF-8&endcolor=FF0000&endtime=y&fbgcolor=FFFFFF&fntcolor=000000&fs=0&hdrcolor=FFFFCC&hdrimage=1&hdrsrch=n&img=y&lnkcolor=0000FF&logo=2&num=5&numbid=y&paypal=n&popup=y&prvd=9&query=%22george+zimmerman%22&r0=3&shipcost=n&siteid=0&sort=MetaEndSort&sortby=endtime&sortdir=asc&srchdesc=y&tbgcolor=FFFFFF&title=George+Zimmerman+stuff+on+ebay%21&tlecolor=FFCE63&tlefs=0&tlfcolor=000000&toolid=10004&track=5337373726&width=570"></script>

    That’s the coding by the way. It’s supposed to show 5 neat & tidy auctions, not that horrible mess of distorted space and bars.

    I understand I am supposed to edit my css style sheet but have no clue what to change… I also understand there is a FIREBUG program to install to detect the conflicting css code, I activated firebug and have no clue what to do. Cant seem to find the answer anywhere….

    Help?

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 9 replies - 31 through 39 (of 39 total)
  • Thread Starter newsball

    (@newsball)

    [Duplicate link removed – See first link in original post]

    there, look at it now, i show a very clear before & after … someone please help, im obsessing over this and i need to add these auction tables into an article that has gone viral

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    there, look at it now, i show a very clear before & after

    Where’s the after?

    Thread Starter newsball

    (@newsball)

    https://newsball.com/wp-content/uploads/2013/07/ebaysupposedtolook.jpg

    that is the before

    and the huge mess is after! actually the mess is at the top of the page before the header and below the before too!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    But that’s how it’s supposed to look, isn’t it? It has the same appearance as the ebay page.

    Thread Starter newsball

    (@newsball)

    the yellow editor kit on this page https://newsball.com/wp-content/uploads/2013/07/ebaysupposedtolook.jpg that is how it is supposed to look once the css code is put into the page, but it made the kit look horrible! cant u see that????

    [Duplicate link removed – See first link in original post]

    please help

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry I can’t see the issue you’re experiencing.

    Thread Starter newsball

    (@newsball)

    Here look

    [Duplicate link removed – See first link in original post]

    I explained myself better now.

    The borders and the lines in between each auction link are so thick it is not right, the padding is fat its all wrong. Cant you see the difference? Please refresh and look
    [Duplicate link removed – See first link in original post]

    As I posted yesterday, the theme has CSS affecting the table – you need to override the theme CSS to fix the table you are adding – try adding this to custom CSS:

    .entry-content td, .comment-content td {
        border-top: 0;
        padding: 0;
    }
    .entry-content table, .comment-content table {
        border-bottom: 0;
        color: none;
        font-size: 1;
        line-height: 1;
        margin: 0;
        width: 100%;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Why won’t you help me?

    It has only been 1 day since you posted asking for help and this is the weekend; if you’re not satisfied with the level of support provided by volunteers then feel free to use a paid support service. Yet I fail to see how nobody has helped you.

    Edit:
    Actually it is quite apparent that you are not satisfied with the support you have received:

    I guess no one here is qualified to help.

    We therefore wish you every success resolving your issues with more qualified persons.

Viewing 9 replies - 31 through 39 (of 39 total)
  • The topic ‘Trying To Add An Ebay Editor Kit But My Site Is Making It Look Horrible!’ is closed to new replies.