prag23
Forum Replies Created
-
Thanks @victoros for your reply. I followed your instructions but unfortunately the result is still the same. Still the arrows and classic buttons in menu are coming as square. 🙁
So, I have added
function just_add_cors_http_header($headers){ $headers['Access-Control-Allow-Origin'] = '*'; return $headers; } add_action('wp_headers','just_add_cors_http_header');to the function.php in theme and the Social media icons have reappeared now. But the arrow for drop down in menu is still a square. For now I have changed squares to plus sign as squares look ugly. But if someone could tell how to bring back arrow for drop down that would be a kind help. Since I have made my header and footer using “Elementor Header and Footer Builder”, I suspect something is wrong with that? Thanks for your help.
Forum: Fixing WordPress
In reply to: Drop down icons, social icons have disappeared all of a suddenThank you George for the huge help! I’ll definitely ask Elementor support as well. Do you know why such issues happen even when there were no changes made in the WordPress from the developer?