Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138839
    iRocketdesign
    Participant

    When I redirected my development site (subdirectory) to my main site my arrow icons all were lost? Both in the menu dropdowns and on the homepage slider. Any ideas why and how I can get the back? I redirected my site in general settings, updated permalinks, and copied the index (altered) and the htaccess files from my dev site to the root site directory.

    see attached….

    #1138842
    iRocketdesign
    Participant

    here is the attachment

    #1139124
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1139604
    iRocketdesign
    Participant
    #1140068
    Christopher
    Moderator

    Hi there,

    Please connect to FTP and add following lines in .htaccess file:

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Hope it helps.

    #1141829
    iRocketdesign
    Participant

    Just add it anywhere or just before the # END WordPress?

    this is my .htaccess file before adding it.

    # 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>

    # END WordPress

    #1141849
    iRocketdesign
    Participant

    Got it, and thank you!

    #1141996
    Joao
    Moderator

    Glad to hear it we managed to help.

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1138839 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>