Fixing Disappearing Paragraphs in Elementor
Fixing Disappearing Paragraphs in Elementor. Elementor is a popular WordPress page builder, but it sometimes has issues. One common problem is disappearing paragraph tags (<p>
) when publishing posts. Here’s how to tackle this issue.
The Disappearing Paragraph Problem
When paragraphs created using Elementor are published, their HTML tags <p>
and </p>
often vanish. The issue can be resolved by changing the <p>
tags to <p class="keep">
. This ensures the HTML code stays intact.
Adding the keep Class to Paragraphs
To ensure your paragraphs remain intact, add the keep
class to them. Here’s a step-by-step guide:
Go to your WordPress Dashboard.
Navigate to Appearance > Customize.
Click on Additional CSS.
Add this CSS code:
.keep {
all: initial;
all: unset;
}
Click Publish to save changes.
Add the keep
class to your paragraphs like this:
<p class="keep">Your paragraph text here</p>
Fixing Disappearing Paragraphs in Elementor. Back Up Your Site
Before making any changes, always back up your site. This ensures you can revert to the previous state if anything goes wrong. Backing up your site regularly is a good practice as it protects your data and content from any unforeseen issues. You can use a variety of plugins to automate this process and ensure that you always have a recent backup available. In the event of a problem, having a reliable backup can save you a lot of time and stress.
Next Steps for Hyperlink Issues
There is another known issue with disappearing hyperlinks in Elementor. We will address this in a subsequent post to provide a comprehensive solution.
Enjoying Your Stay at Jim's Beach House
If you’re visiting Byron Bay and need a place to stay, check out Jim’s Beach House. Choose from cozy 2-bedroom or spacious 3-bedroom options for a perfect getaway. Each unit is equipped with modern amenities, ensuring a comfortable and enjoyable stay. The beach house is conveniently located near popular attractions, making it easy for you to explore and experience everything Byron Bay has to offer. Whether you’re looking to relax on the beach, surf, or enjoy local cuisine, Jim’s Beach House is the ideal base for your vacation.



