1. z pliku style.css usuń ten kawałek
@font-face {
font-family: 'open_sansregular';
src: url('font/opensans-regular-webfont.eot');
src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/opensans-regular-webfont.woff') format('woff'),
url('font/opensans-regular-webfont.ttf') format('truetype'),
url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansbold';
src: url('font/opensans-bold-webfont.eot');
src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/opensans-bold-webfont.woff') format('woff'),
url('font/opensans-bold-webfont.ttf') format('truetype'),
url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
font-weight: normal;
font-style: normal;
}
….to zostaną użyte w ich miejsce standardowe fonty.
W innym wypadku zostaje
a) wygenerować sobie fonty z polskimi znakami
b) użyć w ich miejsce fontów np. z Google Fonts
2. Co do slidera, to ten wyświetla wpisy dodane do kategorii featured – więc musisz sobie utworzyć kategorię o takiej nazwie i do niej przypisywacć wpisy które chcesz wyświetlać w sliderze.
Dziękuję.
Z fontami sobie poradziłem, ale ze sliderem to już chyba nie dam rady.
Wpisy >> Kategorie i dodajesz sobie kategorie o nazwie featured …potem sobie już tylko dodajesz do tej kategorii najzwyklejsze wpisy i ustawiasz im ikonę wpisu.
-tylko tyle.