Parked domain has an issue with the woodmart icons
-
Hi, the parked domain with redirect to the primary domain has an issue with the icons. Please check the screenshot. Can you please check?
Attachments:
You must be
logged in to view attached files.
Hello,
You need to make sure that the “http” or “https” used in the URL must be the same in both “WordPress Address (URL)” and “Site Address (URL)” from Settings >> General.
If the issue still remains, deactivate the third party plugins on your site and check how it works. If the issue still persists, share the wp login details so I can check and give you a possible solution.
Best Regards,
You can ignore, I added CORS configuration to fix this issue.
# BEGIN CORS Configuration
<IfModule mod_headers.c>
# Разрешаваме достъп от определени домейни
SetEnvIf Origin “https://domain.com” AccessControlAllowOrigin=$0
SetEnvIf Origin “https://domain.shop” AccessControlAllowOrigin=$0
Header set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
Header set Access-Control-Allow-Methods “GET, POST, OPTIONS”
Header set Access-Control-Allow-Headers “Content-Type”
</IfModule>
# END CORS Configuration
Hello,
Sounds Good! That you have managed to resolve your issue by yourself,
You are the best!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Parked domain has an issue with the woodmart icons’ is closed to new replies.