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 VeriArtem,
If you want to display text under the featured image and post title, then you can use the excerpt -> https://forum.tagdiv.com/excerpts-introduction/
Thank you!

Calin
tagDiv Staff

Hi,
The layout it looks like that because the header is set as absolute (fixed), and it is like this -> https://i.imgur.com/6t51Td0.png but should be like this -> https://i.imgur.com/1RPxy8E.png
Please check the header -> https://i.imgur.com/sWa09rf.jpg if is not set as overlay, if is, then set it as default.
Thank you!

Calin
tagDiv Staff

Hi,
The 5-star display system has not been modified because it is still working properly. In the next update there will be some added improvements for reviews.
Thank you!

Calin
tagDiv Staff

Hi,
It is possible that in that error to be a problem related to a plugin conflict.
If is possible, please make a test using only tagDiv plugins and see if the problem still persist or the CSS Analyzer is working.
Thank you!

Calin
tagDiv Staff

Hi avadoweb, we had a few days off and that’s why was nobody answering to the email until yesterday -> https://i.imgur.com/kSvoxNT.png
From now on the support is up to date!
Thank you!

Calin
tagDiv Staff

Hi,
Can you please provide some more details about the problem that you are facing?
Thank you!

Calin
tagDiv Staff

Hi,
This situation appears because it is used the mobile theme plugin. This provide a different layout and for pages you’ll need to set a separate content. Laos the sidebar will no longer be displayed.
Another solution will be to use the amp without mobile theme and to set it on “Reader”.
Thank you!

Calin
tagDiv Staff

Hi,
Most of the time when after the theme is activated and all messages and the theme looks to be activate and you refresh the page this is again not activate it is from an object cache. Please check our guide for here -> https://imgur.com/2gmltQw -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!

Calin
tagDiv Staff

Hi jtoney,
Yes, our theme it is using ad box and you can chose the source of code to be from the theme panel or you can set the code directly in the ad box.
Now, if it is a new ad account it can take a few days until this is approved, also you need to make sure that the ad account it is on that domain. Also, do you see any errors in console?
Thank you!

Calin
tagDiv Staff

Hi jtoney,
This is possible, all you need to do is to edit a single post template and set the custom content in content zone, so the custom content to be display in all posts that have that cloud template assigned -> https://i.imgur.com/2TbjCTe.png (the zone will be displayed here -> https://i.imgur.com/BB7UHz8.jpg).
Thank you!

Calin
tagDiv Staff

Hi jtoney, this is strange, because should have nothing to do with the new post. Can you provide a link to it to see if I can see from where it is this problem?
Thank you!

Calin
tagDiv Staff

Hi,
I just checked the link that you provided and I see that you have 25 words set for the excerpt, if you want to display less, you can use tagDiv Composer, edit that cloud template and select the blocks and change the number of excerpts -> https://i.imgur.com/urQsF00.jpg -> https://i.imgur.com/ScM8eKC.png
I hope this will help you!

Calin
tagDiv Staff

Hi,

So, if I understand correctly, in bot situations you want to edit the link only to use the Ultimate Member’s user pages. Unfortunately, the mobile menu and menu login elements do not have an option to set a custom link, so I think that a solution will be if you edit the theme files.

For the menu login you can edit the wp-content/plugins/td-subscription/includes/shortcodes/tds_menu_login.php and replace the code from herf=”” -> https://i.imgur.com/rpwDNeY.png

For the rest of login/register are more modals.
This file wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php is responsible for the login/register content when the login button is selected.
This file wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php is responsible for the login/register using the responsive version for theme for mobile devices.
This file wp-content/plugins/td-composer/mobile/parts/login.php is responsible for the login/register using the mobile theme plugin layout.
And this file wp-content/plugins/td-composer/mobile/parts/register.phpis responsible with the mobile theme plugin to display the content for login/resister
If you want to change the link from the sign in button you need to edit this file wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php (because you are using the responsive version), what you need to do is to replace the id

What you need to do is to replace the id=”login-link-mob” with href=”your-url” https://i.imgur.com/QiPAxSi.png -> https://i.imgur.com/mlnxJey.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,
We are sorry that it took longer until we answered you, but according to the banner we had a few days off -> https://i.imgur.com/2Xry2GH.png
Related to creating woocommerce pages with a different theme.
I don’t think this will work, because you can use only one theme per domain, maybe only if you use a subdomain or other domain, but if the shop is part of the Newspaper site, at best, you can try to create the shop with one to the builder.
We recommend that you do it with our theme using the tagDiv Shop plugin.
Unfortunately we do not have a video tutorial on how to use tagDiv Shop, but, this will allow you to create the shop using tagDiv Composer.
Thank you!

Calin
tagDiv Staff
Ads - reply

Hi,
I see that not only the title is not center, but the banner itself it is on the left -> https://i.imgur.com/yv9Bh8E.png, you can center them using this custom css
.foxch-content-2 img{
display: inline-block;
text-align: center;
}
.foxch-content-2 {
text-align: center;
}

I hope this will help you!

Calin
tagDiv Staff
Ads - reply

Hi,
Please try this custom css:

View post on imgur.com


.td-a-rec-id-sidebar .foxch-adlabel {
text-align: center;
}

Set this code in the theme pane > custom code> custom css.
I hope this will help you!

Calin
tagDiv Staff

Hi,
This is because you are using the mobile theme plugin, if you disable it then the responsive version will be displayed or you can create for each page a mobile page editor -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Thank you!

Calin
tagDiv Staff

H,
It will be better to use a child theme, in this way, when you’ll update the theme, the changes will not be lost.
The files that need to be edited are those that are used, if you use post template 1 then you need to edit this one wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php -> single_template_1.php and if is the default template, please try this one -> loop-single.php
I hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,
The color of the review stars can be changed only with custom css:
.td-review .td-icon-star:before, .td-review .td-icon-star-half:before {
color: blue;
}

Please try this custom css, set the code in the theme panel > custom code> custom css.
If this is not what you mean, please let me know!
Thank you!

Calin
tagDiv Staff

Hi,
With Newsmag theme, this can be done only on pages, her you can sue tagDiv Composer and you can set the posts in blocks and grids using the ids -> https://prnt.sc/nfkRirPLLCoi -> https://forum.tagdiv.com/newsmag-block-settings-tutorial/
Thank you!

Calin
tagDiv Staff

Hi,
If I’m right, that it is a category page. In order to display only posts from that category, you need to use a specific filter, the current category filter, edit the cloud category template with tagDiv Composer -> https://i.imgur.com/q3Ke1bp.png -> https://i.imgur.com/dYQ4iDu.png also it can be use the posts loop element.
Thank you!

Calin
tagDiv Staff

Hi,
If that one is no longer working, there are more Thumbnail Regeneration Plugins that can be used, you can try those:
-> https://wpneon.com/best-wordpress-thumbnail-regeneration-plugins/
Thank you!

Calin
tagDiv Staff

Hi,
If you are referring to unique article option -> https://forum.tagdiv.com/unique-articles/
The Facebook login option it is only on “Menu login” element -> https://i.imgur.com/OwnBQBI.png by default on mobile it is not using that element.
Thank you!

Calin
tagDiv Staff

Hi,
Thank you for letting us know about this situation and the solutions that you used!
Thank you!

Viewing 25 posts - 8,176 through 8,200 (of 35,335 total)