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,
In case this is working when you are logged in and the cache is not applied, then it is related to the cache plugin settings (check the css and js settings from the cache plugin).
Thank you!

Calin
tagDiv Staff

Hi,
It appears that you have some extra code or plugin that is interfering with the theme TOC. When you click on it, you get this error in the console – https://i.imgur.com/vVaqHRL.png
What I will recommend is to do a test using only the theme plugins. In case the problem persists, please make a full backup of the website and contact us via email at contact@tagdiv.com and provide temporary wp-admin access to investigate the situation.
Thank you!

Calin
tagDiv Staff

Hi,

The tagDiv Newsletter plugin only provides a layout for the three mentioned newsletter types; it doesn’t include any additional functionality. In most cases, the code provided by MailerLite and Feedburner does not render correctly (MailChimp is usually the only one that still works as it used to). However, since some users still rely on this plugin, we cannot remove it.
What we can do is guide users on how to embed their newsletter code so everything functions properly.

Thank you for being so understanding!

Calin
tagDiv Staff

Hi,
The image size you have is ok, but you need to make sure that you upload the image in full size and not a thumbnail – https://i.imgur.com/x7wuCOo.png when select teh image make sure it is set on full size – https://i.imgur.com/VWb7lSV.jpg
I hope this will help you!

Calin
tagDiv Staff

Hi,

You can use Mailerlite with all pre-built websites, just use the method mentioned above and not the tagDiv Newsletter plugin (set the code for Mailerlite with tagDiv column text or title text https://imgur.com/DSSni9jComposerP).

Thank you!

Calin
tagDiv Staff

Hi,
All our Newsletter plugin does is provide some designs for the newsletter you will be using, in this case, MailerLite, so what you can do is set the embed code provided by MailerLite with the tagDiv Composer in the column text or title text https://imgur.com/DSSni9j, and the newsletter will display.
Thank you!

Calin
tagDiv Staff

Hi,
Could you please provide some screenshots showing the settings and the issue?
I checked the website, but I couldn’t find a section with the mentioned problem.
Thank you!

Calin
tagDiv Staff

Hi,
The single post template can be edited using tgDiv Composerhttps://i.imgur.com/XFMH7hx.png
If you need further assistance, please provide a link where I can investigate the actual situation.
Thank you!

Calin
tagDiv Staff

Hi,
To achieve this, use tagDiv Composer and add an Image element (https://i.imgur.com/YMkqHwX.png).
Choose the image style that works best for your website, set the image, and add the link you want it to point to. Some image elements also allow you to include extra text or a button.

Thank you!

Calin
tagDiv Staff

Hi,

We ran several tests but couldn’t reproduce the issue on our side it may be related to a specific configuration. Could you please contact us via email at contact@tagdiv.com and provide temporary wp-admin access so we can investigate and fix the problem?

Also, if you prefer not to use the comments section, you can remove the Comments element from the single post template.

Thank you!

Calin
tagDiv Staff

Hi,
The theme is indeed adding schema, but this cna be disabled if you use a SEO plugin.

View post on imgur.com


Thank you!

Calin
tagDiv Staff

Hi,
Please make sure that you have the latest version of the theme Newsapper v 12.7.3; there should be no problems with the TOC.
In case you have the latest version and the problem continues, please provide some screenshots of the table settings in tagDiv Composer and a link where the table problem can be checked.
Thank you!

Calin
tagDiv Staff

Hi,
Could you please provide a link where I can investigate this situation?
Thank you!

Calin
tagDiv Staff

Hi,
Typically, the license is not tied to a specific domain. It can be used on any domain, as long as it follows the usage rules. One license allows for one live site plus one staging site.
Thank you!

Calin
tagDiv Staff

Hi,
Could you please provide a screenshot of the ad you’re referring to?
Typically, the theme displays banners only when a pre-built website with demo content has been installed. In that case, pages, articles, categories, banners and templates are included by default.
Please also check the Theme Panel to see if any global banners have been added in the ads section https://i.imgur.com/SGHrog2.png, and check the pages and Cloud Templates in tagDiv Composer to verify whether an Ad Box element has been added.
Thank you!

Calin
tagDiv Staff

Hi,
This may be due to a large number of cookies and other elements that are no longer cached. As a result, the page is loading without cached data, which increases the load time.
Thank you!

Calin
tagDiv Staff
Calin
tagDiv Staff

It’s located in the right sidebar at the top – https://i.imgur.com/5QCoCH0.png

Calin
tagDiv Staff

Hi,
For favorit, please exclude the tdw_favourites

Calin
tagDiv Staff

Hi,
I think that you are referring to the excerpt. If so, then the excerpt filed in the article is empty, and it will take the first n words/letters from the article.
If you want to have a specific text displayed, then set it in the excerpt field.
Thank you!

Calin
tagDiv Staff

Hi,
It’s not that simple. If it were, all you’d need to do is take the code from there.
I hope this code does what you need and doesn’t break anything.
.td_woo_product_module .td-module-container .td-module-meta-info {
display: block;
text-align: center;
}
body .tdc-content-wrap div.td_woo_products_block .star-rating
Specificity: (0,3,2)
{
margin: 0px 10px;
}
div.td_woo_products_block div.td_woo_product_module .price {
text-align: right;
margin-right: 10px;
}

For shadow on css code:
body .tdc-content-wrap .td-module-container {
box-shadow: -1px 1px 3px 1px gray;
}

Just change the box-shadow

Calin
tagDiv Staff

Hi,
For the category, you can set a border like this – https://i.imgur.com/6XLnF6m.png https://i.imgur.com/LysNRdO.png and for the other | you need to use a css like this one:
body .td-module-meta-info .td-post-author-name span {
display: none;
}
.td-module-meta-info .td-post-author-name a {
margin-right: 8px;
padding-right: 10px;
border-right: 2px solid #aaa;
}

The cs can be set in a raw css element from the tagDiv Composer and it will apply only on the page where it is set. https://i.imgur.com/cnJ0g1Q.png https://i.imgur.com/UCDbctw.png

Calin
tagDiv Staff

Hi,

Item 3: I’ll review this and let you know what I’m able to do as soon as I have an update.

Item 4: It’s not possible to display both options at the same time. The option shown will depend on the item’s status:
– If the item is out of stock, “Read More” will be displayed.
– If the item is available, the “Add to Cart” button will appear. (This behavior applies only to WooCommerce Blocks.)

Regarding the shadow effect, you can check how CSS shadows work by following this guide:
https://www.w3schools.com/css/css3_shadows_box.asp

Thank you!

Calin
tagDiv Staff

Hi,
If the Recaptcha is set in the theme, then it can be removed from teh theme panel – https://i.imgur.com/4aCWcyX.png. Also, it is possible to have an extra plugin that uses recaptcha.
Thank you!

Calin
tagDiv Staff

Hi,
You can install a pre-built website you like the most and the rest of the pages and cloud template can be imported from the cloud templates – https://i.imgur.com/Kfq2T6O.png
Related to teh contact form https://dviraciukultura.lt/kontaktai/ that is made using the tagDiv Composer and custom fields added using acf plugin.
Thank you!

Viewing 25 posts - 1,626 through 1,650 (of 35,335 total)