Template not working properly
-
hi,
i would like to use my own ebay template but when i finish the template did not show properly? thank you
-
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.
http://www.fenfeichina.com/ebayzx/desmoban/igrab/desc.css
http://www.fenfeichina.com/ebayzx/desmoban/igrab/desc2.cssKind regards,
Menchie
WP Lab Supportthanks for that, i add two stylesheets now and the effect like that
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?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=”http://i.ebayimg.com/xxx”>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)”>Returnwhere 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 Supportok, the photo thumbnail fixed
but for the
- elements problem, am i doing right?
<li id=”tli0″ class=”h” onclick=”tabs(‘tli’, ‘tdiv’, 2, 0)”>Return
<li id=”tli0″ class=”h” onclick=”tabs(‘tli’, ‘tdiv’, 2, 1)”>GuaranteeHi 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="http://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 Supportthank 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?
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-http://www.ebay.com.au/itm/Luxury-wooden-Cufflink-Box-for-36-pairs-of-cufflinks-/262563641377?ssPageName=STRK:MESE:IT
Kind regards,
Menchie
WP Lab Supportyes, but there is another issue, the template is a mobile friendly template and now become a non mobile friendly template??
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 Supporthi, i just update the code but found the code is still not comply?
http://www.i-ways.net/mobile-friendly/en-uk/result/262584557893/EBAY-AU
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
The topic ‘Template not working properly’ is closed to new replies.