- File not found – http://ct1.addthis.com/static/r07/wid…
Seems to active link so any ideas why percussion would not find it?
Thanks,
Paul
Seems to active link so any ideas why percussion would not find it?
Thanks,
Paul
Paul,
It may have been due to network interference / issues during site import, or possibly restrictions on the addthis server blocking our application. We log these types of issues so that, if components on your imported site rely on them, you can grab the files manually and add them to your site’s theme folder and link to them through your templates.
I can add it to the theme but where? In the root theme folder for our site?
Hi Paul,
To upload a CSS file navigate to web resources in your Design folder.
To navigate to your web resources folder in your finder follow the folder path listed below:
“/Design/web_resources/themes/“sitename”/CSS”
*if there is not a css folder with in your sites folder create one by clicking the folder icon in the top right corner of your finder
Once you’ve selected a file to upload to you can upload a css file by clicking on the gear icon in the top right corner of your finder and select “upload file…”
To add this css file to a template
From there you can add the html code to link to your css file.
Here is an example css reference code:
Tip:
you can copy the path to the file directly from your finder. make sure to exclude “/Desig” and instead begin the path from " /webresources/…"
as shown in this screenshot
Here is an example css reference code:
<link rel="stylesheet" type="text/css" href="/web_resources/themes/percussion/mystyle.css">