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,

I just tried the live search from the theme, but it appears that something is interfering with it – https://i.imgur.com/5kysY2e.png. It is possible that it is a delay option from WP Rocket.

If its a large website then it could take longer. You could try optimizing the database if possible, there are multiple guides, like this one https://www.wpbeginner.com/plugins/optimize-your-wordpress-database-with-one-click/

Dedicated search plugins (mostly premium versions) can provide faster results https://www.wpbeginner.com/showcase/12-wordpress-search-plugins-to-improve-your-site-search/

Thanks.

Calin
tagDiv Staff

Hi,

Could you please provide more details, including screenshots and links to the pages that are not working on mobile? Do you use the mobile theme plugin?

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

Thank you!

Calin
tagDiv Staff

Hi saniservice,
I checked the website a bit, and it is possible to have a plugin conflict. Please make a test using only the td plugins.
In case that the problem persits, make a full backup for your webiste and contact us via email at contact@tagdiv.com and provide there a temporary wp-admin access and cPanel. We’ll check the sitaution as soon as we can.
Thank you!

Calin
tagDiv Staff

Hi,
If using the mentioned ads with the theme options for ads is not working correctly, then the best solution will be to use a dedicated plugin for ads https://www.wpbeginner.com/plugins/what-are-the-best-ad-management-plugins-and-solutions-for-wordpress/
Thank you!

Calin
tagDiv Staff

Hi,
Yes, the mobile version will be friendly, the site will use the responsive version for mobile, which can be adjusted using tagDiv Composer if needed.
Thank you!

Calin
tagDiv Staff

Hi,

Can you please test it if this situation appears on other pages? If the problem is only on that page, then it will need to use a page revision as mentioned above, because some changes that have been made on that page are creating the problem. In case you want, we can take a closer look and identify the element. For this, we will need WP-Admin access, which can be provided via email at contact@tagdiv.com and include the link to this topic. We’ll check it as soon as we can.

Thank you!

Calin
tagDiv Staff

Hi,

The prebuild blocks, grids, loops and flex blocks will display only one category, to display more or all categories, you’ll need to create your own module using the tgadiv composer and module builder and use theme on Flex Block Builder and Flex Loop Builder

Thank you!

Calin
tagDiv Staff

Hi,
Most of the time, this https://i.imgur.com/LwIKnm1.png problem is from a shortcode that is not compatible with our theme or a plugin conflict; therefore, after you set it with tagDiv Composer and save the page/cloud template, the next time you try to edit it, you’ll get that error.
If is only for one page or a cloud template (it can be on the header or footer, you can change them for tests and see if the problem persists), this is from some settings/shortcodes set on it and it can be fixed using the page revision https://wordpress.com/support/page-post-revisions/

This one https://i.imgur.com/Xcp7e8m.png usually it’s from a plugin conflict, please make a test using only tagDiv plugins and see if the problem persists.

Thank you!

Calin
tagDiv Staff

Hi,
I just made some tests, and on my install, it seems to work correctly – https://i.imgur.com/1JUaQ3N.png on both mobile and desktop. Maybe something was interfering.
Thank you!

Calin
tagDiv Staff

Hi,
You can contact us at contact@tagdiv.com
Thank you!

Calin
tagDiv Staff

Hi,

The hero element provides the option to set a title, a description, and 2 buttons (with icons), so if you want to create your own hero, here is how it can be done:
– drag a row and stretch it https://i.imgur.com/Qa4Y9Gg.png
– add an image and background color – https://i.imgur.com/vIpVvL3.png
– drag the element you need text, icons, buttons ….https://i.imgur.com/6XQg5y3.png

Thank you!

Calin
tagDiv Staff

Hi,
The mentioned demo is using cloud template, so you need to use tagDiv Composer to edit the sidebars and/or add ads https://forum.tagdiv.com/ads-adsense-overview/
Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately, we’ll need some more details and a link to the website to check it. Can you provide a link to your website to investigate this situation?

Thank you!

Calin
tagDiv Staff

Hi,

I see that there is an image that is trying to be loaded on the website, but this no longer exists https://i.imgur.com/xp9ya43.png, so resolving this situation will improve the speed a bit. Here is what you need to do, edit he homepage with tagDiv Composer, go to the footer zone and select the row, then select the css tab and click on remove text that is after the background image option – https://i.imgur.com/Ptl7VNu.png. After that, save the settings.

Also, to have a very fast website, you’ll need an excellent cache plugin and most of the time those are not free, for example WP Rocket – https://forum.tagdiv.com/wp-rocket-and-newspaper-theme-optimization-guide/ and use a CDN so your website is protected and the bots will no longer get on the website to consume extra resources.

Thank you!

Calin
tagDiv Staff

Hi,
Please replace the above css with this one:
.tdb_single_content a {
position: relative;
color: inherit;
text-decoration: none;
background-image: linear-gradient(var(--insight-turquoise), var(--insight-turquoise));
background-repeat: no-repeat;
background-size: 100% 6px;
background-position: 0 100%;
transition: background-size 0.25s ease;
}
.tdb_single_content a:hover {
background-size: 100% 100%;
color: white;
transition: background-size 0.25s ease, color 0.25s ease;
}
.tdb_single_content a:active {
background-size: 100% 100%;
color: white;
}

The results should be https://i.imgur.com/Vs4P8sR.png

Calin
tagDiv Staff

Hi,

A quickfix is to enable the lockers for the events, please check in the theme panel and you should see your events post type and enable the locker for them here https://prnt.sc/2vRjAnM-IliL This just enables the option to use lockers for the events, you don’t have to actually set lockers for them, just enable that option.

We are very sorry for this inconvenience. Please try it and then publishing/updating events should function correctly.

Thanks.

Calin
tagDiv Staff

Hi,

I will do my best to try to explain it again. This solution will work only when you are on that page.
1. Using tagDiv Composer – https://i.imgur.com/zlZijIf.png select the element you want to scroll to and set a class – https://i.imgur.com/uPV1adq.png
2. Add a button and in the section “scroll to class” set that class – https://i.imgur.com/mz1C0qU.png save the setting and the anchor will work.

For icons, the situation is a bit more complicated because the icons used can have different dimensions, so it will be need to use different methods to adjust them ,but most of them can be adjusted using the size option – https://i.imgur.com/vfDSTW0.png

Thank you!

Calin
tagDiv Staff

Hi,
If you have created the content on a “page” and it appears on other pages, then most likely the content was not set on the page but in the header template (if it appears at the top) or in the footer template (if it appears at the bottom). What needs to be done is to move the content to a page and the problem is solved (can be done with drag and drop).
Thank you!

Calin
tagDiv Staff

Hi,

This can be a plugin conflict, please make a test using only tagDiv plugins and see if the problem persists.
If the problem is the same using only the theme plugins, please make a full backup of the website and contact us via email at contact@tagdiv.com and provide WP-Admin and cPanel access to investigate the problem. Include the link of this topic so we can identify you faster.

Thank you!

Calin
tagDiv Staff

The request has been made for the key used on karimganj.online

Calin
tagDiv Staff

Hi,
If the key was used on karimganj.online then now should no longer be on it.
Thank you!

Calin
tagDiv Staff

Hello,

1. A single license key can be used for the main domain and one testing domain, allowing it to work on a maximum of two domains. If you don’t need a testing domain, you can use the license for any two of the three domains you have. For the third domain, you will need an additional license.

2. The website width can be adjusted using the tagDiv Composer by checking the row options for stretching -https://prnt.sc/FaV_ZlcE8Ise https://tagdiv.com/how-to-add-delete-and-duplicate-row-newspaper-theme/

Thank you!

Calin
tagDiv Staff

Hi,
I’m glad to hear you were able to find the options!
Thank you!

Calin
tagDiv Staff

Hi Roman,

There are only 2 possibilities:
1. Create the sidebar for each page using tagdiv Composer and copy and paste the elements from one page to another.
2. Using widgets, you can not create the sidebar using tagDiv Composer, but you cna use tagDiv Composer to add the sidebar widget and have it the same on all pages, and when you edit something in widgets, it will be reflected on all pages.

Thank you!

Calin
tagDiv Staff

Hi,

First, I suggest setting the theme requirements https://forum.tagdiv.com/requirements-for-newspaper/, add this code too https://prnt.sc/MQRKxmjITK4V, in the htaccess file. You can add it at the bottom of the existing code. Then check if the composer works correctly.

Thanks.

Viewing 25 posts - 2,526 through 2,550 (of 35,335 total)