I have a site with Enfold theme (www.***.net)
The #prev and #next (< and >) icons are regulary displayed, but if you go on www.***.info or www.***.eu, etc. (redirected to www.***.net) the icons are not displayed
The WordPress version is 3.8
The browser used are: Firefox 26.0 and Explorer 11.0
What’s the matter?
Many thanks in advance
Resolved with the .htaccess file
The code is:
RewriteEngine On
RewriteBase /
RewriteRule ^ http://www.***.net [L,R=301]
It’s not fast, but it is a solution
However, why does this happen?