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’m sorry, but our theme does not have such a feature, also, I don’t have the expertise to implement it myself. You would need custom development work, which can be done by a developer.

Thank you!

Calin
tagDiv Staff

Hi,

First, make sure that you have the comment set to be open; sometimes users set it to close after a few days – https://i.imgur.com/QuEy1iU.png
Also, you can check the single post template if it has the comment element added – https://i.imgur.com/VHNdS29.pnghttps://i.imgur.com/hEPu2qO.png

Thank you!

Calin
tagDiv Staff

Hi,

When the WP Editor from tagDiv Composer fails to load and an error appears in the browser console, it’s often caused by a .htaccess file containing a ‘deny’ rule. This is typically configured in each WordPress subfolder – https://i.imgur.com/RUQWShs.pnghttps://i.imgur.com/NfenCCr.pnghttps://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/

Thank you!

Calin
tagDiv Staff

Hi,

Do you want to set the website in RTL? If is so, then first you need to set a RTL language in wordpress, after that you need to use the tagDiv Composer to adjust the remaining elements to be aligned from LTR to RTL.
The best solution in this case is to use a RTL demo – https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=rtl

Thank you!

Calin
tagDiv Staff

Hi,

Yes, you can set a video as an ad, but the problem is that they consume resources, and a 344 MB video is very large for desktop and huge for mobile – https://www.youtube.com/watch?v=0DBc6jJyavQ

Thank you!

Calin
tagDiv Staff

Hi,

Please try to use the responsive version of the theme, not the tagDiv Mobile theme plugin and amp

The issue with AMP and WooCommerce likely stems from AMP’s limitations, especially in 2025. While AMP was initially used to speed up mobile pages, it can hurt user experience by stripping down important features and design elements, making the mobile version feel disconnected from the desktop version.

Instead of AMP, it’s better to focus on optimizing your site for mobile directly. This includes using responsive design, optimizing page speed, lazy loading, image compression, and improving Core Web Vitals (CWV). These strategies provide a more consistent, high-quality experience across devices and ensure you’re not penalized by search engines.

In short, ditch AMP and focus on modern mobile optimization techniques to improve both performance and user experience.
Thank you!

Calin
tagDiv Staff

Hi,

If you need to add playlists to your content, it can be done using the embed link or embed code https://www.boldgrid.com/support/wordpress-tutorials/how-to-embed-content-in-the-gutenberg-editor/

Thank you!

Calin
tagDiv Staff

Hi,

I see, if it is a CPT and the title of the post will change based on the CPT you are then it will be ok to use a custom field to collect the posts you want to display, for example, you can use a text field and it will be in the post IDs only, for example: the custom field must be displayed in each CPT so you can set for each one the post ID you want to display. After that on template use a flex block or create your own module and use a flex builder to display that post or posts, what you need to do is to set in the filter tab some parameters to get the values from your custom field – https://i.imgur.com/7tRPctY.png

Thank you!

Calin
tagDiv Staff

Hi,
If you are referring to this https://i.imgur.com/Z8lyw2t.png then please install the optional plugin https://i.imgur.com/QuaGnlT.png
I hope this will help you!

Calin
tagDiv Staff

Hi,

If you ned this only for a few articles, then you can create separate lists and subscriptions for each article in parts, but if you need it for all articles, then it can be done only with custom work.

Thank you!

Calin
tagDiv Staff

Hi,

Is that a page or a template? If you need the post title, it will not be easier to use a flex block 1 and display only the title and you can filter it after the post id you want or better to have less code, you can create a module only with the title https://forum.tagdiv.com/modules-builder-newspaper-theme/ and this can be displayed using the flex builder https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/

Thank you!

Calin
tagDiv Staff

Hi,

It is looking like that because of tagDiv mobile theme plugin, to be the same as on desktop, the tagDiv mobile theme plugin should be disabled https://forum.tagdiv.com/mobile-theme-introduction/

Thank you!

Calin
tagDiv Staff

Hi,

Ithink it is related to this code:
body .td_woo_product_notices .woocommerce-notices-wrapper .button {
margin-left: 0;
margin-right: auto;
}

insted of margin-right: auto; you can try margin-right: 0;

Calin
tagDiv Staff

Hi,

This needs to be done on the css set with teh code :after, for example:
.remove.remove_from_cart_button:after {
content: "پاک کردن ";
font-size: 12px;
font-family: fantasy;
padding-right: 6px;
}

Thank you!

Calin
tagDiv Staff

HI,

1. Try this css: https://i.imgur.com/b4jZv2k.png
body div.td_woo_products_block div.td_woo_product_module .price{
margin-bottom: 0;
}
body div.td_woo_products_block .star-rating {
margin: 6px 0;
}

2. Here are 2 options, the one mentioned before using the flex block 1, this has the options for almost everything to set, but in case you want to have better control, then you can use a modul,e this can be created https://forum.tagdiv.com/modules-builder-newspaper-theme/ as you like to be and use a flex builder to display it https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/

Thank you!

Calin
tagDiv Staff

Hi,
Unfortunately, there is no option for that, but you can use a css to add extra text, something like this:
.remove.remove_from_cart_button:before{
content: "delete ";
}

Calin
tagDiv Staff

Hi,
Yes, this can be done, but it depends on what you want to achieve. Could you provide some more details?

Calin
tagDiv Staff

Hi,
TagDiv Composer is a page builder and it can be used on pages and cloud templates to create templates for your website, but not to create posts; those will be created normally using the WordPress editor.
Thank you!

Calin
tagDiv Staff

Hi,
A part of the settings can be done using tagDiv Composer and setting the padding on meta – https://i.imgur.com/AlIrzhL.png, another one is related to this css
.cls-wpb .td-module-meta-info{
border-radius: 0 0 10px 10px;
min-height: 210px;
}

That is making a height of at least 210px for the meta (section holding the text information for the product).

Calin
tagDiv Staff

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

Thank you!

Calin
tagDiv Staff

Try this css to align in the correct way the elements in the cart:
body .td_woo_menu_cart .tdw-wmc-widget .remove_from_cart_button {
left: 16px;
right: auto;
}
.td_woo_menu_cart .tdw-wmc-widget .quantity {
display: flex;
flex-direction: row-reverse;
}

Calin
tagDiv Staff

Hi,

It is possible that you have the notice set in a column that is not full-width – https://i.imgur.com/mJ0cbCv.png https://i.imgur.com/7JbFDZL.png, so what you can do is to drag and drop the notice under the breadcrumbs (that row should be full-width).

To adjust the text, button and icons, you can use this css:
.td_woo_product_notices .woocommerce-notices-wrapper>*:before {
margin-left: 40px;
margin-right: 0;
}
.woocommerce-message::before {
right: 0;
}
body .td_woo_product_notices .woocommerce-notices-wrapper .button {
margin-left: 0;
margin-right: auto;
}

Calin
tagDiv Staff

Hi,
Please replace the above css with this one:
.kk-star-ratings.kksr-align-center {
display: none;
}
.tdb_single_content .kk-star-ratings.kksr-align-center {
display: flex;
}

This css should hide the stars everywhere except the post content.

Calin
tagDiv Staff

Hi,

You can use the copy-paste method: simply copy the cloud template from one site and paste it into a cloud template on the other site.
https://i.imgur.com/uxeF49Y.png https://i.imgur.com/IxAJpVU.png https://i.imgur.com/PlOsnrg.png

Thank you!

Calin
tagDiv Staff

Hi,
Big thanks for the optimization tips!
Appreciate the help!

Viewing 25 posts - 2,601 through 2,625 (of 35,335 total)