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 Rex, please do not ask the same question in all topics, make a topic with the problem that you have and we’ll try to help you!
Thank you for your understanding!

Calin
tagDiv Staff

Hi Rex,
make sure that you have more then 4 sub-categories for that category, for example here is only one subcategory -> https://i.imgur.com/2m5mYz6.png
Thank you!

Calin
tagDiv Staff

Hi meeshymee, the Revolution Slider will not have status as tagDiv plugins (dis will be display in the same way when this plugin is enable or disable) -> https://i.imgur.com/iWW8a19.png make sure that in revolution slider you set the posts to be display – https://i.imgur.com/r9m7TkD.png -> https://i.imgur.com/VRKXcFH.png then using tagDiv Composer -> https://i.imgur.com/NYebc3j.png ( also you can set the shortcode directly in ca column text in text area). -> https://i.imgur.com/wxruA0T.png
Hope this will help you!

Calin
tagDiv Staff

Hi mcmcghee,
Do you have the same problem ? What theme and WordPress versions are you using? Please provide some more details and a link to your website.
Please notice that the support for WordPress v5.5 was added only in Newspaper v10.3.6.1 if you have a lower version it will not work correctly -> https://i.imgur.com/X1n1o7X.png -> https://themeforest.net/item/newspaper/5489609
Thank you for your understating!

Calin
tagDiv Staff

Hi willysawa,
Please provide a link where I can inspect the line that you mentioned, in this way I will be able to provide an working answer.
Thank you!

Calin
tagDiv Staff

Hi,
Yes, this can be done, you need to set the post id, this can be get from here -> https://i.imgur.com/GaEhLmC.png and here -> https://i.imgur.com/VWqYN2A.png all you need to do is to use this class .postid-16156 (replace the id with you post id) -> https://i.imgur.com/R1LcU3R.png
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Thank you!

Calin
tagDiv Staff

Hi,
Please provide me a link to your website to can inspect that element, in this way it will be more easy to for me to se what need to be done with that element and I will be able to provide the proper steps.
Thank you!

Calin
tagDiv Staff

Hi,
Indeed the filter taxonomies is filtering the posts that have at list one category, taxonomy that is set.
Also you are right the file that has the code for this filter is in plugins/td-composer/legacy/common/wp-booster/td_data_source.php but the problem is that this file can not be set in a child theme, it will not work, for the moment can be set only the files from wp-content/plugins/td-composer/legacy/Newspaper and wp-content/plugins/td-standard-pack/Newspaper -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you for your understating.

Calin
tagDiv Staff

Hi ste27, thank you for accepting to let as to investigate this situation, we look forward to receiving your email!
Have a nice day!

Calin
tagDiv Staff

Hi Andrey777,
The theme is compatible with WooCommerce, but you are using for header a cloud header that is not set on default, most probably this is set on overlay, what you need to do is to edit the cloud header with tagDiv Composer and click on logo, then on header menu, then in general tab you need to select the display on default https://i.imgur.com/IhLnaH8.jpg -> https://i.imgur.com/XQihKfJ.jpg
hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi, To remove the comment count from blocks, please use the option from theme panel – https://i.imgur.com/jfxALRR.png
Hope this will help you!
Let me know teh results!

Calin
tagDiv Staff

Hi,
I think that you changed this color -> https://i.imgur.com/IjU6aLT.png but because this is a pro demo, the entire website can be edited using tagDiv Composer -> https://i.imgur.com/MEeKHQI.jpg select the elements and change the color from style tab -> https://i.imgur.com/zq9fb5D.jpg
Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,
I see that now your sidebar is translated to French -> https://i.imgur.com/i3oFZWW.png if there is still a problem or you have some questions, let us know!
Thank you!

Calin
tagDiv Staff

Hi,
The manager is use for import and set header and footer templates from tagDiv Cloud Library -> https://i.imgur.com/Z6KOzk7.png also if you want you can add blocks and sections from cloud templates using the cloud icon -> https://i.imgur.com/4wJGTK2.png those will be add at the bottom of page/template, then you can move it where you want using the drag and drop.
Hope this will help you!

Calin
tagDiv Staff

Hi,

The shortcodes can be set with tagDiv Composer in a column text or text with title in text area -> https://i.imgur.com/dY3qluv.png -> https://imgur.com/CSPcls9

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi nebuladesigns,
Please make sure that you made a full backup, after that please try to update the theme using our guide from here -> https://tagdiv.com/update-newspaper-theme/ also make sure that after the theme is updated you update and enable the theme plugin -> https://i.imgur.com/hWb4zz5.png
If there is still a problem, please let me know, also please provide a screenshot of the problem that you are facing.
Thank you!

Calin
tagDiv Staff

Hi,

1. For the moment the mega menu can be set only as in our guide from here -> https://forum.tagdiv.com/mega-menu/
2. If you are using a pro demo or a cloud header from tagDiv Cloud Library, then you can edit the header with tagDiv Composer and adjust the mega menu layout -> https://i.imgur.com/udEDPQ6.png -> https://i.imgur.com/OvMls0D.png -> https://i.imgur.com/ZftXhap.jpg

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi smile099,
If you want those changes only for links and h2 then the easiest way it will be with a custom css -> https://i.imgur.com/wFUrVbW.jpg
The code from links will be apply only for posts and the h2 will be for entire website
.single .tdb_single_content a {
text-decoration: underline;
text-decoration-color: red;
}
.single .tdb_single_content a:hover {
color: red;
}
h2 {
text-decoration: underline;
text-decoration-color: red;
}

You need to set this code in theme panel> custom code > custom css.
Hope it will help you!

Calin
tagDiv Staff

Hi, this -> https://i.imgur.com/c4hiMzo.png is from your blocks header.
Unfortunately if you are using the Page Builder + Latest Articles + Pagination the above solution was the only one that our theme has. Another solution will be a custom css like this one -> https://i.imgur.com/Nhzy2Yr.png
.td-pb-article-list .td-pb-span8 .block-title{
display: none;
}

This code need to be set in theme panel> custom code> custom css.
Hope it will help you!

Calin
tagDiv Staff

Hi Webmasterbibliomv, please make sure that you have activate the theme with your envato license key -> https://tagdiv.com/how-to-activate-the-newspaper-theme/ if the problem persists, please reset the key from theme panel> system status -> https://imgur.com/FcSzuAu then in System status replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login (to can login in WordPress admin zone) and the license. We will take a look to the problem and we’ll fix it. Include a link to this topic in the email.
Let me know the results!

Calin
tagDiv Staff

Hi ermannaro, we received your email and will reply as soon as possible!
Thank you!

Calin
tagDiv Staff

Hi,
You can achieve that layout using a custom css like this one -> https://i.imgur.com/COEwaSJ.png
.single blockquote {
background: #82e48282;
margin: 0;
padding: 16px 32px;
text-align: justify;
}

The code need to be set in theme panel> custom code> custom css.
If you need to adjust the code need you need help, provide a link to one of your posts and let me know the changes that you want to do.
Thank you!

Calin
tagDiv Staff

Hi,
This can be done on pages and cloud templates, those can be edited using tagDiv Composer, but this can be achieve only above the post content or after it, not inside the post content. You you can do this: -> https://i.imgur.com/15lv8rX.png -> set a row -> https://i.imgur.com/1TexMDY.png stretch the row -> https://i.imgur.com/MXEqw7S.png then add an ad box in it -> https://i.imgur.com/XgMFZG4.png and set the ads you want to display.
Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi, I think that you manage to save the problem -> https://i.imgur.com/P3DR2k7.png -> https://i.imgur.com/XCpK4bM.png
If there are still some problem or you have some questions, let us know!
Have a nice day!

Calin
tagDiv Staff

Hi mbrckn, unfortunately the td_ajax.php can not be set in a child theme, therefore the only way to make the changes in that file is the directory that is set the file and after theme update you need to set those changes back.
Thank you for your understating!

Viewing 25 posts - 12,701 through 12,725 (of 35,335 total)