-
AuthorPosts
-
August 11, 2024 at 3:24 pm #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
RalfEnglish: .. 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.
August 12, 2024 at 5:32 am #1464442Hey 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,
IsmaelAugust 13, 2024 at 5:36 pm #1464546Here are some Screenshots:
https://img.savvyify.com/image/00010-enfold-support.9reZu
https://img.savvyify.com/image/00020-enfold-support.9rbcO
https://img.savvyify.com/image/00030-enfold-support.9rcWz
https://img.savvyify.com/image/00040-enfold-support.9r5Tp
https://img.savvyify.com/image/00050-enfold-support.9rDNh
https://img.savvyify.com/image/00060-enfold-support.9rhm6
https://img.savvyify.com/image/00070-enfold-support.9rKgj
BR
RalfAugust 14, 2024 at 4:45 am #1464572Hi,
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,
IsmaelAugust 15, 2024 at 8:35 pm #1464720Hi 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
RalfAugust 16, 2024 at 5:45 am #1464748Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.