- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
Hi Melissa,
If you use the element option to hide it then you can use the theme option to see in tagDiv Composer the elements that are hidden. Open a page in tagDiv Composer and select the manager, select the settings and enable the option Show hidden elements https://i.imgur.com/q8YV2ll.png
I hope this will help you!
Hi,
Please edit the page that contains the blank space using tagDiv Composer: https://prnt.sc/h_eytb726VuP
Scroll down to the section with the empty columns. It should look similar to this:
https://prnt.sc/VI8eMxuDH38p
Move your mouse over the empty column until you see ROW. Hover over it, then right-click and choose Delete from the menu.
Alternative ways to remove it:
– click on Row and press the Delete key on your keyboard.
– click and hold the Row, then drag it to the bottom-right red box (the delete area) to remove the element – https://prnt.sc/MdsxTH4RbnFe
Thank you!
Hello,
i have created two custom blocks. I want to use them inside a “Module cloud template” to render items in a “Flex Loop Builder”
I used de td-api-plugin. I can drag and Drop de block inside de tag div editor but something is not working. I can save de “module template” the first time but when i edit again it returns an ERROR “Errors at columns elements: 1(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”
What i am doing wrong?
This is how i add the api block (it has no parameters, all is coded into de file that renders the module -> td_video_empresa.php):
td_api_block::add('td_video_empresa',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Mòdul Video Empresa',
"base" => "td_video_empresa",
'tdc_category' => 'Modules elements',
'file' => $this->plugin_path . '/modules/td_video_empresa.php',
"params" =>
array_merge(
td_config::get_map_block_general_array()
)
)
);
This is the file that renders the block -> td_video_empresa.php
class td_video_empresa extends tdb_module_template_part {
function render( $atts, $content = null ) {
/* -- Call the parent render method -- */
parent::render($atts);
/* -- Retrieve the module post data -- */
$post_obj = self::$post_obj;
$post_type = null;
$postID=$post_obj->ID;
$url_video=get_field("url_video_empresa",$postID);
$video_extern=get_field("link_finestra_nova",$postID);
$logo=get_post_thumbnail_id($postID);
$linkEmpresa=get_permalink($postID);
$tituloEmpresa=$post_obj->post_title;
$string="";
$string.=renderVideo($url_video,220,$tituloEmpresa,$postID);
$string.='<div class="modul-caixa" >';
$string.='<h3 style="margin:0px;">'.$post_obj->post_title.'</h3>';
$string.='</div>';
return $string;
}
}
Hi,
That is the footer menu and it can be edited with tagDiv Composer and you can set anything you want in the footer, or if you want to change the text and links (only edit that menu), you can do it from dashboard > appearance > menu, select the footer menu that contains the menu you have now and edit it -https://prnt.sc/KZvCFuevCFI3
No sir, i have already did that setting ofcourse, the main problem is if you see my website and click on blog the category page opens, which looks good, i want the theme design to get applied on blog page https://product-strategist.com/blog this one, im not able to see tagdiv composer editing option as im getting in all other website
How do I modify the home menu? Specifically, I want to replace the word “search” with “buscar” (https://opinandosinanestesia.es/wp-content/uploads/2026/03/916d089d-e791-4122-b33d-da246781dcdf-scaled.jpg), and I’ve tried doing it from the theme itself, but I haven’t been able to; that is, using Tagdiv Composer, and nothing…
Thanks!
Thank you so much!
Based on your response, I’m wondering: if I create a page using the Composer Library’s Galleries module, which will be the easiest thing for me to configure, how do I implement it directly on the website?
Hi,
Hmmm, do you not have a backup of the database or for the entire website? Related to the css, this depens were set. If it is set in the theme panel, it will be saved in a place, in the database. If it is with composer, in pages, it will be saved in the post/page in the database. If it is in the composer, depending on whether it is a page or a cloud template. But in your situation, I believe that a database backup will be the best solution.
Hi,
If you are using the Newspaper theme, the content created with the theme can only be edited using the theme’s builder (tagDiv Composer). Elementor can be used only for creating and editing new pages, not for modifying the existing theme-built content.
Please note that we have tested Elementor only in its free version. The Pro version has not been tested on our side, so we cannot guarantee that it will work correctly with the theme.
Additionally, the issue you are experiencing might be caused by a plugin conflict. To check this, please run a test with only the main theme, the required theme plugins, and Elementor active.
Thank you!
Hi,
Please edit the page that contains the blank space using tagDiv Composer: https://prnt.sc/h_eytb726VuP
Scroll down to the section with the empty columns. It should look similar to this:
https://prnt.sc/VI8eMxuDH38p
Move your mouse over the empty column until you see ROW. Hover over it, then right-click and choose Delete from the menu.
Alternative ways to remove it:
– click on Row and press the Delete key on your keyboard.
– click and hold the Row, then drag it to the bottom-right red box (the delete area) to remove the element – https://prnt.sc/MdsxTH4RbnFe
Thank you!
Hi,
Maybe I didn’t understand your request correctly, but you cannot insert an image gallery directly inside a block. Instead, you can create a section with an image gallery, which means adding a row that will contain the gallery.
To do this, edit the page using tagDiv Composer. From the left sidebar, select Cloud, then search for Gallery. After that, import the gallery layout you want. It will be added at the bottom of your page, and you can simply drag and place it wherever you want on the page.
Alternatively, you can use a dedicated gallery plugin that provides shortcodes. In that case, create the gallery using the plugin, copy the shortcode, and then add it to your page using the Shortcode element in tagDiv Composer where you want the gallery to appear.
Thank you!
Hi,
Unfortunately, the provided image is unclear, but I believe you are referring to this section: https://prnt.sc/XRGFT1dxrIYA.
If that’s the case, those are empty columns. However, in the CSS tab they have top and bottom spacing applied, which is why you are seeing that extra space.
What you can do is remove those rows for now. If needed, you can always add them again later from the tagDiv Composer sidebar.
Thank you!
Hi mariohh,
If you migrated from a different theme to our theme, it is possible to see shortcodes from the previous theme, as those shortcodes are not recognized by our theme.
However, if you were already using our theme and everything was displaying correctly before, but now you only see shortcodes, this is usually related to the theme plugins that are no longer installed or enabled.
Please check the required plugins by going to Newspaper → Plugins and make sure they are installed and activated. In most cases, this issue is related to the following plugins:
tagDiv Composer, tagDiv Cloud Library. In some cases, it may also be related to: tagDiv Opt-In Builder, tagDiv Standard Pack
Once the required plugins are installed and activated, the content should display correctly again.
Thank you!
Hi,
Unfortunately, we have not tested the WP Obituary plugin with our theme, so we cannot confirm how it works or how it should behave when used together with our theme. Because of this, we’re not able to provide support for issues related specifically to that plugin. We recommend contacting the plugin’s author for further assistance.
Our theme includes its own frontend builder called tagDiv Composer, which can be used to edit pages and Cloud Templates. With it, you can customize rows, blocks, and other elements used across pages and templates.
Thank you!
Between the banner you see and the footer, (https://opinandosinanestesia.es/wp-content/uploads/2026/03/bd131674-a506-4530-9188-f14ce0aec605-scaled.jpg), I have this unsightly, horrible, and annoying blank space on my website.
I’ve tried removing it using Tagdiv Composer, but I haven’t been able to. How can I fix this quickly, easily, and effectively? Thanks!
Hi,
Use tagDiv Composer and from the left sidebar just drag an image element (if an image element you want to use) – https://prnt.sc/2AHrP7al_X8v you can upload your own image and even set a link on it – https://prnt.sc/ATCcoAV6DHQp
Hi,
You just ned to edit the page or cloud template with tagDiv Composer, add the popup element https://prnt.sc/dDRjJJtGGR_Y and you have 2 options you can display a page or a custom code set with html – https://prnt.sc/vzIEr84R6ImN to trigger it. Check the settings from the Triggers tab https://prnt.sc/X9BhslyuaE4Y you can trigger it from a button, page load, course, or scrolling.
Hi,
Could you please provide a link to the website? Is this a new or old site, and you just changed the theme? Do youuse any SEO plugin, usually those create sitemaps that are used by GSC to index the website. Also, if this is a new site, there will need to be some time to be entirely indexed.
Also, the demo you are using alredy have a block pages, that can be diedt with tagDiv Composer, select teh block and check teh filter tab of the blog, should be set on all categories and the sort on lates (this is how blogs works, but if you want to display only articles from a category, then you can create teh category blog and set it in the filter)
Hi,
Thank you for screenhost.
1. You have a flex block and you have set a negative top margin for meta info https://webccenter.com/ruralnet/wp-content/uploads/temp/bottom-align.jpg so all info from meta will startfrom the position you have set it (-265px). What I will recommend is to replace the element with a grid, use the big grid flex 1 – https://prnt.sc/x790b8oOr1wJ
2. https://webccenter.com/ruralnet/wp-content/uploads/temp/carousel_scrool.jpg There is only the option for load more button https://prnt.sc/UvVDdHcAcOS5
3. The problem with the next prev icons is related to some css that is apply onver the theme icons https://prnt.sc/t29087sxYucr if is not a custom css added to set the font family, then check the seeting relate dto teh pagination on that block with tagDiv Composer.
Hi,
This can be done similarly to how it is done for articles.
First, you need to create the single CPT template you’ll use with tagDiv Composer and tagDiv Cloud Library – https://prnt.sc/dv0qKGKTCBuf then set one as global and on CTP you want an individual template from the frontend do this, open from top bar the cloud template adn select teh one you want on that CPT (click on name to become green this means taht the template is assigned individual on that cpt – https://prnt.sc/5nMcocEvyZIx)
Hi,
1. If you have the demo installed, then the same single post template should be used, “Single Post Template – Free News”. Also, make sure that you are not using the tagDiv Mobile theme plugin.
2. Use tagDiv Composer, edit the homepage, select any element and after that from the left sidebar, you select the mobile viewport, then select the menu element – https://prnt.sc/dJV0CGbkkWbU, and you can edit the page ase as you would the menu. Or if you want, you can simply remove that element and add the menu element – https://prnt.sc/mYRxWJ3nI0Xt
Hi,
If you are referring to this section – https://prnt.sc/jYhWE0YHJwiC, then you need to know that it is not coming from the theme, which is added by an extra plugin, I think it is from the Jetpack plugin – https://jetpack.com/support/related-posts/
You can also use the theme option for this, edit the single post template with tagDiv Composer, add a flex block and in the filter set it to filter the articles after single-related by category https://prnt.sc/On9kJ6e0-1Zs
Hi,
For this is can be used the pop-up element from tagDiv Composer, which has more settings on it, and this can be scheduled to pop-up elements that can be set as calls to action https://forum.tagdiv.com/modal-popup/
Hi,
Usually, when you see shortcodes on your website when you are logged in, it is because one of the theme plugins is not installed. The theme plugins can be installed from Newsmag > Plugins.
TagDIv Composer should be installed and enabled and in case you still see shortcodes in the sidebar of pages/articles, please install the plugin tagDiv Social Counter.
Thank you!