-
AuthorPosts
-
March 26, 2015 at 11:33 pm #418900
Hi there,
I just figured that when I add the new comments element to a new post the allowed html tags appear again, disregarding that they are disabled in the basic Enfold blog settings (Blog Post Allowed HTML Tags unchecked).
I can get rid of them by using this code in Quick CSS:
.form-allowed-tags { display: none !important; }
However I think the Enfold settings should control this and not extra CSS, right? I can confirm this issue on several sites using Enfold. Not sure if it’s me but maybe you want to take a look at this.
Thanks and cheers!
- This topic was modified 9 years, 7 months ago by TF_Photography. Reason: typo
March 27, 2015 at 1:15 am #418964Hi TF_Photography!
Can you please post the link to your website where we can see the issue please?
Regards,
YigitMarch 27, 2015 at 12:35 pm #419228This reply has been marked as private.March 27, 2015 at 5:12 pm #419425Hey!
I cannot see ‘allowed HTML tags’ on your website. Can you please post the link to the exact page where you see them?
Cheers!
YigitMarch 27, 2015 at 5:44 pm #419493This reply has been marked as private.March 29, 2015 at 10:25 pm #420115Hi!
I can see different errors in chrome console for your website. It seems they are caused by a chrome extension you are using (cast_sender.js). You might think about switching it off or removing it completely.
Please add this to Quick CSS for removing the HTML tags under commentaries:
p#form-allowed-tags { display: none; }
Regards,
AndyMarch 30, 2015 at 10:44 am #420315Hi Andy, thanks a lot. I need to ask you something though, I hope you don’t mind. Firstly, my Chrome is a fresh and clean installation without any extensions installed. I tried to find out what that cast_sender.js is that you mentioned and it seems it somehow comes from embedded YouTube videos. On my testsite there is indeed a YouTube video for testing purposes. However, what I don’t understand:
– why do I have the same issue using Firefox/IE/Opera
– why did it only occur after updating to Enfold 3.1.1/3.1.2
– how could my (Chrome) browser or it’s extensions have an impact on the way my website is displayed
– how can I see the errors in the Chrome console that you mention, I don’t seem to find those (lack of knowledge I am afraid)Sorry, I am really not into that kind of stuff but I’d like to get a better understanding of what is going on with that testsite before I go live with the new site I am currently preparing.
Thank you very much for your support and best regards!
March 30, 2015 at 11:40 am #420334OK I located the error. I wasn’t looking on the example page I gave you which indeed is the one containing the embedded YouTube video. It seems it’s a bug or whatever from Google/YouTube and not related to my website or WordPress or the Enfold theme… You can even see the errors on a website using Enfold which has a YouTube video as a color section background, such as http://www.nicologic.com.
So there is still the issue with the html tags that are being displayed on a new post (just simple text, using latest Firefox, the only plugin I have installed on this website is disabled) with the new comments element from Enfold 3.1.2 and Blog Post Allowed HTML Tags unchecked.
I really don’t mind solving this by adding the CSS to the Quick CSS, but maybe you guys want to understand what’s going on as well? Here is a new and fresh test post:
- This reply was modified 9 years, 7 months ago by TF_Photography. Reason: Additional info
March 30, 2015 at 11:41 am #420335This reply has been marked as private.March 31, 2015 at 6:44 pm #421453Hi!
I added it to our bug list. In the meantime you can use this CSS.
.form-allowed-tags { display: none; }
Best regards,
ElliottApril 1, 2015 at 9:32 am #421797Sure thing, thank you!
-
AuthorPosts
- The topic ‘Allowed html tags below comments – setting not working anymore’ is closed to new replies.