Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    It looks like the stylesheets aren’t getting loaded.

    In the Edit Template page, add the contents of these two stylesheets into the Stylesheet box then try to update the listing again.

    https://www.fenfeichina.com/ebayzx/desmoban/igrab/desc.css
    https://www.fenfeichina.com/ebayzx/desmoban/igrab/desc2.css

    Kind regards,

    Menchie
    WP Lab Support

    Thread Starter louisapple

    (@louisapple)

    thanks for that, i add two stylesheets now and the effect like that

    https://www.ebay.com.au/itm/Luxury-wooden-Cufflink-Box-for-36-pairs-of-cufflinks-/262563641377?ssPageName=STRK:MESE:IT

    the thumbnail photo is networking and return and guarrantee tap are not working as well
    i consulted my template designer he said the js effect is not load properly?

    Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    The scripts are getting included just fine. You just need to add the necessary calls to your thumbnails and tabs.

    First, all <img> elements inside the <div class=”pic_picx”> block needs to have this attribute:`onclick=”set_big_pic(this.src)”

    so it will look something like:
    <img style=”cursor:pointer;” onclick=”set_big_pic(this.src)” src=”https://i.ebayimg.com/xxx”&gt;

    As for the tabs, the <li> elements inside the <ul id=”tab” name=”tab”> block needs to have:
    onclick=”tabs(‘tli’, ‘tdiv’, 2, 0)”

    e.g.
    `<li id=”tli0″ class=”h” onclick=”tabs(‘tli’, ‘tdiv’, 2, 0)”>Return

    where the last parameter (0 in this example), points to a DIV element with an ID of tdiv0. Just increment the last parameter as you add tabs

    Kind regards,

    Menchie
    WP Lab Support

    Thread Starter louisapple

    (@louisapple)

    ok, the photo thumbnail fixed

    but for the

    Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    Here’s the code for the tabs – both <li> elements had the same ID attribute:

    <ul id="tab">
    <li onclick="tabs('tli', 'tdiv', 2, 0)" class="h" id="tli0">Return</li>
    <li onclick="tabs('tli', 'tdiv', 2, 1)" class="b" id="tli1">Guarantee</li>
    <li class="lj"><a href="https://my.ebay.com.au/ws/eBayISAPI.dll?AcceptSavedSeller&rt=nc&ssPageName=STRK%3AMEFS%3AADDSTR&sellerid=dltradingau&guest=1" target="_blank">Newsletter</a></li>
    </ul>

    Kind regards,

    Menchie
    WP Lab Support

    Thread Starter louisapple

    (@louisapple)

    thank you very much, one last question, why the paypal and credit card logo stay in the middle above the banner which is supposed to be stay at the right top corner?

    Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    I think you have figured this one out…

    I can see that the PayPal and credit card logo is now at the right top corner-https://www.ebay.com.au/itm/Luxury-wooden-Cufflink-Box-for-36-pairs-of-cufflinks-/262563641377?ssPageName=STRK:MESE:IT

    Kind regards,

    Menchie
    WP Lab Support

    Thread Starter louisapple

    (@louisapple)

    yes, but there is another issue, the template is a mobile friendly template and now become a non mobile friendly template??

    Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    We have an update that is in the works, to our default template that is mobile compatible.

    But upon testing your original listing from your first post and the final listing – both came back as non-mobile compatible…

    Kind regards,

    Menchie
    WP Lab Support

    Thread Starter louisapple

    (@louisapple)

    hi, i just update the code but found the code is still not comply?

    https://www.i-ways.net/mobile-friendly/en-uk/result/262584557893/EBAY-AU

    Plugin Support msantamaria

    (@msantamaria)

    Hi louisapple,

    We’re not sure why you’re insisting on making the template mobile-compatible when your original listing isn’t mobile-compatible to begin with…

    Your template uses Javascript for the tabs and no matter what you do, i-ways.net will always return an error when Javascript is found in the listing.

    Please note that we are aware of eBay’s upcoming changes in regards to active content and mobile friendly listing templates. But we will not be making any changes or offering any new “mobile friendly” listing templates until after eBay announces all of the requirements they will require in their 2016 fall seller update. Only then will we be providing a new listing template for these new requirements.

    Kind regards,

    Menchie
    WP Lab Support

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Template not working properly’ is closed to new replies.