Tagged: x
-
AuthorPosts
-
August 19, 2016 at 6:28 pm #1138839
iRocketdesignParticipantWhen 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….
August 19, 2016 at 6:30 pm #1138842
iRocketdesignParticipanthere is the attachment
August 19, 2016 at 10:24 pm #1139124
Prasant RaiModeratorHello 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.
August 20, 2016 at 12:42 pm #1139604
iRocketdesignParticipantAugust 21, 2016 at 1:17 am #1140068
ChristopherModeratorHi 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.
August 22, 2016 at 12:58 pm #1141829
iRocketdesignParticipantJust 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
August 22, 2016 at 1:13 pm #1141849
iRocketdesignParticipantGot it, and thank you!
August 22, 2016 at 2:45 pm #1141996
JoaoModeratorGlad to hear it we managed to help.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1138839 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
