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,
First, please check the general tab and make sure that the offset input does not have any value set. If it does, remove it https://i.imgur.com/NZvrAi3.png Most of the time, there is an offset, and the number of offset means that the first x articles will be skipped from display.
Thank you!

Calin
tagDiv Staff

Hi,
This can be done using the theme panel settings from Newspaper > Theme Panel> background – Mobile menu/search background – https://i.imgur.com/P3tj9UO.png
Then the colors from Newspaper > Theme Panel> theme colors – https://i.imgur.com/XCxtNJb.png
Or you can use the popup element and create your own mobile menus using the pages
I hope this will help you!

Calin
tagDiv Staff

Hi,
Yes, this can be done using the Newspaper theme, you need to use the video format and to use a video. You can get more informations from our guide https://forum.tagdiv.com/featured-image-or-video/
Thank you!

Calin
tagDiv Staff

Hi,
The classic blocks have only a few options. If you need to have control over each option of a block, then please try the flex block 1; this one can be edited as you want.
1. It can be done only with css, the classes for the element are:
.td_block_template_7 .td-block-title:before {
// your css here
}

2. What you can try are the style options in especially the line-height – https://i.imgur.com/m7u1oQ8.png
3. For block 2 what can be done is to use some custom css for the excerpt and date color, for excerpt length, you can use the options from the block – https://i.imgur.com/DSgZQsA.png
.td_block_2 .td-post-date {
color: red;
}
.td_block_2 .td-excerpt {
color: darkgreen;
}

Thank you!

Calin
tagDiv Staff

Hi,
The stars reviews are stored in the database under wp_postmeta (search after the post id) and look for td_review_key and in td_post_theme_settings will be the complete data for articles (including the number of reviews)

Calin
tagDiv Staff

Hi,

The blank page in Google News is almost always caused by your AMP endpoints (amp-list / amp-access / consent APIs) failing when loaded from the Google AMP Cache domain.
Please try:
– Add proper CORS headers on those JSON endpoints:
– Access-Control-Allow-Origin: https://www-eurasiantimes-com.cdn.ampproject.org
– AMP-Access-Control-Allow-Source-Origin: https://www.eurasiantimes.com
– Access-Control-Expose-Headers: AMP-Access-Control-Allow-Source-Origin
Ensure they accept the __amp_source_origin query param.
Then re-test the cached URL with #development=1 to confirm no AMP errors.

Make sure you set correct AMP CORS headers on your API/consent endpoints, otherwise the body stays hidden in Google News.

Calin
tagDiv Staff

Hi,

Please do not share the website login on the form, only in private.

The options that are provided from the theme for my accounts do not have an option to add/edit or remove the elements, but what can be done is to use the acf plugin and add some extra custom fields for the extra details you want to display https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/

To remove the Billing Details section, the only solution at this moment is a custom css to hide it:
.tds-s-page-acc-billing {
display: none;
}

The css can be set in the theme panel > custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,
For this, you need to use a menu that is set with submenus https://forum.tagdiv.com/main-menu/
Thank you!

Calin
tagDiv Staff

Hi,
I’ve been searching for some plugins and came across this one – Woo Custom Stock Status
. It might not be exactly what you need, but it seems to be pretty close.

Calin
tagDiv Staff

Hi,
Normally, there should be no problems, but to be sure, you can make a backup for your website before replacing the plugin.
Thank you!

Calin
tagDiv Staff

Hi,
If you want, we can take a look. For this, please make a full backup of your website, and please contact us via email at contact@tagdiv.com, and please provide WP-Admin access to investigate the situation. We’ll check it as soon as we can.
Thank you!

Calin
tagDiv Staff

Hi,

“Yes, you can continue using PHP 8.2. To ensure compatibility with PHP 8.3, make sure that all your plugins, WordPress core, and the theme are fully updated. If everything is up to date, it should work properly with PHP 8.3.

Thank you!

Calin
tagDiv Staff

Hi,
You can use any newsletter service, as long as it supports embedding. Simply obtain the embed code from your newsletter provider and paste it directly into the text zone of the column, using the Code view.

Calin
tagDiv Staff

Hi,
If a different header is used for the sticky version, use the one from the manager. However, if the header is the same, use the sticky option from the row instead.
Thank you!

Calin
tagDiv Staff

I’m glad that you managed to resolve it!

Calin
tagDiv Staff

Hi,
Yes, you need to replace the current tagDiv plugin with the one provided, this should resolve a few problems, including the one with _load_textdomain_just_in_time
The other situation will be resolved in the coming theme update.
Thank you!

Calin
tagDiv Staff

Hi,
Unfortunately, there is no option for this, sorry!
This can be achieved only with custom code.
Thank you for your understaing!

Calin
tagDiv Staff

Hi,

We can check it. For this, please make a full backup and contact us via email at contact@tagdiv.com and provide wp-admin access, and we’ll check it out.

Thank you!

Calin
tagDiv Staff

Hi,

We can check it. For this, please make a full backup and contact us via email at contact@tagdiv.com and provide wp-admin access, and we’ll check it out.

Thank you!

Calin
tagDiv Staff

Hello,

1. This can be done by using tagDiv Composer and checking if there is any extra element in that space. If there are no elements, then you can select the row and check in css tab and set the margin top/bottom (depending on the element selected) and a number for example, 0 or 10

2.3. The author and counter from the lock can be disabled from the theme panel > block settings> meta info on modules/blocks – https://i.imgur.com/sWziYdZ.png

Thank you!

Calin
tagDiv Staff

Hi,
I think that you are referring to this – https://i.imgur.com/XCkdKL4.png this can be done using tagDiv Composer and setting the id of social – https://i.imgur.com/DyRiS8z.png https://forum.tagdiv.com/tagdiv-social-counter-intro/
Thank you!

Calin
tagDiv Staff

Hi,
This situation is usually caused by a HTML tag that was not closed; it was open and it was not closed, so you need to check where there is any HTML code that has been added and is not completed.
Thank you!

Calin
tagDiv Staff

Hello,
Please make a full backup and contact us via email at contact@tagdiv.com and provide wp-admin access, and I will check the situation and see where it’s coming from.
Thank you!

Calin
tagDiv Staff

Hi,
Yes, this can be done using the “Multiple terms filter:” from the block and if you want the article to be in all terms – https://i.imgur.com/4Xx6nMG.png https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!

Viewing 25 posts - 2,851 through 2,875 (of 35,335 total)