Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1464401

    Hi Enforld Team and Developers,
    nach dem Enfold Update eine alten Website, werden viele Code-Teile mit Inline CSS beim Öffnen der Blöcke (z.B. Code- oder Text-Element) verändert.

    Vorher:

    <ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;">
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">xzzz</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">text</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">topic</span></li>
    </ul>

    Nachher

    <ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;">
     	<li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">xzzz</span></li>
     	<li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">text</span></li>
     	<li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">topic</span></li>
    </ul>

    Ich verstehe den Sinn, möchte aber nicht die ganze Website neu machen.
    Wo kann ich das abschalten.

    BR
    Ralf

    English: .. after the Enfold update of an old website, many code parts with inline CSS are changed when opening the blocks.
    I understand the point, but I don’t want to redo the whole website.
    Where can I disable this?

    P.S.: Sorry, ich habe vorher im Forum gesucht, finde wohl nicht die richtigen Suchbegriffe um fündig geworden zu sein.

    • This topic was modified 3 months, 1 week ago by RSTAC.
    • This topic was modified 3 months, 1 week ago by RSTAC.
    #1464442

    Hey RSTAC,

    Thank you for the inquiry.

    Where can we check the issue? Please provide screenshots using platforms like Savvyify, Imgur or Dropbox. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1464546
    #1464572

    Hi,

    Thank you for the screenshots.

    Does it change when you switch between Visual and Text modes? Where can we reproduce this issue? Please create a test page and provide the login details in the private field.

    Best regards,
    Ismael

    #1464720

    Hi Ismael,

    take this Code:

    <ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;">
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">xzzz</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">text</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">topic</span></li>
    </ul>
    

    Save it, click again on the Text-Element, it will be lost in this moment.

    BR
    Ralf

    #1464748

    Hi,

    Thank you for the update.

    We are unable to reproduce the issue on our end. The inline styles remain the same when we edit the Text Block or update the page. Please check the screenshot in the private field. It’s possible that a plugin is causing the issue on your end. Have you tried using a Code Block element instead?

    Instead of using inline styles, you can add custom class names to the html and adjust the styles for these elements in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.