Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff

Hi,
Unfortunately, there is no option to add more fields for the lead element. This can be done only custom, and it will be need a developer.
Thank you!

Calin
tagDiv Staff

Hi,
This situation can be related to the cache plugin. Can you clear all the cache and see if the weather info is correct?
Thank you!

Calin
tagDiv Staff

Hi,

If the footer displays a text that can not be edited (when you hover it), then you are using a standard header, not a cloud header/footer, and it can be edited using the theme panel settings. In case you want to edit it with the theme builder, use cloud templates.

Thank you!

Calin
tagDiv Staff

Hi,

VERY IMPORTANT! If you have install a pre-built website with content. The pre-built website content added by the pre-built website install (pages, articles, categories, theme panel settings …) will get removed when uninstalling the theme or switching pre-built websites. If you want to keep the content as your own, please create a copy of the page and use the copy as your content. In case you want to install a PRO demo, what you can do is to get the cloud template and sample pages for that demo from the cloud (without installing a new pre-built website) -https://i.imgur.com/JTmrIeu.png
Also, you can use a staging area where you can make those tests so the main website will not be affected.

Thank you!

Calin
tagDiv Staff

Hi,
If you want to hide it, then you can use the tagDiv composer, select the mobile viewport, select the Big Grid Flex 2, and in the CSS tab, use the option for displaying the element – https://i.imgur.com/n8uXzUr.png. This option will hide the element on that viewport.
To see all hidden elements you can use the option from the manager – https://i.imgur.com/vg1bFfx.png
Thank you!

Calin
tagDiv Staff

Hi,

It can be done using tagDiv Composer. Most of the text elements have a SEO tag – select the element (or add one), make sure is in the content zone and set from titla tag seo the H1 – https://i.imgur.com/Hxwb5TQ.png

Thank you!

Calin
tagDiv Staff

Hi,
To fix this problem, please edit the Newspaper theme and in the functions.php file (wp-content/themes/Newspaper/functions.php), at the end of the file, add the code from here -> https://pastebin.com/uAw5du5k. Then, go to the Newspaper theme panel, click on the save settings button, and check the social share if it is now displayed.
Notice. After the social share are back the added code needs to be removed from wp-content/themes/Newspaper/functions.php
In case you need help, we can help you via email at contact@tagdiv.com, provide the wp-admin access, and we’ll fix this problem for you.
Thank you!

Calin
tagDiv Staff

Hi Anna, you can use the above solution (set teh code in functions.php as mentioned above, check the theme panel and after teh socials are added, just remove the code).
Thank you!

Calin
tagDiv Staff

Hi,
I’m glad that you have managed to resolve the problem.
Thank you!

Calin
tagDiv Staff

Hi,
You need to use tagDiv Composer, edit the homepage, select the search element and check the settings for live search https://i.imgur.com/t9jeAJZ.png https://i.imgur.com/9Us2KR7.png

Calin
tagDiv Staff

Hi,
Please do not share your credentials on the forum.
Usually, the solution is to add the code from the bottom of this guide – https://forum.tagdiv.com/requirements-for-newspaper/ meaning this one – https://i.imgur.com/ZlWT2NJ.png in the htaccess file.
Then the issue should be solved.

Calin
tagDiv Staff

Hi MPettus,
Please check the steps from this similar topic – https://forum.tagdiv.com/topic/how-to-configure-theme-momentum/
Thank you!

Calin
tagDiv Staff

Hello,

Related to the search problem, it will be need to replace the current theme plugin tagDiv Composer with the one from here – https://cdn.tagdiv.com/wp-content/uploads/2025/11/td-composerfix.zip

Thank you!

Calin
tagDiv Staff

Hi,
We recommend for the moment to use maxim PHP 8.3, this is the last PHP version that has been tested and is compatible with the theme.
Thank you!

Calin
tagDiv Staff

Hi,
Before updating the theme, make a full backup.
After that, check teh theme plugins you are using and make sure that after the theme update, you also update those plugins (if the plugins are not updating automatically, you can do it from Newsapper > plugins).
Thank you!

Calin
tagDiv Staff

Hi Justin, please contact us via email and provide WP-Admin access. We’ll hcekc and see what is interfering with wp editor.

Calin
tagDiv Staff

Hi,
If you drag the mobile menu element, it will load across the entire screen. However, if you’re looking for a more modern solution, you can use the popup element to create a menu on a separate page. Once the page is created, set its ID in the popup menu and choose the icon you want to display.

Thank you!

Calin
tagDiv Staff

Hi,
Please check your browser console (provide screenshots with the error message), maybe you have something blocking it, usually it is a security module.
Thank you!

Calin
tagDiv Staff

Hi Stéphane,

Currently, teh page provided as an example no longer exists – https://i.imgur.com/gnQyBgJ.png, but I made a note so the counter from filters can be checked.

Thank you!

Calin
tagDiv Staff

HI,
I see that now you have images on the homepage https://i.imgur.com/VIFdMxs.png
For the header use tagDiv Composer and edit the logo text size https://forum.tagdiv.com/header-manager/

Calin
tagDiv Staff

Hi,
Unfortunately, there is no option for this. What you can do is to use a class on that flex block and with custom JS to check if there is or not content, if not, to set display none on that class.

Calin
tagDiv Staff

Hi,
Try this custom css:
body .td-woo-default .cart-collaterals .cart_totals table td {
text-align: left;
}
@media (max-width: 768px) {
body .td-woo-default table.cart td.product-name {
text-align: right!important;
}
body .td-woo-default table.cart td.product-thumbnail {
float: right;
}
body .td-woo-default table.cart .product-remove {
left: unset;
right: 5px;
}
body .td-woo-default table.cart td.product-price{
padding: 8px 0 0 0;
}
body .td-woo-default table.cart td.product-name,
body .td-woo-default table.cart td.product-subtotal{
padding-left: 0;
padding-right: 115px;
}
body .td-woo-default table.cart td.product-subtotal {
text-align: left!important;
}
.woocommerce td.product-quantity {
padding-right: 115px!important;
}
}

Calin
tagDiv Staff

Hi,
Just make sure you have the Newspaper v12.7.3 and use the composr from this link
https://cdn.tagdiv.com/wp-content/uploads/2025/11/td-composerfix.zip
Thank you!

Calin
tagDiv Staff

Hi,
This is not related to the theme, you’ll need to use an extra plugin that will generate the articles, maybe something connecting to some feeds and using AI.
https://www.wpbeginner.com/wp-tutorials/how-to-write-content-using-ai-in-wordpress/
https://aioseo.com/best-ai-content-generators/
Thankyou!

Viewing 25 posts - 1,901 through 1,925 (of 35,335 total)