- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Hi there,
The WPBakery Visual Composer plugin isn’t working on all of my pages.
I can see the plugin when I open a page on the backend but it won’t show any content, I can’t add anything or change anything.
Any help?
Best regards,
Sam
Hi,
The changes for the next/prev can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php
-> https://www.screencast.com/t/2Oh61C89AjJk
Thank you!
Hi,
The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Let me know if you have more questions!
Hello !
In order to achieve this you will have to add the Text With Title element from the tagDiv Composer like here: https://www.screencast.com/t/69VmU7D9Ea ; https://www.screencast.com/t/0oGgzIk1O
Thank you !
Hi,
iam using Newspaper9,
i cant edit using tagdiv composer in my live website, while edit it shows Ooops error 404 Sorry, but the page you are looking for doesn’t exist.
how to solve the issue?
Please Help.
Hi,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
It is mandatory to delete all what was left from the older version before installing this update. Overwriting the files would cause a lot of problems and maybe you’ve missed something while deleting the old files. Have you checked the theme plugins to be deleted too ? If you are certain that you have installed the updates correctly by deleting all of the older versions and made a clean install from scratch, please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Also take a look at our documentation about installing the theme and plugins: https://tagdiv.com/how-to-install-plugins-and-update-plugins/ ; https://tagdiv.com/how-to-install-newspaper-theme/
Thank you for your understanding!
well it was a plugin, its called tagdiv composer (cough cough)
after changed this:
jQuery('.td-retina').each(function(i) {
var lowres = jQuery(this).attr('src');
var highres = lowres.replace(".png", "@2x.png");
highres = highres.replace(".jpg", "@2x.jpg");
jQuery(this).attr('src', highres);
to this:
jQuery('.td-retina').each(function(i) {
var lowres = jQuery(this).attr('src');
if (typeof lowres != 'undefined') {
var highres = lowres.replace(".png", "@2x.png");
highres = highres.replace(".jpg", "@2x.jpg");
jQuery(this).attr('src', highres);
}
and it’s now working, all i ask why did i pay for support
Hi,
Please check this article for when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also if you want the builders to work as before the Newspaper v9.7 you need to replace the tdc_map.php from v9.7 with tdc_map.php from v9.6 the path for this file is in wp-content>plugins>td-composer>includes>tdc_map.php
Hope this will help you!
Thank you!
Hello,
I would like create a page with 6 columns on one row, i try it on visual composer (it’s not possible because I think that you limite this at 4 columns) but with your editor (Div Composer) I have the same problem.. I can only insert 4 columns, is there an easy solution to that?
Thanks
Hi,
The js_composer is the old version of WPBakery, tagDiv Composer is the theme builder and WPBakery is the secondary builder.
Thank you!
Hi,
Unfortunately our Big Grid Flex 5 do not have this option/filter, those are he only filters that our blocks have -> https://forum.tagdiv.com/block-settings-guide/
Maybe you can achieve that using the slider element -> https://tagdiv.com/tagdiv-composer-shortcodes-and-elements/ or using Revolution slider -> https://tagdiv.com/revolution-slider-plugin-with-newspaper-theme/
Thank you!
Hi,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
The best way to set an ad in a post template is to use a single post template from tagDiv Cloud Library and set the ads in ad box using tagDiv Composer.
Thank you for your understanding and sorry for the inconvenience!
Hi,
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please check this article for when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
If the problem is still there, please provide some more details and some screenshots.
Thank you!
Hi,
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please check this article for when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Thank you!
Hi,
Please try this path ->wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php
-> https://www.screencast.com/t/ybZqp2wu1oHj
Thank you!
Hi,
The demo uses a cloud header template, you ca customize it’s desktop and mobile version as needed. Edit the header template with the composer – http://prntscr.com/o0r2sn and make the modifications you want. For mobile, select the mobile viewport
– http://prntscr.com/o0r361
What exactly is this news festival? Some more details would be helpful. Let me know.
Thanks
Hi,
When the mobile theme plugin is enabled, you will have to create 2 versions for each page. One for desktop with the composer or in any way possible, and one for mobile with the simple mobile editor (can’t be built with the composer)
– https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
So you will have to edit the pages and enter content in the mobile editor, it should be at the bottom of the edit page screen – http://prntscr.com/o0abx0
In the mobile editor you can enter text, images, shortcodes should work as well.
If the mobile theme is not active, the same content from desktop will be displayed on mobile.
Thanks
Please help: DO WE HAVE AN ALTERNATIVE PLUGIN FOR THIS? IF THERE’S NONE, HOW CAN I ADDRESS THIS ISSUE?
After reinstalling the theme and required plugins, I am still getting this error:
Warning: copy(/home/veteranenergy/public_html/wp-content/plugins/td-composer/style.css): failed to open stream: Permission denied in /home/veteranenergy/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 281
Warning: copy(/home/veteranenergy/public_html/wp-content/plugins/td-composer/style.css): failed to open stream: Permission denied in /home/veteranenergy/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 281
Could not copy file. /home/veteranenergy/public_html/wp-content/plugins/td-composer/style.css
Plugin installation failed.
Hi, I update my theme to the last version avaible. I have 2 errors on my site.
The first one is that all block elements from wpbakery are not visible while tagDiv Composer plugin is activated, when I deactivate tagDiv Composer plugin, Wpbakery block elements are visible again.
The second one, its that, tagDiv Composer never loads, just a infinite spining wheel, and console logs bunch of errors that are listed below.
So my site its currently down. No other plugins are installed except for those required by the theme and wpbakery, again, when I deactivate tagDiv composer Wpbakery works fine, when I activate
tagDiv composer plugin wpbakery fails to load block elements. </strong>
<code>js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:570 Uncaught TypeError: Cannot read property 'shortcode' of undefined
at js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:570
at Function.s.each.s.forEach (load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,underscore,backbone,shortcode,thickbox,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sorta&load[]=ble,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,svg-painter&ver=5.2.1:4)
at js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:570
at Function.s.each.s.forEach (load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,underscore,backbone,shortcode,thickbox,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sorta&load[]=ble,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,svg-painter&ver=5.2.1:4)
at Object.updateSavedShortcodes (js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:569)
at Object.init (js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:542)
at js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:580
at js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:580
(anonymous) @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:570
s.each.s.forEach @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,underscore,backbone,shortcode,thickbox,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sorta&load[]=ble,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,svg-painter&ver=5.2.1:4
(anonymous) @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:570
s.each.s.forEach @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,underscore,backbone,shortcode,thickbox,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sorta&load[]=ble,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,svg-painter&ver=5.2.1:4
updateSavedShortcodes @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:569
init @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:542
(anonymous) @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:580
(anonymous) @ js_files_for_wrapper.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:580
js_files_vue_modals.min.js?ver=d158fac1e2f85794ec26781eb2a38fd9:204 You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html
load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2 Uncaught Error: Syntax error, unrecognized expression: #/
at Function.ea.error (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at ea.tokenize (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at ea.select (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at Function.ea (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at Function.a.find (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8)
at n.fn.init.find (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at n.fn.init.a.fn.find (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8)
at a.fn.init.n.fn.init (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
at new a.fn.init (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8)
at n (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2)
ea.error @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
ea.tokenize @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
ea.select @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
ea @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
a.find @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8
find @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
a.fn.find @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8
n.fn.init @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
a.fn.init @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8
n @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
hashNavigation @ vc-accordion.min.js?ver=6.0.3:10
i @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
fireWith @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
ready @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
J @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
[Violation] Forced reflow while executing JavaScript took 35ms
VM2051:1022 GET https://elresistenciano.com/sitio/wp-content/uploads/2018/03/lifestyle-magazine-logo-mobile-1.png 404 (Not Found)
jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1
iframe.js:963 [Violation] 'setTimeout' handler took 123ms
?td_action=tdc_edit&post_id=34&tdbTemplateType=page:2523 GET https://elresistenciano.com/sitio/wp-content/uploads/2018/03/11.jpg 404 (Not Found)
[Violation] Forced reflow while executing JavaScript took 35ms
?td_action=tdc_edit&post_id=34&tdbTemplateType=page:2523 GET https://elresistenciano.com/sitio/wp-content/uploads/2018/03/12.jpg 404 (Not Found)
js_files_for_wp_admin.min.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:26 (5) [N.d, N.d, N.d, N.d, N.d]
load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3 [Violation] 'load' handler took 155ms
ace.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:1 Uncaught TypeError: n is not a function
at n (ace.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:1)
at a (ace.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:1)
at r (ace.js?ver=6.0.3:10)
at Object.a [as require] (ace.js?ver=6.0.3:10)
at post.php?post_id=34&td_action=tdc&tdbTemplateType=page:2585
at dispatch (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3)
at r.handle (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3)
n @ ace.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:1
a @ ace.js?ver=61179afdbbd6a8d8c8a7f82ae3fcd87d:1
r @ ace.js?ver=6.0.3:10
a @ ace.js?ver=6.0.3:10
(anonymous) @ post.php?post_id=34&td_action=tdc&tdbTemplateType=page:2585
dispatch @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
r.handle @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
load (async)
add @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
a.event.add @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:8
(anonymous) @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:2
ra @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
on @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.2.1:3
init @ td_wp_admin.min.js?ver=9.7.3:82
(anonymous) @ td_wp_admin.min.js?ver=9.7.3:91
How do I embed a single YouTube video into a page using TagDiv composer? All I can seem to find is adding a video playlist. I don’t want to do that, I just want to add a single video.
I bought WPBakery Page Builder for $ 45 and now it comes into conflict with tagdiv composer a really good deal
Hi,
that happens on my local dev site, after upgrading from 9.7.2 to 9.7.3.
See production site (9.7.2).
Now, localhost (9.7.3) print image.
As you can see, CSS and/or JS is all messed up after upgrading.
I’ve upgraded TagDiv Composer to 2.4.
I have a child theme (FYI), in which I`ve inserted template for a CPT created by me. But I don’t think it has nothing to do with it (remember, 9.7.2 theme is OK).
Please, advice.
https://himalayanyeti.com/ Latest article with black color background head line, located above the footer in home page. It has no reaction to TD composer. I need to get rid of it. thanks!
When I set a post template why does it only bring the header to the post? I cannot find a way to add the single post content style to the body of my post as seen in tagDiv Composer:
tagdiv template
I am using the new WordPress block editor to author my posts. Am I missing something here?
Source: https://cloud.tagdiv.com/creative-decorating-with-houseplants/
Hi,
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Also if the page was build using tagDiv Composer use only this builder on that page, if you use WPBkery on the page edit it only with WPBakery.
Thank you!