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,

If you want to set a table inside an article you can do this using the Gutenberg editor -> https://i.imgur.com/uyE5d8s.png
Also here is an article how to add bootstrap in a theme:
Add Bootstrap Table Styles to Your Theme
Thank you!

Calin
tagDiv Staff

Hi,

Yes, you can do this from post template, if you are using standard post style, then you can use a post style without featured image or you can use a custom css.
If you are using a single post template from tagDiv Cloud Library, then you can edit it with tagDiv Composer and using the right click to remove the featured image. If you want to remove the featured image only for some posts, you need top have two single post templates, one set as global in theme panel -> https://i.imgur.com/Pog4qQr.png and the order one you can set it individual per article that you do not want to have the featured image -> https://i.imgur.com/DHUkKH8.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

You need to set only this code https://i.imgur.com/foIU5qA.png for amp auto ads https://prnt.sc/ul9cki the other one is already set in our theme.

Thank you!

Calin
tagDiv Staff

Hi benoie, please make sure that the theme was installed as in our guide from here -> https://tagdiv.com/how-to-install-newspaper-theme/ and activate the theme -> https://tagdiv.com/how-to-activate-the-newspaper-theme/ also make sure that all theme requirements are set as in our guide from here https://forum.tagdiv.com/requirements-for-newspaper/ if the problem persists, please make sure that you have only theme plugins enable (tagDiv plugins), if you have other plugins, please disable theme clear all cache and check again.
If you tried all these and there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login and cPanel. We will take a look. Include a link to this topic in the email.
Let me know the results!

Calin
tagDiv Staff

Hi Julan, the ads can e display on website for classic demos using the settings from theme panel -> https://i.imgur.com/ZgKfKhl.png (check all fields). If you are using a pro demo, these were made using cloud templates and can be edited using tagdiv Composer , to remove the ads from those, click to edit with td Composer and use the right click to delete the ads -> https://i.imgur.com/tm06ffn.png -> https://i.imgur.com/soG0lx4.png
Hope this will help you!

Calin
tagDiv Staff

Hi,

This can be done with a custom css like this one -> https://i.imgur.com/eJFeocz.png
table > *{
text-align: center;
}
table tr th {
background: orange;
color: white;
text-align: center;
}
table tr td:last-child {
background: green;
color: yellow;
}
table tr:nth-child(even) {
background-color: #dddddd;
}
table tr td:nth-child(1), table tr td:nth-child(2) {
background: green;
color: white;
}

The code need to be set in theme panel> custom code> custom css.
Also it will be batter if you add an extra class on the table to can tiger the code only on the tables you want.

Hope this will help you!

Calin
tagDiv Staff

Hi GARBAR, I do not quite understand, if you set an video embed the background row video is no longer working ? please provide some more details and some screenshots also a link to the page with this problem will help.
Thank you for you understanding!

Calin
tagDiv Staff

Hi TechieBraj,

Sorry! indeed I forgot about that question.
You need to edit another file, please try on this one -> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php

Let me know the results!

Calin
tagDiv Staff

Hi vbrashier, in Newspaper X you can set the custom add directly in ad box, also this ad box can be set on cloud templates using tagDiv Composer.
If this is not what you mean, let me know!
Thank you!

Calin
tagDiv Staff
Help - reply

Hi plisevich,
Please let us know all the problems that you have with our theme, also provide as more details and screenshots you can.
For the moment we can provide support only on this forum and via email.
Thank you!

Calin
tagDiv Staff

Hi, we’ll take a look too at this problem, my colleagues reasonable via emails, will check the situation and will provide a fix.
Thank you for your understanding and sorry for the inconvenience!

Calin
tagDiv Staff

Hi,

Ok, we’ll take a look.
It was good if some access to the host was possible to check the settings and theme files and if all the requirements are sett correctly including wp memory and other parameters..

Thank you!

Calin
tagDiv Staff

Hi probangla,

Yes, you you can use WP Bakery with our theme, but please do not use tagDiv Cloud Library or pro demos with this builder because will not work properly.

Also using our theme with theme builder, you can achieve something similar as in my examples.

Thank you for your understanding!

Calin
tagDiv Staff

Hi, I’m fine, thank you!
Unfortunately there is no option for this, but you can achieve it with a a little work and a custom css like this one -> https://i.imgur.com/s2gbYSS.png
.single ol {
list-style: none;
counter-reset: li;
}
.single li::before {
content: counter(li);
color: red;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.single li {
counter-increment: li;
}
.single ol li::before {
content: counter(li);
color: red;
display: inline-block;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
text-align: right;
direction: rtl;
}

The code need to be set in theme panel> custom code> custom css.
Also all you need to do is to replace the red color with the one you like.

Hope this will help!
Let me know the results!

Calin
tagDiv Staff

Hi,

I just checked this on my install and for me the option is working -> https://i.imgur.com/87QN29a.png -> https://i.imgur.com/XilynVi.png try to add the http to the link and make sure that you clear all cache and you do not have any plugins taht are interfering with the theme settings.

Thank you!

Calin
tagDiv Staff

Hi, please check the answer from this similar topic -> https://forum.tagdiv.com/topic/seo-what-happens-if-i-comment-out-the-td-login-modal/
Thank you!

Calin
tagDiv Staff

Hi Nagarig,

To make sure that the arrow back to to is displaying -> https://i.imgur.com/VXMNkfu.png, please make sure that this code:
.td-scroll-up{
display: block;
}

is set in theme panel> custom code> advance css > phones

For the mobile header ad you need to use tagDiv Composer, edit the homepage, click on mobile view port and add in header an ad box like this -> https://i.imgur.com/KlQSzRF.png then set the ad and check the results.

If there is still a problem, please let me know and provide some screenshots with the settings that you’ve made.

Thank you!

Calin
tagDiv Staff

Hi,

Make sure that the theme thumbs are enable in theme panel -> https://i.imgur.com/ug3avQU.png -> https://forum.tagdiv.com/theme-thumbs/
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi rafaelpetermann, if there is still a problem, please provide a link where we can inspect the settings you have made.
Thank you!

Calin
tagDiv Staff

Hi,

If this option is not working for you, please try this custom css -> https://i.imgur.com/EdG8sMG.png
.td-post-sharing-visible .td-social-network {
border-radius: 50%;
}

This code need to be set in theme panel> mobile theme> custom code> css.

Let me know the results!

Calin
tagDiv Staff

Please provide me a link to can inspect it and I will provide a code that it will hide it from there too.
Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If the have a code for amp analytics, you can set it in theme panel> mobile theme > amp analytics -> https://i.imgur.com/Q2YqRcg.png also the code set in theme panel> analytics/js code> will be use for desktop and mobile version too -> https://i.imgur.com/TqXmJ5i.png

Hope this will help you!

Calin
tagDiv Staff

Hi Rifat Sharna, for making a tests for amp you need to set the url like this http://sassygirljunjihyun.com/?amp if the homepage is set to amp if no, you can test the posts by adding the ?amp parameter in url like this -> https://i.imgur.com/VZwzbze.png and test it like this -> https://search.google.com/test/amp?id=seVExKJb-IpOxLYyviuthQ -> https://i.imgur.com/yZYUL1t.png

Also the background image on mobile seems to be as in your screenshot -> https://i.imgur.com/BEwWFBL.png also if you want to change or remove the colors you can do it from theme panel> mobile theme > theme colors => https://i.imgur.com/8N3GHsJ.png

Thank you!

Calin
tagDiv Staff

Hi tareq07,

But where is your post? I can not see it anywhere on your website -> https://i.imgur.com/roUGeA3.png make sure that you set some posts and add theme some featured image as in our guide -> https://forum.tagdiv.com/featured-image-or-video/

Thank you!

Calin
tagDiv Staff

Hi,

Why not using the smart list 5 this is closer the layout you need -> https://i.imgur.com/xiZgjcp.png unfortunately our theme do not have the exact same layout as in your example, but i think that I can help you with some custom css, here is an example -> https://i.imgur.com/pNyaZO5.png

Thank you!

Viewing 25 posts - 14,226 through 14,250 (of 35,335 total)