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 foxxx.sale,

Please try to Load your translation to the Russian language from the panel, like this -> http://screencast.com/t/G4hs6Jnq17Pw For more information about this, please check here -> https://forum.tagdiv.com/loading-translations/ Also, if you are using some untested pl,plugins, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Thanks for your message!

Catalin
tagDiv Staff

Hello mc_kot,

If you want to change the color title for modules, please notice that you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-module-title a{
color:red!important;
}

The result -> http://screencast.com/t/IAFzLEnOA8hR

The background can be added from the Theme Panel, like this -> http://screencast.com/t/o1h3PcH9t9 and the color title entire the posts, you should change it from there -> http://screencast.com/t/HUu9ful3uO
For more information about these features, please check here -> https://forum.tagdiv.com/background-introduction/ and here -> https://forum.tagdiv.com/theme-colors-introduction/

Hope this helps!

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

Catalin
tagDiv Staff

Hello mheinrichs,

Please keep in mind that is the theme behaviour and you cannot change it very easy, sorry!

Thanks for the message!

Catalin
tagDiv Staff

Hi,

I have tested the code provided above and seems to work as properly as you can see here -> http://screencast.com/t/KFduMM3Jovaf

The code is ->

.td_block_social_counter .block-title > span{
background-color:green!important;
}

Clear all your caches, purge CDN files if you are using the CDN system and test it again.

Thanks.

Catalin
tagDiv Staff

Hello DotheReggae,

Please notice that our theme has been designed to use only the Adsense code provided by Google and also, you can create your ad using the div method, according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ As a suggestion, you can simply use ‘adrotate’ as it seems to work properly with our theme.

Thank you!

Catalin
tagDiv Staff

Hello sayedbaharun,

I am glad that you could solve the problem.

Thanks.

Catalin
tagDiv Staff

Hello sayedbaharun,

I am glad that you could solve the problem.

Thanks.

Catalin
tagDiv Staff

Hello,

Please try to add the social counter class at the front of the code which I gave you above -> .td_block_social_counter and then, this code will be applied only to the social counter.

Thanks.

Catalin
tagDiv Staff

Hi,

First of all, please keep in mind that your bumps do not help you because when you write on your topic this one will become a newer topic and this will be in the front of our list. Sorry for the late answer but we answer from oldest to newest. If you post a reply again your post will refresh and move to the newer ones.

If you want to display the featured image only for mobile view for your post pages you will have to use the code below and place it in Theme panel->Custom CSS area.

@media (min-width:767px){
.td-post-featured-image{
display:none;
}
}

I have inspected your website and I think that you have disable the featured image from your panel, right? So, you will have to enable it and try the above code.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello joventu,

Unfortunately, our theme does not have such an option in this regard, sorry! If you want to do this, please notice that you will have to customize it from the code or also, you can try to find some plugins with this functionality and see how it will work for you. Please notice that we cannot make any recommendation in this regard because we have not tested any plugins in this regard, sorry!

Thanks.

Catalin
tagDiv Staff

Hello Amit Malewar,

Please notice that the JetPack plugin is a more complex plugin and not all of their module are working as properly with our theme, sorry! Please notice that I have added this remark to our list of fixes and in a future update it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello mc_kot,

Try the code below and place it in Theme panel->CUsotm CSS area.

The code is ->

.td_module_10{
pointer-events:none;
}

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

Catalin
tagDiv Staff

Hello Walteroma,

This is not a normal behaviour for our theme. It sounds very odd. Please ensure that you are using the latest version of the theme with the latest version of required plugins (VC 4.12, Social Counter 4.1) in order to achieve best results in our theme. Also, if you are using untested plugins, please try to disable all of them, clear all your caches, purge CDN files if you are using the CDN system and install only the plugins that come bundled with the theme and rule out the conflicting plugins.
If you need more assistance in this regard after you have followed all of these steps, please provide your website URL so I can inspect it closer.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello shiokcut,

The Social Media Block can be added/delete from your Visual Composer, like this -> http://screencast.com/t/jUetQoPs2 So, if you want to have the similar layout for Social Counter, please ensure that you are using the latest version of the theme (Newspaper 7.3) with the latest version of Social Counter (4.1) because this version of plugin has been customized with these styles -> http://demo.tagdiv.com/newspaper/social-counter-widget/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello TheRiz,

Do you want to remove the Page title from your pages, right? So, if you want to do this you will have two possibilities -> change the page template to another or you can use a bit of CSS code.

The code is ->

.td-page-title{
display:none;
}

If is not what you mean, please provide also please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do

Thanks.

Catalin
tagDiv Staff

Hello mheinrichs,

Unfortunately, our theme does not have such an option for it, sorry! The theme has been designed to provide just only one Featured category and not more of them. Also, if you want and it will be useful for you, can use this setting for each category, like this -> http://screencast.com/t/38p9s3GWz5

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello jauburn,

Please ensure that you are using the latest version of the theme (Newspaper 7.3) and Visual Composer (4.12) and also, please check your system status to be increased to the higher value of them according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/

Hope this helps and let us know how it goes!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ivpt,

We know about this issue and we will consider to fit in in near future update. Until this, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_social_counter .block-title > span{
background-color:red;
color:green;
}
.td_block_social_counter .block-title{
border-color:red
}

Thanks.

Catalin
tagDiv Staff

Hello bvanrij,

Unfortunately, out theme has not been implementated for this case, sorry! Please notice that it is not a simple task to be done and it involve custom work. So, if you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ivpt,

These kinds of “problems” appears when you use the Speed Booster plugin and you have some custom modification on your site. If you want to exclude this loading delay, you have to put manually each your custom CSS modification in style.css file. Here, I am referring to all the changes you have done into your Theme panel. The main core file is style.css and on the first time, the theme load the styles from this file and then the theme load your custom styles.

The way Speed Booster improves site’s page speed it’s by moving some CSS and js resources, which usually are loaded in the header, to the footer, such that the browser can load the content faster.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello GlanceCompany,

Unfortunately, our theme does not have such an option for this for the posts, but only for the pages if you are using the Visual Composer. So, please notice that you can try to use the do_shortcode method, after you create the button from your Visual Composer, like this -> http://screencast.com/t/Neag3pRJ From there you can customize your button as you like and then, to see the shortcode for it, you will have to switch the Visual Composer to the classic mode, like this -> http://screencast.com/t/rCjQdy5P0RRA In this case, the snippet of the code which you will have to add to your core file, is that ->

<?php echo do_shortcode('[vc_row][vc_column][vc_btn title="Push the button" link="url:https%3A%2F%2Fwww.google.ro%2F|||"][/vc_column][/vc_row]'); ?>

So, please notice that this type of code should added in the coresponding loop single on what post template you are using. For my example, I just use the post template style 1 and the code will have to be added in loop-single-1.php, like this -> http://screencast.com/t/ePJyJxass4 and the result you should see here -> http://screencast.com/t/fc0uQsBVfW0

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Salut Raul,

Daca vrei ca numele paginii sa nu mai fie afisat pe mobil, trebuie sa folosesti un pic de cod CSS pentru a-l ascunde.

Codul este ->

@media (max-width:767px){
.td-page-title{
display:none;
}
}

Multumesc.

Catalin
tagDiv Staff

Hello tvib6,

Please provide your website URL so I can inspect it closer. Please notice that it is required I know so I can provide you a more accurate response.

Thanks.

Catalin
tagDiv Staff

Hello Mpampirina,

Please keep in mind that this is the default behaviour of the theme when you add a background -> the theme’s layout will be switched in the boxed mode and it can not be easily changed but only through custom work and we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello pradeeppathak07,

I have tried to access your above link and I get only the blank page. We are unsure why this happens but malware is malware. Once it gets in, it can cause lots of issues. Please use these guides to get rid of it:
http://securepress.org/tutorial-how-to-remove-malware.php
https://wordpress.org/support/topic/malware-removal
https://www.wordfence.com/docs/how-to-clean-a-hacked-wordpress-site-using-wordfence/(Wordfence blocks all access including the theme panel settings, so whenever you want to change the settings in the theme panel you need to set Wordfence to learning mode)
Also, please check the WordPress documentation for more info on how to setup your WP site:
https://codex.wordpress.org/Settings_General_Screen and make sure you have the latest secure version of WP installed.

Hope this helps!

Thanks.

Viewing 25 posts - 17,401 through 17,425 (of 23,298 total)