Hi,
Just set the css in the theme panel > custom code > custom css – https://i.imgur.com/lVCRx3l.png
Thank you!
Hi,
This option is only for description; if you want to do it for the title, then you can use this custom css:
.td_block_image_box .td-custom-title {
top: 90%;
}
The css can be set in the theme panel, custom code, custom css or you can set the css directly in the page with the tagDiv Composer in raw css.
Thank you!
Hi,
Please check the settings – https://i.imgur.com/vNVNHRG.png and make sure that the option for page template settings.
Thank you!
Hello,
Please do a test using only tagDiv plugins and see if the problem persists. Also, make sure that the theme requirements are set as in our guide https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hi,
You can use the editor to set the content, select that text, and set the color on it; it should apply the color you choose. Also, if you want to change it only the link for the page content for that page, then you can also use a css:
.page-id-2487 .td-page-content a {
color: #4db2ec;
}
Hi,
What can be done on the page is to use the option for a unique article https://forum.tagdiv.com/unique-articles/
Thank you!
Hello,
The first page should be from the mobile theme and the second one from the page content so that you can remove the title set in content, and the situation should be resolved.
Thank you!
Hi,
You can create the layout you want using the layout tab – https://i.imgur.com/hfcwcxL.png
In case you are referring to the fact that there is only one lock to use for Woo products, then yes, it is only one.
Thank you!
Hello,
This is on our list, but as far as I know, it won’t be included in the current theme update, possibly in the next one.
Thank you!
I’m glad you managed to solve it!
Hi,
First, please make sure there’s nothing wrong on the website. For example, this issue shown in the screenshot may be caused by a code snippet plugin:
Also, while logged in, check the browser console for any errors.
Additionally, you can try using plugins like Query Monitor to check for slow queries and identify any performance issues.
Hi,
Please follow the steps as mentioned:
– open the homepage using tagDiv Composer.
– from the top menu, select Manager.
– enable or disable the sticky header as needed – refer to this screenshot for guidance: https://i.imgur.com/avxI1XM.png
– select the sticky header and set its sticky type to “Always”.
Alternatively, you can select the sticky header the same way it appears on the frontend. Once it is displayed in Composer, the selection process is identical.
Hi,
For the problem _load_textdomain_just_in_time from td-cloud-library, please download and reinstall the plugin from here -> https://cdn.tagdiv.com/wp-content/uploads/2025/07/td-cloud-library.zip
The warning seems to be related to the Youtube ids that no longer exits, so you can check on your pages for the youtube ids: 9YPsSaYlkyc and 4h2FqahPC2M and remove them.
Hi,
I reached out to a developer regarding this issue, but I haven’t received a solution yet. He mentioned that it needs to be checked further to determine what’s preventing pages built with the theme builder from printing correctly.
Thank you for your understanding!
Hi,
I added this as a suggestion on our list.
Thank you!
Hi,
You can enable/disable the sticky menu using the header manager – https://i.imgur.com/sn6BVIW.png or you can select the row that you want to become sticky and activate the sticky option for it – https://i.imgur.com/9nuSbub.png
Thank you!
Hi,
Yes, the Flex block can display the products – https://i.imgur.com/0UO3u8L.png, but it will show them as articles — only the image and title, without the price. For WooCommerce products, it’s better to use the Woo Product Block element https://i.imgur.com/D3BK5az.png, as it includes the price along with the product details.
Hi,
I will recommend using a flex block; this can be edited how you want using tagDiv Composer and the settings from it. The old blocks, like the one mentioned, have only a few options and need to be adjusted with css if an option doesn’t exist.
A css that can be used for yor your
.td_block_15 .td-module-title a {
color: #fff;
}
Thank you!
Hi,
Those “?>” come from the code set in the website head, please check in Newspaper > Theme Panel > Analytics/Js code > in head section – https://i.imgur.com/XCt3nBo.png but it can also be added in a plugin for inserting head/footer code.
Thank you!
Hi,
By default, the H1 tag is applied to the logo. If you’re using Cloud, you can use the tagDiv Composer to remove the H1 from the logo (you need to do this for both mobile and desktop views).
Here’s an example: https://i.imgur.com/0BjZdOj.png
When you open an article, the H1 will automatically be used for the article title.
For pages, if you want to remove the H1 from the logo, you have two options:
Use the PageBuilder template and enable the page title, this way, the H1 will be set on the page title: https://i.imgur.com/ElmwJQR.png or, keep the default page template and use tagDiv Composer to add the page title manually, then disable the H1 on the logo.
The H1 tag is important for SEO, so it should always be present on the page, just make sure it’s used in the right place.
Thank you!
Hi,
Do you get any error message when you try to edit a page/template with Composer?
If there is no error message but the tagDiv Composer is not acting normally, it may be related to some extra plugins that are in use. Please make a test using only tagDiv plugins and see if the problem persists.
Thank you!
Hi,
Just make sure that you have the latest theme version, Newsapper v12.7.1. The theme panel backup limit is still there – https://i.imgur.com/nFo5NJS.png. In case you no longer have it and you have the last version, then it’s possible that something is interfering with the theme.
Thank you!
I’m glad it works!