Search Results for 'composer'

Results from the Forum
Calin
tagDiv Staff

Hi,
This can be done only if you are using a single post template from tagDiv Cloud Library (then using tagDiv Composer, you can set teh ad box element in the position you want). If it is a standard template, then you can use only the theme panel> ads sections for setting the ads in the positions mentioned there.
Thank you!

zv
tagDiv Member
Sebshot69
Participant
#0

I’m experiencing PHP warnings with TagDiv Newspaper 12 and td-composer when editing pages in WordPress admin:
Error messages:
Warning: Undefined array key “color-1-overlay” in /wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2679

Warning: Undefined array key “color-2-overlay” in /wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2679
Environment:

WordPress: [ta version]
Newspaper theme: 12.x
td-composer version: [ta version]
PHP version: 8.x

Issue location:
File: /wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php
Line: ~2679
Suggested fix:
Replace direct array access with null coalescing operator or isset() check:
php// Current code (causing warnings):
$overlay_color_1 = $atts[‘color-1-overlay’];
$overlay_color_2 = $atts[‘color-2-overlay’];

// Suggested fix:
$overlay_color_1 = $atts[‘color-1-overlay’] ?? ”;
$overlay_color_2 = $atts[‘color-2-overlay’] ?? ”;
This would ensure compatibility with PHP 8.x strict error reporting and prevent warnings when overlay colors are not defined in block configuration.
Current workaround:
I’ve temporarily suppressed warnings via error_reporting(), but a permanent fix in the core plugin would be appreciated.
Thank you for your attention to this matter.
Best regards,

james@blackchatai
tagDiv Member

it doesn’t work when I’m logged In, it only works when i’m in tagdiv composer. https://thesole.ai/wp-content/uploads/2025/12/Screenshot-2025-12-12-at-9.33.07-AM.png

Calin
tagDiv Staff

Hi,

You can use Mailerlite with all pre-built websites, just use the method mentioned above and not the tagDiv Newsletter plugin (set the code for Mailerlite with tagDiv column text or title text https://imgur.com/DSSni9jComposerP).

Thank you!

Calin
tagDiv Staff

Hi,
All our Newsletter plugin does is provide some designs for the newsletter you will be using, in this case, MailerLite, so what you can do is set the embed code provided by MailerLite with the tagDiv Composer in the column text or title text https://imgur.com/DSSni9j, and the newsletter will display.
Thank you!

Calin
tagDiv Staff

Hi,
The single post template can be edited using tgDiv Composerhttps://i.imgur.com/XFMH7hx.png
If you need further assistance, please provide a link where I can investigate the actual situation.
Thank you!

Calin
tagDiv Staff

Hi,
To achieve this, use tagDiv Composer and add an Image element (https://i.imgur.com/YMkqHwX.png).
Choose the image style that works best for your website, set the image, and add the link you want it to point to. Some image elements also allow you to include extra text or a button.

Thank you!

Calin
tagDiv Staff

Hi,
Please make sure that you have the latest version of the theme Newsapper v 12.7.3; there should be no problems with the TOC.
In case you have the latest version and the problem continues, please provide some screenshots of the table settings in tagDiv Composer and a link where the table problem can be checked.
Thank you!

Calin
tagDiv Staff

Hi,
Could you please provide a screenshot of the ad you’re referring to?
Typically, the theme displays banners only when a pre-built website with demo content has been installed. In that case, pages, articles, categories, banners and templates are included by default.
Please also check the Theme Panel to see if any global banners have been added in the ads section https://i.imgur.com/SGHrog2.png, and check the pages and Cloud Templates in tagDiv Composer to verify whether an Ad Box element has been added.
Thank you!

Calin
tagDiv Staff
Calin
tagDiv Staff

Hi,
For the category, you can set a border like this – https://i.imgur.com/6XLnF6m.png https://i.imgur.com/LysNRdO.png and for the other | you need to use a css like this one:
body .td-module-meta-info .td-post-author-name span {
display: none;
}
.td-module-meta-info .td-post-author-name a {
margin-right: 8px;
padding-right: 10px;
border-right: 2px solid #aaa;
}

The cs can be set in a raw css element from the tagDiv Composer and it will apply only on the page where it is set. https://i.imgur.com/cnJ0g1Q.png https://i.imgur.com/UCDbctw.png

Calin
tagDiv Staff

Hi,
You can install a pre-built website you like the most and the rest of the pages and cloud template can be imported from the cloud templates – https://i.imgur.com/Kfq2T6O.png
Related to teh contact form https://dviraciukultura.lt/kontaktai/ that is made using the tagDiv Composer and custom fields added using acf plugin.
Thank you!

elcanal
Participant
#0

Hello,

Since the latest WordPress update (I’m now on 6.7.x), every “Advanced WordPress Backgrounds” block on my Newspaper 12.7.3 site has stopped working properly:

– Background images no longer centered
– Background color + overlay disappeared
– Border-radius completely removed

The problem is visible both in tagDiv Composer pages and in the normal Gutenberg editor.

Everything worked perfectly before the WordPress update.

Is this a known compatibility issue?
Could you please provide a quick CSS fix or include a patch in the next Newspaper update?

Thank you!

Best regards,

Calin
tagDiv Staff

Hi,
You can customize the fonts, colors, title, excerpt, author, date, and category – https://i.imgur.com/B8fhoU1.png many elements include their own configuration options. Just open the tgaDiv Composer, select the Loop Post element, and review the settings in both the Layout and Style tabs.

Calin
tagDiv Staff

Hello,

1. That is only a notice and is not an interference or an effect on the website.

2. For that, replace teh last part of css I provided (this one)
body .tdc-content-wrap .td-module-container {
background: #f9f9f9;
border-radius: 0 0 10px 10px;
padding-bottom: 10px;
}

with this one:
body .tdc-content-wrap .td-module-container {
background: #f9f9f9;
border-radius: 10px;
padding-bottom: 10px;
border: 1px solid gray;
box-shadow: 1px 1px 5px 1px gray;
}

you can adjust the code after your needs.

3. To align the stars and the price on the same line, it is necessary to change somewhere halfway through the css code above.

4. For this you need to use tagDiv Composer on the pages where you have blocks and see if the blocks you have on the website have the option to display the “View/read more” button https://i.imgur.com/eeiflV4.png

Thank you!

Calin
tagDiv Staff

Hi,

Yes, using the Flex Loop Builder you can create the module exactly as you want with tagDiv Composer. However, when the Post Loop is used, it has its own settings that can be adjusted though they don’t offer the same possibilities as the Flex Loop Builder. Still, it’s possible to create a similar layout (for most elements, though not all) to the one built with the Flex Loop Builder’s module builder.

Thank you!

Calin
tagDiv Staff

The zones refer to the header/content/footer zone.
Most of the time, the problem is from a shortcode that is not compatible with our theme; therefore, after you set it with tagDiv Composer and save the page, the next time you try to edit it, you’ll get that error. The simplest and fastest way to resolve it is to use a page/template revision – https://wordpress.com/support/page-post-revisions/ (in this case will be a post template revision).
I hope this will help you!

Calin
tagDiv Staff

Hi,
Thank you for bringing this to our attention.
I just searched in the files for that typo, and I can not find it https://i.imgur.com/N77Jkal.png https://i.imgur.com/Ny7ly4Q.png
Now, in case you have the last theme version, Newspaper v12.7.3, what I can recommend is to disable and delete the theme plugin tagDiv Composer, after that go to Newspaper > plugins and reinstall the plugin – https://i.imgur.com/YB56jLu.png
Thank you!

israelru.news
Participant
#0

Newspaper 12.7.3
File path contains typo: “blotsk” instead of “block”
Path: /wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php
Line: 217
Expected file: td_thumbs_on_modules_and_blocks.php
Actual call: td_thumbs_on_modules_and_blotsks.php

Workaround: Created symlink to fix the issue.

Calin
tagDiv Staff

Hi,
This is because teh above code was made for a specific block, and that block also used an extra class that has been added on the block using the tagDiv Composer.
Do you want to have this layout https://i.imgur.com/gV60T5S.png on most of the blocks? We discuted about this and how to achive taht layout in this topic – https://forum.tagdiv.com/topic/woo-product-box/
Thank you!

Calin
tagDiv Staff

Hi,
To use the responsive version, just make sure that you do not have the tagDiv Mobile theme plugin (or/amp amp plugin). After this is checked and confirmed, this plugin is not used, or in case it is, it is disabled and deleted. Please check if you have made any mobile pages https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ if you have mobile pages make sure those are not assigned on pages and cloud templates (for templates, is simple, you can see it in cloud templates if there are any mobile templates – https://i.imgur.com/mgvfs0y.png )
After that, just learn all the ache, the responsive version will be used.

The newspaper theme has three available solutions for the mobile version:
1. Responsive Desktop Version – The default responsive layout that adjusts to mobile screens using tagDiv Composerhttps://i.imgur.com/apZQZ0o.png
2. Mobile Page/Template – A custom mobile layout that can be created using the tagDiv Composer.
3. tagDiv Mobile Theme Plugin – A separate mobile theme that provides a dedicated mobile experience but is limited in edits and changes.

Calin
tagDiv Staff

Hi,
If the template is editable with tagDiv Composer, edit it and set the class from the image on the block (cls-wpb), then make sure that the css is also loading on that template if not, then set it in a css element from tagDiv Composer.
Thank you!

wo4pipa
Participant
#0

Hello tagDiv Support Team and Community,

I am facing a critical issue while attempting to set up the Mobile Menu in the tagDiv Composer header builder. The setting fails to save, resulting in a non-functional mobile menu.

Detailed Problem Description

  • Desktop Header (Working): I used the standard Header Main Menu element for the desktop version. I successfully selected the custom menu I created via the “Select menu” dropdown. After saving, the desktop menu displays and functions perfectly on the live site.
  • Mobile Header (Not Working / Bugged): I am using the Responsive Design settings to add a dedicated Mobile Menu element for mobile viewports. I select my custom menu using the “Select menu” dropdown and then click Save (Publish button).
  • Result on Live Site: The mobile header displays the Hamburger Icon, but it is not clickable (non-functional).
  • The Saving Issue (The Core Bug): When I return to the editor (tagDiv Composer), the Mobile Menu element has reverted its selection. The “Select menu” dropdown has reset itself back to the default state: “-Select menu-“ (instead of displaying the menu I chose). If I re-select the menu and save again, the problem immediately repeats.

Request for Assistance

This appears to be a bug where the editor fails to persistently store the menu selection for the Mobile Menu element.

Has anyone encountered this issue, or can the tagDiv team advise on a fix?

Website Details:

Thank you for your urgent assistance!

thedoc
tagDiv Member

Hi,
that is what i did.
Comments icon is ok, while the views icon even if i canceled as you mentioned on TadDiv Composer, i see it still there (check https://staging.israele360.com/israele-e-giordania-progetto-congiunto/)

Viewing 25 results - 726 through 750 (of 52,922 total)