Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello Team,
since last Updates i’m missing the Icons in the Backend and the Social Media Icons in the Frontend.
Page Builder by SiteOrigin Version 2.4.23
SiteOrigin Widgets Bundle Version 1.8
Hope You can help.
Hi Teamsoulution,
Do you have a public URL where we can take a look at what’s going on?
Hi Alex,
it is all fine now. I couldn't find my post on your site, so i couldn't mark it as solved. Sorry.
It was my fault. Itried to protect the /wp-content/ directory by creating a separate .htaccess file and adding the following code to it:
Order deny,allow
Deny from all
<Files ~ ".(xml|css|jpe?g|png|gif|js)$">
Allow from all
</Files>
The result was that there were no more icons in the back- and frontent with pagebuilder and wighetbundle. After deleting the separate .htaccess file the site looks good again.