Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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
    #418964

    Hi TF_Photography!

    Can you please post the link to your website where we can see the issue please?

    Regards,
    Yigit

    #419228
    This reply has been marked as private.
    #419425

    Hey!

    I cannot see ‘allowed HTML tags’ on your website. Can you please post the link to the exact page where you see them?

    Cheers!
    Yigit

    #419493
    This reply has been marked as private.
    #420115

    Hi!

    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,
    Andy

    #420315

    Hi 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!

    #420334

    OK 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
    #420335
    This reply has been marked as private.
    #421453

    Hi!

    I added it to our bug list. In the meantime you can use this CSS.

    .form-allowed-tags {
      display: none;
    }

    Best regards,
    Elliott

    #421797

    Sure thing, thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Allowed html tags below comments – setting not working anymore’ is closed to new replies.