Please see the screen shot
https://s17.postimg.org/c09160zcf/Screenshot_20160907_122627.png
All icons, including social media, menu , search and any other are missing on mobile theme…
Hello,
The icons in our theme are font icons so maybe there is something wrong with the font. Maybe you changed it with css and it affects the icons as well. (icons need the newspaper font to display properly)
Another possible issue is a cdn server which will cause the fonts to be loaded from a different source. In this case you can follow this topic: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
I hope this helps
Thank you!
Its only for the mobile theme and i already go through the provided topic by you and this is the code in my .htacces file….i try to change the code with stack-exchange code but it didn’t help…
This is at the top of .htaccess
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
Hi
I tryied Disabling and activating the CDN plugin, it showed up for a few minutes then it brought back the chinese wording. I also added the the code below but it still the same
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
hi
my site URL is http://cedricnzaka.com/
Also please let me know how to add the Editors pick Content on the footer
Thanks
-
This reply was modified 9 years by
chawelson.
I have also noticed that icons only work on Safari, but don’t work on Chrome and Firefox
This is after using the method provided on your link
mobile design, seems different from the desktop version
I’ve also found out that pages are not showing with mobile, e.g my portfolio, about me, contact us
The website in question still remain: http://www.cedricnzaka.com
Hello,
The first issue with the icons is a font issue. Fonts get loaded from different sources and the icons break. A cdn server is the primary cause to it so you have to do a little digging to find a solution that works for your hosting as the allow origin solution does not work for everybody:
https://www.google.ro/search?sourceid=chrome-psyapi2&ion=1&espv=2&ie=UTF-8&q=cdn%20allow%20origin&oq=cdn%20allow%20origin&aqs=chrome..69i57j0.3719j0j7
This issue happens regardles of the theme you use so it;s not a theme bug but a general cdn issue. CDN servers should really warn people about such issues.
As for your other issues regarding the mobile version of the theme: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is an optional plugin. If you do not want to use it, the desktop theme is already responsive and displays properly on all devices.
The footer editor picks can be populated by using the ‘featured’ category. You can mark posts as featured and they will show in the editor picks element. This is part of the footer predefined content. You can read more about it here: https://forum.tagdiv.com/footer-templates/
Thank you!