xlink:href changes when plugin used with domain mapping
-
Wordpress Single Site setup
Simple Social Icons in Header WidgetHave Simple Social Icons working fine on primary website with domain.
https://shspestcontrol.com/However on dynamic pages created with the plugin “Multiple Domain Mapping on Single Site” using a different domain
https://www.pestcontrolri.com/
the image links change so the social media image loses the link to .svg and does not show, only the background box showsLooking at the code for the two domains
https://shspestcontrol.com/
<use xlink:href=”https://shspestcontrol.com/shs/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-email”></use>Page and Posts using https://www.pestcontrolri.com/ change to
<use xlink:href=”#social-email”></use>
Is there a way to hard code the full URL so it will show regardless of Domain Mapping?
https://shspestcontrol.com/shs/wp-content/plugins/simple-social-icons/symbol-defs.svgThanks
- The topic ‘xlink:href changes when plugin used with domain mapping’ is closed to new replies.