Mobile Menu Display

Posted in: Newspaper
Post count: 125

Nice theme.
My social media button, Main menu (three bar menu) and Latest trend next button icon are all displaying abnormally on mobile screen.

2. This same complain above also show abnormally on other browsers like UC browser and Explorer on desktop screen except for Chrome.

Your urgent support to have the correct display will be appreciated. site is http://www.warrimarket.com

  • This topic was modified 9 years by pstgibson.
Post count: 22421

Hello,

This is because of a cdn server as fonts no longer get loaded from the same source. Here is a helpful link:
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Thank you!

Post count: 125

I have applied your instruction but did not succeed.
It only worked with this:
Header add Access-Control-Allow-Origin “http://warrimarket.com”

But did not work with either lines hereunder:
Header add Access-Control-Allow-Origin “http://www.warrimarket.com”
and
Header add Access-Control-Allow-Origin “//www.warrimarket.com”

See full code hereunder:

Header add Access-Control-Allow-Origin “http://warrimarket.com”
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

#RewriteEngine On
#RewriteCond !{HTTPS} off
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# END WordPress

What should do next?

Lastly, where should I clear the cache, and also reset the cdn?

Thanks.

Post count: 22421

It depends on how your wordpress is set up. If you use www. or a non www site. You should add your url exactly as it is in wordpress.
As for the cache, you clear it from the cache plugin and you clear cdn from your cdn server if you use it. If you do not know what a cdn is, then you are probably not using one

Thank you!

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