Hello hanochy.
I am happy to assist you today.
If eBay is saying that you cannot have non-clickable links in your listings then why not just insert the css into the stylesheet section on the listing template page and forget about using external css?
Kind regards,
John
I can do it for my own css, however I also use google fonts and fontawsome for the styling so I need fonts.googleapis.com/css and font-awesome.min.css as well.
Hello hanochy.
The last user who had issues with this was resolved by using “@import”. I’m not sure why you are having issues. For this user we did update the CSS from 4.3 to 4.7 so the import line looked like:
@import url('INSERT URL TO CSS');
If that is not working, I would ask you to submit a ticket here: Support Form provide a link to this email thread, your dashboard URL, admin login credentials, and a sample SKU we can examine.
Kind regards,
John
I found the problem and the solution.
1.
@import url('INSERT URL TO CSS');
not work at all, at least not for me because of ebay’s non-clickable link error.
2.
<head>
<link href="URL" rel="stylesheet" type="text/css">
</head>
works only if I paste it in the “text” tab of the html editor and save the template without changing to “visual” tab. If I switch to visual tab, the links disappear.
So, this is good enough for me at the moment.
Plugin Author
WP Lab
(@wp-lab)
You should be able to put that working HTML snippet in the section labeled “header.php” in your listing template.
This header.php section is meant for exactly that use case: To add custom HTML code to your listing template that would otherwise get removed by the WYSIWYG editor when switching between visual and text mode. The footer.php section serves the same purpose, but CSS stylesheets should ideally be linked in the header section.
kind regards,
Matt