-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
type:bugSomething isn't working.Something isn't working.
Milestone
Description
I am pushing a post from Site A to Site B via the top nav bar. The first time I do it, it works perfect.
The post contains a container that has iframe code that pulls pulls a pdf from google drive. As mentioned, the first time works perfect and the pdf is visible and working.
When I make a update to the post and hit save, Site B is updated. How ever the pdf code is missing.
I have included both sets of code for you to review. Let me know if anyone else is having this issue
Below is the code with the pdf
<div class="elementor-element elementor-element-4a51722 elementor-widget elementor-widget-theme-post-content" data-id="4a51722" data-element_type="widget" data-widget_type="theme-post-content.default">
<div class="elementor-widget-container">
<div data-elementor-type="wp-post" data-elementor-id="4975" class="elementor elementor-4975" data-elementor-settings="[]">
<div class="elementor-inner">
<div class="elementor-section-wrap">
<section class="elementor-section elementor-top-section elementor-element elementor-element-351263e5 text-center elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="351263e5" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d9ac2f5" data-id="6d9ac2f5" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-52f2d337 elementor-widget elementor-widget-text-editor" data-id="52f2d337" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix"><!-- wp:html -->
<p><iframe style="background-color: #ffffff;" src="https://drive.google.com/file/d/placeholdertext/preview" width="800" height="700"></iframe></p>
<!-- /wp:html --></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
Below is the code without the code
<div class="elementor-element elementor-element-4a51722 elementor-widget elementor-widget-theme-post-content" data-id="4a51722" data-element_type="widget" data-widget_type="theme-post-content.default">
<div class="elementor-widget-container">
<p></p>
</div>
</div>
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't working.Something isn't working.