Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,

It can be removed with this css:
.td_block_slide .td-image-gradient:before {
display:none!important;
}

Add it in the theme panel->custom css box.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well the theme does not have this option so I will add it to our suggestion list. The ad spots do not have options to color their backgrounds.
The guide you follow is deprecated and that method could not work properly anymore. This is the correct documentation: https://forum.tagdiv.com/newspaper-theme-documentation/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please follow this topic as it could be the wp super cache issue affecting your mobile theme:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/

Thank you!

Bogdan B.
tagDiv Staff

OK,

I understand. I cannot deny the existence of the issue if it has been reported. I do not claim we are perfect in any way, far from it, but I think if this were the case, all the forum would have blown up with such requests. Even the slightest issue turns into a monster on this forum and you will see lots and lots of topics with the same subject. A high traffic loss after an update that affects all users would have been seen a mile away. I do not claim it does not happen, but I think there are just too few users reporting this. This is the third case we had since version 7.3 of such report so I think it’s safe to say that the conditions under which this happens are pretty limited. Either that or people simply do not check their traffic… but that’s a bit of a long shot. What I can say is that I already reported such issues to our development team and if they find anything, they will fix it in the coming updates. Until then , use the version that is most stable for you and always to a back-up before updating to the next version.

Sorry for any inconvenience.

Bogdan B.
tagDiv Staff

Hello,

The more articles box will show the same articles as the section you are exploring. If you are exploring posts from the “news” category, then only posts from the news category will show up if you filter it by category. You can also filter the element by tag, author or random articles.
You cannot add a specific category to the element though.
T
hanks.

Bogdan B.
tagDiv Staff

Hi,

Please provide a link to your site and an example of how you implemented the ad. We recommend using and ad box element and placing the ad in the theme panel ad spot: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we have not encountered this issue before. The trashed redirect seems to redirect to a deleted contact us page. I deleted my page and it seems it defaults to the same trashed url: http://screencast.com/t/NWo1LhLR The dummy data already has a page named contact so when you change demos, the dummy page gets removed. Please do not edit the dummy data. Create your own content and install demos without the demo content as it gets removed when changing demos.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can try to make it manually bu following this topic:
https://forum.tagdiv.com/topic/creating-table-of-content-on-sidebar/
or make use of plugins as there are a few free ones to choose from.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the only option where you can place any element below the pagination is a static page you can edit in visual composer and you can paginate each block. The theme does not have any option to place elements below any standard pagination. If you want to add any element below a paginated post you will have to edit the theme files and add a do_shortcode function inside the post template files depending on the post style that you use: http://screencast.com/t/mtxWLAZyH

You can use the code like so:
<?php echo do_shortcode('[td_block_video_youtube playlist_yt="NRuE38Bl5Mo, 1ZgoluYjuZM, 0K-0vkFfUmY"][/vc_column]'); ?>

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The file is inside the main theme package under the plugins folder: http://screencast.com/t/OrLBeucuJ3u
http://screencast.com/t/OrLBeucuJ3u
Then follow this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please note that version 5 is not yet released. We will release it in the next theme update.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Any block can have a category tag. You simply need to clear the cache after you enable the option from the theme panel. Block 16 needs this tag active: module 6 and module mx7.
This is the result of both being active: http://screencast.com/t/MQgYWZTcj

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We ran a few tests with q-transalte x but we do not have any tested and approved plugin for a multi-lingual site. You will have to try out a few plugins and see which one works best.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please follow this topic for a solution:
https://forum.tagdiv.com/topic/show-all-subcategories/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Thank you for choosing newspaper.

1. There is no setting for it, but it can be done with css, Here is an example: https://forum.tagdiv.com/topic/header-image-7/

2. You can use this css in the them panel->custom css box:
.wp-caption-text{
text-align: center!important;;
}

3. Sorry but I do not understand the question.

4. Tab elements are provided by visual composer. There is no setting for a vertical tab though. As an alternative you could use an accordion element.

5. Sorry but the image you shown has nothing to do with the request. The image shows list types and the request is about author posts. You will have to provide more details

6. Again, the image has nothing to do with the question. You can set your own social sharing in the header and footer icons from the theme panel: http://screencast.com/t/IzPKtad0B8 but the post social sharing widget and the social counter do not have options to add any extra social sharing networks to them.
If yopu want to remove more from author, please follow this topic: https://forum.tagdiv.com/topic/remove-more-from-author-5/

Thank you!

Bogdan B.
tagDiv Staff

hello,

I’m not sure what you want to achieve with css or how you want to change the taxonomy. Either way, this represents custom work and is not part of the theme support. We suggest hiring a freelancer to help out. You do not need the api plugin if you have the proper coding skills. The api plugin simply creates a new block. It has nothing to do with taxonomies. We suggest getting help from a developer because if you want to alter the taxonomy of a post, you cannot do that with css.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The threat has been eliminated and you can restore the theme back to it;s original state. Please make sure your anti-virus did not delete any files from the install. Just to be sure, update your theme again using the main theme package you download from envato and use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you want to change the post titles to a h2, you can only do it by editing the theme files as there is no setting for it in the theme panel: http://screencast.com/t/Ag4u2qP3SCdH

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The menu search can only be removed with css as there in so option to hide it.
Please use this code in the theme panel->custom css box
#td-top-search{
display:none!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the blog roll homepage does not have any options to exclude categories from it. It will always show all posts in a latest sorting option. It can only be made by hard-coding it. Please refer to this section: https://codex.wordpress.org/The_Loop#Exclude_Posts_From_Some_Category. Here is where the theme loop is being created: http://screencast.com/t/SoQMDz9oG

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable the wooinvoice and woolabel plugins as they are no longer supported, They were discontinued and are no longer compatible in the current version of our theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme does not have any such option unfortunately. It was only added for the social counter. You can try to use css to alter them if you want. Here is an example:
.td-social-sharing-buttons{
background-color:grey!important;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius:20px;
}

result: http://screencast.com/t/7JyFCn74REe

or another one: http://screencast.com/t/ZIgglvx3bd or http://screencast.com/t/2vaQzKULy
It depends on the look you are after.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The white margins are added with css. If you want to remove them, please use this code in the advanced css box under the mobiles section:

.td-a-rec-id-header_mob{
margin-top:3px!important;
margin-bottom:0!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The blocks were not changed. It should still display as it did before: http://demo.tagdiv.com/newspaper/block-14/
If yours does not, it means there is something that influences the block and make it fall on 1 column. please disable all plugins except visual composer, clear cache and reset cdn files.

Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Well we are at version 7.5 now so you should try to update before you downgrade. The theme does not influence your traffic.
Please update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Plugins can also cause issues as they conflict between them and the theme or between each other.

Thank you!

Viewing 25 posts - 11,376 through 11,400 (of 22,378 total)