Custom fonts breaking after setting white label "prefix".
Hi,
After updating the (awesome) "prefix" whitelabel setting I noticed custom fonts were no longer working.
Investigating the console I realised the site was referencing "https://mydomain.com//?brizy-font=rtfsmtxxcopcy.." rather than https://mydomain.com//?customprefix-font=rtfsmtxxcopcy..".
For anyone who might experience the same problem, I was able to workaround by using .htaccess to rewrite the query string:
RewriteEngine on
RewriteCond %{QUERY_STRING} ^brizy-font=(.+)$
RewriteRule ^ %{REQUEST_URI}?customprefix-font=%1
Is this a known issue? Is there an official fix?
-
Hi,
Thank you for reporting this! We will investigate this issue with the team and will find a solution for it!
Let us know if we can help you with something else.
Best regards,
Sandra0 -
Hi,
I want to inform you that we already solved this problem and in the next update we will add the fix for this issue.
Thanks!Best regards,
Sandra0
Please sign in to leave a comment.
Comments
2 comments