@Madchatthew I’d always post for the reasons I stated above. It’s useful information and could save someone else the headache.
Flarum - WordPress Journey
-
@Sala thanks. I’ve checked the headers and again and I can’t see anything in the specific code I provided that would cause the bbcode to not display.
Does it work if you remove all the headers? If this is the case, my recommendation would be to enable them one by one and find out which one actually causes the issue. Once we know which one it is, we can then modify it to allow the display of bbcode.
It just seems odd to me that everything works fine on a new post, but not on reply. This would tell me they it’s not the headers, but I could be wrong. You may want to try disabling wp-rocket to see if that resolves the issue rather than removing the headers.
-
@phenomlab yesterday I fix 2 bugs on just at the time you needed an answer for the headers, I immediately knew this one needed a test of one by one bcoz it could be the Defer for Js .
-
@Sala yes, deferring
JS
can have a negative effect on functionality. For speed reasons, you typically placeJS
in the footer rather than the header, but this then means it’s not executed in time and in theDOM
when needed.Another potentially damaging feature is minifying
JS
to reduce it’s size. Whilst wp-rocket offers several mechanisms to make the site load faster, you’d need to test each one of these settings to ensure it doesn’t negatively impact the site. -
@phenomlab Hurray!
We have found the line that blocked the icons, it was this one:-Header set Permissions-Policy "geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"
Now it’s your part to come up with another config line
-
It’s solved
Demoted the above line and re- modified theHeader set Feature-Policy "geolocation 'self' https://sopriza.com/"
To
Permissions-Policy: geolocation=(self "https://sopriza.com")
A+
-
@Sala yes, that will resolve the status rating, but that header doesn’t have any impact against
JS
loading.Very odd.
-
@phenomlab I’ll be happy if you can help me with the Js link which was causing that, i will be able to exclude it and stop any future problems
-
@Sala Sorry - which JS link ?
-
@phenomlab the one which enables the bbcode icons to populate
-
@Sala I will likely need admin access to your site for this.
Related Topics
-
configure ghost and wordpress combo
Moved Solved WordPress -
-
-
-
-
-
-
WordPress & NodeBB
Solved WordPress