Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #212371

    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

    • This topic was modified 10 years, 10 months ago by Linux-963.
    #212471

    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?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘#prev and #next icons’ is closed to new replies.