Hi WPMdev,
I hope your day is going well :slight_smile:
I have an issue where the admin menu icon for JetPack & the Genesis Framework are NOT displaying, ONLY on subsites with a mapped domain address.
I am using original network addresses for admin/login.
I have used firebug to see that the genesis icon refers to a url that I understand, however the JetPack icon (like amny others in the admin menu) doesn’t refer to a url and I’m not clear on how it works :slight_smile:
The issue with the JetPack icon persists when using Twenty Fourteen (& obviously that ‘takes care’ of the Genesis icon issue)… :slight_smile:
I have used some htaccess code to enforce frontend domain mapping, and at first thought that was the issue… the url in the page source refers to the ‘original’ network address and unlike other things, was being caught by my rewrite rule… I added an exception for one site and am now able to load the image through the original address in my browser.
RewriteCond %{REQUEST_URI} !/wp-login.php [NC]
RewriteCond %{REQUEST_URI} !/wp-admin [NC]
RewriteCond %{REQUEST_URI} !genesis-menu.png [NC]
RewriteCond %{HTTP_HOST} ^wpmsnetwork-secure.tivism.com [NC]
RewriteRule ^(.*)$ https://wpmsnetwork.com/$1 [R=301,L,S=2]
https://wpmsnetwork-secure.tivism.com/wp-content/themes/genesis/lib/admin/images/genesis-menu.png
I am using CloudFlare for the SSL on my mapped domains, so turning CF off is not an option; I have turned all features as far ‘off’ as possible and added appropriate page rules to further bypass CF cache as much as possible for admin/login on the network.
I am not sure where to look further to explain this behavior… the clearest difference in behavior that I see is that this ONLY happens for subsites with a mapped domain. I have two test subsites with no mapped domains which display BOTH the JetPack & Genesis icons ok, and so does primary.
I have enabled Support Access & can provid creds if needed, any tips welcome :slight_smile:
Kind Regards,
Max