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 :)
Catalin
tagDiv Staff

Hello fanjumin,

Please keep in mind that our theme does not have any such an option that allows you to do this, regarding on multisite, sorry! You should try finding such a plugin with this functionality and check it how it will work with the theme. We cannot provide any recommendation in this case because we do not make any tests in this case. Also,
if it does not fit your project, please request a full refund here -> https://themeforest.net/refund_requests/new and we will get the money back as soon as possible.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Kyne,

The Sidebar can be added only from the page builder. You should use an adequate column layout for this case, like 2/3+1/3. For more information about sidebar, please check here -> https://forum.tagdiv.com/sidebars-tutorial/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello thetruongceo,

My advice is to make a new clean install from scratch via FTP way and install the only the plugins that come bundled with the theme core files, clear all the caches and check the results. Please try this way and check the results. If the problem is still there, please let us know.

Thanks for the message!

Catalin
tagDiv Staff

Hello OverheadOnline,

Unfortunately, the theme does not have any such an option that allows you to do this, sorry! You should edit the theme core files and added there as you wish through the code. Notice that is not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! As a hint, if you want to edit the smart list 4, you should check the code from td_smart_list_4.php like this -> https://www.screencast.com/t/3vm4AuFq2

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Pradeep Augustine,

You should use such a bit of CSS code if you want to hide the featured images for such a post from a certain category. Please use the Inspector browser, take the specific category of your featured image. Below I gave you a simple example how you should be done.

@media (max-width:768px){
.category-lifestyle .td-post-featured-image{
display:none;
}
}

The result can be found here -> https://www.screencast.com/t/T0Oj6Yqk

Thanks for your understanding!

Catalin
tagDiv Staff

Hello agidulyan,

Sorry, but these social networks are not available for Social Counter. You should try using a plugin for this functionality and check it if it will work as expected.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello jadmac,

If you want to add more details inside your author box, notice that you should make some changes to the code in order to achieve as you wish. Please check here -> https://www.screencast.com/t/8sh1sacz

Thanks for your understanding!

Catalin
tagDiv Staff

Hello videomaker,

I have replied to another topic. Please try to follow my advice and if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello videomaker,

My advice is to try making a new clean install from scratch to another sub-domain only with the plugins which come bundled with the theme core files via FTP way because this is the surest method in this case.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Jeff,

All the changes over your homepage might be simply made from your page builder. Before starting your project, please read all of your documentation from here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/ If is not what you mean, please provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ipi_login,

Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello webarts,

If you want to disable this effect, notice that you should simply disable the ajax view counter option from theme panel. Clear all the caches and check the results.

Thanks for the message!

Catalin
tagDiv Staff

Hello MDNM2017,

You should exclude some categories from block settings from here -> https://www.screencast.com/t/sM32jKZjFdBe Read our documentation and apply the rules from there -> https://forum.tagdiv.com/block-settings-guide/.

Thanks for the message!

Catalin
tagDiv Staff

Hello BlobVideo,

Please make sure that your ads are set up according to our documentation from here -> https://forum.tagdiv.com/header-ads-adsense/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello assan9t2,

Unfortunately, please keep in mind that the Facebook INstant Articles has not been tested with our theme and we cannot say for sure if it will work or not with the theme, sorry! Maybe this discussion on the matter would help you
https://forum.tagdiv.com/topic/facebook-instant-articles-2/
https://forum.tagdiv.com/topic/support-for-facebooks-new-instant-articles/
The users there might be able to help you further.

Thanks.

Catalin
tagDiv Staff

Hello agidulyan,

Please update the theme to the latest version of it because in that version we have added a lot of social networks as you can see here -> https://www.screencast.com/t/Q4js7GfVHgLX

Thanks for your understanding!

Catalin
tagDiv Staff

Hello yahav,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link to this topic so we can quickly identify you. Please remove all of the untested plugins if you are using something like this, clear all the caches and check the results. Notice that’s the first step for WordPress debugging.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Hannes,

Here is talking about Block Title and please notice that does not have any link to your categories. If you do not want to have block title, you simply edit your block from page builder and remove the name of it or you can use a bit of CSS code to hide them.

You should use the code below and place in Theme panel -> Custom CSS area.

The code is ->

.block-title{
display:none;
}

Thanks.

Catalin
tagDiv Staff

Hello agidulyan,

Please notice that the Viber and WhatsApp are available only for mobile devices. Let us know if you want to be visible these social networks for the desktop version. You can enable it from custom CSS code.

Thanks for the message!

Catalin
tagDiv Staff

Hello Paul,

Check the post limit number from the block and general settings in WordPress from here
-> https://www.screencast.com/t/5ICluBXaaAw -> https://www.screencast.com/t/9exgs3KvV

Hope this helps!

Thanks for the message!

Catalin
tagDiv Staff

Hello yahav,

Make sure that using the latest version of the theme installed via FTP way because this is the surest method in this case. Also, make sure that your system status parameters are increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello gasparlanca,

Unfortunately, the theme does not have any such an option that allows you to make your posts to be in sticky mode, sorry! You should try using such a plugin with this functionality and check the results.

Thanks for the message!

Catalin
tagDiv Staff

Hello fanjumin,

Please notice that the multi-site has not been tested with our theme and also, we cannot provide support for this, sorry! Also, notice that the multisite is just a WordPress functionality and it can be done in a lot of ways. For more information about this implementation, please check here -> https://codex.wordpress.org/Create_A_Network We recommend using the way of multisite when you have to create a new install for each subdomain and then you can make a redirect between them.

Thanks.

Catalin
tagDiv Staff
Catalin
tagDiv Staff

Hello Igor,

Do you have installed again the theme via FTP way? Also, please check the following requirements to be according to this useful guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for the message!

Viewing 25 posts - 8,001 through 8,025 (of 23,298 total)