0
我正在使用軌道滑塊(帶有wp基礎)並試圖顯示項目符號導航。我真的很想將這些子彈顯示爲縮略圖,但現在他們不會以任何方式顯示。我在wordpress儀表板中的Orbit首選項中選擇了子彈,並在我的js文件和css中使用以下代碼。感謝一些幫助。Orbit wordpress插件項目符號顯示爲縮略圖導航
$(window).load(function() {
$('#featured').orbit({
bullets: true,
bulletThumbs: true,
bulletThumbLocation: '../thumbs/'
});
});
.orbit-bullets li.has-thumb {
width: 99px;
height: 88px;
border: 2px solid red;
padding-right: 10px;
}