我在哪里可以获得 Flexslider2 的方向导航指针图像文件:bg_direction_nav.png?
无法弄清楚为什么我不断收到奇怪的文字,例如“Fl”或“Fi”来代替滑块上的箭头。
检查所有内容,我发现下载包中缺少背景图像和指向它的css!
丢失的图像可能是我丢失的链接吗?我可以调整 CSS 吗?有人可以帮忙吗?
我在哪里可以获得 Flexslider2 的方向导航指针图像文件:bg_direction_nav.png?
无法弄清楚为什么我不断收到奇怪的文字,例如“Fl”或“Fi”来代替滑块上的箭头。
检查所有内容,我发现下载包中缺少背景图像和指向它的css!
丢失的图像可能是我丢失的链接吗?我可以调整 CSS 吗?有人可以帮忙吗?
您需要在字体子文件夹中设置 4 个flexslider-icon文件,此外在flexslider.css中更改:
@font-face {
font-family: 'flexslider-icon';
src:url('../fonts/flexslider-icon.eot');
src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
url('../fonts/flexslider-icon.woff') format('woff'),
url('../fonts/flexslider-icon.ttf') format('truetype'),
url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal}
“ .. ”在字体路径的开头至关重要。
**Hi! You are missing the "flexslider-icon.eot" , "flexslider-icon" and "flexslider-icon.woff".
Probably you are looking for the files inside the demo folder, but they are not there.
Download and unzip the Flex Slider, then you can see 3 folders, the files must be in "C:\Users\YourPCName\Desktop\woothemes-FlexSlider-ca347d4\fonts"
Then change the source for the font-face in the CSS and you' re done!**