Menu icons missing — relative url issue?

Posted in: Newspaper
Post count: 24

Hi All,

Using newspaper 6. I noticed my top icons (dropdrown arrows, search icon) are missing in a certain way:

My website (chuckyeager.org) is hosted in a subfolder of my site: http://www.klpstudio.com/chuckyeager_org/. when accessed like this the icons show up.

When accessed like so http://www.chuckyeager.org/ the iscons are missing.

Do i need to add absolute URLs to the icons? if so, which css and stylesheet do i edit?

thank you.

Post count: 24

Fixed it — font awesome fonts needed an .htaccess file addition:

# Apache config
<FilesMatch “.(eot|ttf|otf|woff)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>

Cheers,

Carbonero

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.