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,

Please note that these kink of customization are not covered by the theme support -> https://forum.tagdiv.com/support-policy-2/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately I do not know, what I can do is to note it on our list for testing.

Thank you!

Calin
tagDiv Staff

Hi,

Maybe there was something temporary, now the ad appear -> https://i.imgur.com/YFb8DOD.png
The author link from mobile theme plugin need to be removed from here wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/yaW8PVd.png

Thank you!

Calin
tagDiv Staff

Hi pmartines,

If you are using a standard header you can use this option from theme panel -> https://i.imgur.com/MK3qQUO.png or if you are using a cloud header or a pro demo you can edit the header with tagDiv Composer -> https://i.imgur.com/B5EEOLm.png -> https://i.imgur.com/Px5wuxN.png
On mobile theme plugin for the moment you can not set this option.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Please check to see f you do no have a plugin or something that can create automatic posts, also if you are not the only owner (if you have multiple authors) of the website, please check to see if they are not made some posts.
So this -> https://www.myartylife.net/category/blog-business/ is a category page that will display all the posts that are assigned to it, also there is a number limited -> https://i.imgur.com/RbMZCIE.png that will be display on the category page therefore will be added more category pages (1, 2, 3…) until will be display all the posts.
If I do not understand correctly, just let me know!

Thank you!

Calin
tagDiv Staff

Hi,

You can set a category number limit on mega menu if you are using a cloud header from tagDiv Cloud Library, edit it with tagDiv Composer and set the limit number -> http://prntscr.com/oxid1x

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi Leander,

Please check this similar topic -> https://forum.tagdiv.com/topic/time-at-posts-and-blocks/

Let me know if that helps!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that all theme plugins are installed -> https://i.imgur.com/fqhQpf3.png after that there should be no problem, but if the problem persist, please deactivate ALL plugins except tagDiv Composer, 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

Hello,

This could be a plugin conflict so please try to disable all plugins before attempting to install the theme plugins. Most likely there is a plugin causing the conflict.
Let us know if you still encounter the issue.

Also make sure that you have the latest version of the theme, Newspaper 10.3 and Wordpres 5.3.2
How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/ we recommend to make the update using FTP

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

for this you need to set the YouTube api key as in our documentation from here -> https://forum.tagdiv.com/youtube-api-key/ if the field for api is not appearing in theme panel, please deactivate and delete the tagDiv Composer and install it from Newspaper> Plugins -> https://i.imgur.com/1y62pRt.png

Thank you!

Calin
tagDiv Staff

Hi,

Yes, these files are locate in different places now, also you need to change the child theme for this and use the one from Newspaper X package, therefore some of theme need to be set in sub folders, for example the loop-single-5.php and single_template_5.php need to be set in child_theme_name\parts\single\loop-single-5.php -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ in this way the files that you have set in child should apply again.
The version that are working with the child you have are the versions under 9.7.3

Thank you!

Calin
tagDiv Staff

Hi,

No this is not a bug, on this element you can set the columns for each device -> https://i.imgur.com/kanrpad.png -> https://i.imgur.com/amb2w1O.png -> https://www.screencast.com/t/NcklhjBP2ZwW

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

For us the search is working mach better, but this depend on the internet connection an host -> https://www.screencast.com/t/epYah4gE -> https://www.screencast.com/t/qnvvw1Zvr -> https://demo.tagdiv.com/newspaper/?s=ac
If you want you can make a test on localhost.

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
What you can do is to try to optimize your website, if you want you can check these topics: -> https://tagdiv.com/how-to-increase-page-loading-speed/
-> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/

Thank you!

Calin
tagDiv Staff

Hi,

Maybe you can achieve this with a custom css like this one -> https://i.imgur.com/2UyhvNd.png
.td_block_trending_now {
direction: rtl;
}
.td-trending-now-wrapper .td-trending-now-nav-right {
position: relative;
right: 800px;
}
.td-trending-now-wrapper .td-trending-now-nav-left {
position: relative;
right: 860px;
}

The code need to be set in theme panel> custom code> custom css

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

We made some deep investigations and is look that there is need to be added a second parameter for the get_date() from standard pack, so if you are using a standard post style, you need to go in wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php (loop-single-n.php edit the post styles you are using) and replace this line of code -> https://i.imgur.com/3V3Skly.png
<?php echo $td_mod_single->get_date(false);?>
with this one
<?php echo $td_mod_single->get_date(false, false );?>
-> https://i.imgur.com/7omoEqy.png if you are using the default post style you need to make this change on this file -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php

Thank you!

Calin
tagDiv Staff

Hi,

We made some deep investigations and is look that there is need to be added a second parameter for the get_date() from standard pack, so if you are using a standard post style, you need to go in wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php (loop-single-n.php edit the post styles you are using) and replace this line of code -> https://i.imgur.com/3V3Skly.png
<?php echo $td_mod_single->get_date(false);?>
with this one
<?php echo $td_mod_single->get_date(false, false );?>
-> https://i.imgur.com/7omoEqy.png if you are using the default post style you need to make this change on this file -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php

Thank you!

Calin
tagDiv Staff

Hi anweshak_10,

This is not covered by theme support. If you want you can make a request here for this custom work.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the author name from block you can disable it from here -> https://i.imgur.com/77HDFsU.png
For the Parent Category Name you can use Primary Category: Build a clear hierarchy for your website -> https://forum.tagdiv.com/primary-category/

Thank you!

Calin
tagDiv Staff

Hi,

Yes, the tagDiv Composer can work on category page, all you need to do is to use a category template from tagDiv Cloud Library for each category you can set a different cloud template -> https://i.imgur.com/EC4XYvt.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

The theme need those link to can access those files -> https://i.imgur.com/6eDsT6i.png, if you want to removed theme, you can do it only from theme files, but is very possible to break the theme functionality.
The category file can be found on this path -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php
If you want to remove the author links you can do it from here wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php -> https://i.imgur.com/NzeROzY.png

Thank you!

Calin
tagDiv Staff

Hi,

So if this is still the l’histoire header, then the row should look like this -> https://i.imgur.com/F9E28jq.png each column have set a a number in % for width -> https://i.imgur.com/KG2Z5uY.png -> https://i.imgur.com/yv5Nf1q.png in first column is set the logo after that in the second one are set the search, login and these are set inline -> https://i.imgur.com/RBsQnzA.png and the Newsletter, so in order to set it there, click on the element and drag it like this -> https://i.imgur.com/kUCtKur.png you need to set the element after the login element -> https://i.imgur.com/sDSiIkc.png the results should be -> https://i.imgur.com/OLzjQfo.png after that all you need to do is to adjust the elements to look nice.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to add that shortcode in some pages, then you can do it using tagDiv Composer, add a column text or text with title and set the shortcode in text area -> https://i.imgur.com/CSPcls9.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

As I can see these are Google auto ads -> https://i.imgur.com/Y1stduz.png so the type of ads will be set inside of your website automatically.
-> https://support.google.com/adsense/answer/9261307?hl=en
The ads can be set in theme panel -> https://i.imgur.com/REvtGGP.png it can be set using tagDiv Composer and add an ad box on pages and cloud template, also auto ads can be set in head -> https://i.imgur.com/8DmGkfG.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

So if you want to achieve the exact same elements as here -> https://i.imgur.com/3322f8i.jpg then you can use the tagDiv Composer on you page, add a new row -> https://i.imgur.com/D3pNw0K.png and set the layout in 3 -> https://i.imgur.com/nhWGgzS.png after that set the column content in the first employ column -> https://i.imgur.com/rxCFDdQ.png after that click on the element and set the title text, description, image… -> https://i.imgur.com/p3QwZEf.png after that in style tab -> https://i.imgur.com/5ZDrEf6.png an for the borders you need to check on css tab -> https://i.imgur.com/bsvZ4IQ.pngafter you done with the customization, you can save the element using the right click -> https://i.imgur.com/01E4NPA.png in this way you can reuse it when you want with tagDiv Composer. To set the element the the other empty columns use copy and paste -> https://i.imgur.com/v4BwgX8.png -> https://i.imgur.com/TqUEWrp.png after that only change the content url and images.

Hope this will help you better.
Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately, Toolset, has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested tools/plugins.

Our theme use the get_content() and this can be found in each loop-single-n.pxp -> https://i.imgur.com/adgZSWk.png -> https://i.imgur.com/CrQG17K.png

Thank you!

Viewing 25 posts - 21,351 through 21,375 (of 35,335 total)