dashicons gone
-
Hi there,
I made some changes to my wordpress installation, and after that the dashicons of iThemes plugin and some other plugins (not all of them) disappeared!the changes are these:
changed the “wp-content” directory to “content” as a subdomain. so now, files are loading from here: https://content.example.com instead of https://example.com/wp-contentthese are wp-config settings: define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/content' ); define( 'WP_CONTENT_URL', 'https://content.example.com' );
and this is the htaccess settings (if they could help to understand the issue)
# expire headers ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType video/ogg "access plus 1 year" ExpiresByType audio/ogg "access plus 1 year" ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/webm "access plus 1 year" ExpiresByType font/truetype "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header unset ETag FileETag None </FilesMatch>
This is the image of how the dashicon appear for ithemes and some other plugins:
https://i.imgur.com/rEXRvdc.pngWhat do you think? is that a plugin related issue?
Thank you in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘dashicons gone’ is closed to new replies.