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 boundary2,

If you want to have the title of the category page in lowercase mode, you have to use a bit of CSS code to change it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_category_top_posts_style_1 .td-category-header .td-page-title {
text-transform: lowercase;
}

The result you should see here -> http://screencast.com/t/lUhyON8Nn

Thank you for the message!

Catalin
tagDiv Staff

Hello basecrest,

I do not understand very well what you want to do but if you want to display your ads you have to add them in Ads area from Theme panel. Please notice that our theme only renders the code from your Ad and do not affect the functionality of this. For more information about Ads, please consult our documentation here -> https://forum.tagdiv.com/using-other-ads/ I do not understand what you want to mean with “without paying” becasue it is not theme related.

Thank you for the message!

Catalin
tagDiv Staff

Hello willysawa,

Please notice that our theme uses 2 type for fonts as default ->Commic Sans and Roboto. If you want to change these, you have to alter the code from the core file named td_config.php, like this -> http://screencast.com/t/m7InjLIfUCD You should change them with your desired code. If you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thank you for the message!

Catalin
tagDiv Staff

Hello willysawa,

Please notice that the width of the columns is the same for each column created by the Visual Composer (automatically set if you have not custom modifications) but the height may be different and this depends on what kind of element will be loaded in this place. All of this information you can find them in above tutorial about how to use Visual Composer.
If is not what you mean, please provide more details (with useful screenshot) so I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello InstallationComplete,

I suppose that you are referring to these marked up, like this -> https://developers.google.com/structured-data/rich-snippets/ Being a theme designed for news/advertising, our product uses only the marked up specific for this kind of niche (Review, Article) and we are not going to introduce to the future other types of marked up. If you want to have more types of these you have to introduce them but please notice that is not a simple task and involves custom work. If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello kapunas,

There is an option for it in Theme panel. Please set this option from there, according to our documentation here -> https://forum.tagdiv.com/what-is-ajax-preloading/

Thank you for the message!

Catalin
tagDiv Staff

Hello fabinhoalmeida,

Your updating to our latest version of the theme surely does not affect your post count view. This kind of issue might be caused by your untested plugins. Please ensure that this kind of issue does not come from there. Try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is possible as some untested plugins to create interference with the theme creating these issues. This is how it looks my post editor -> http://screencast.com/t/Yd8n6hke Also, please make sure that you have enabled Ajax count, like this -> http://screencast.com/t/Yvy4xaK3

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello Marto,

Unfortunately, as you know, this kind of plugin is not officially tested with our theme and we have no idea about it functionality and therefore, we do not make any recommendation in this regard. Also, we cannot say for sure that this type of plugin will work fine with the theme. You should try to use it and see how it works for you. Also, please notice that we cannot provide support for untested plugins.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello hvatinat,

If you no longer want the Video Icon for your videos, you have to use a bit of CSS custom code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-video-play-ico {
display:none;
}

Thank you for the message!

Catalin
tagDiv Staff

Hello karrieristen,

I am glad that I could help you!

Thank you and have a nice day!

Catalin
tagDiv Staff

Hello slashedbeauty,

All the thumbs used by the theme are created in td_config.php through API method as you can see here -> http://screencast.com/t/j6v39UycSoH and here -> http://screencast.com/t/DmrlCGPTneU you can see a list where you can know where each kind of thumb is used in the theme. If you want to create your own thumb/block, you have to implement it, according to our documentation here -> https://forum.tagdiv.com/td_api_thumbadd/ -> https://forum.tagdiv.com/td_api_blockadd/ Please notice that is not a simple task and it addresses only for advanced users. If you want to display more levels in our theme and if you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello shihivan,

Please ensure that you have deactivated wp debug from wp-config.php core file like this -> http://screencast.com/t/iWr0W63LguQj and for more information about wp-config you should find in this documentation here -> https://codex.wordpress.org/Debugging_in_WordPress Please make sure that you have set them all the permissions for upload folder in your Cpanel/FTP.

Also, this kind of problem could come from your system status parameters and you have to increase these values in order to achieve the best result. If you do not have access to your system status file, please contact your hosting provider and then try to increase these parameters.

Please make sure your system status parameters are set properly. You can check here: http://screencast.com/t/Ka9cF6ty and then you can use this guide to see how you can increase these values: https://forum.tagdiv.com/system-status-parameters-guide/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello

I have checked your website and I saw the issue with your logo for Ipad device and also I saw that you have a lot of custom modifications and this kind of issue might be caused by them. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 1140px) and (min-width: 1019px){
.td-header-style-7 .td-header-sp-logo {
margin-right: 0!important;
}
}
@media (max-width: 1140px) and (min-width: 1019px){
.td-header-menu-wrap-full {
height:106px!important;
}
}

The result you should see here -> http://screencast.com/t/qikuMJjyPAB

Thank you for the message!

Catalin
tagDiv Staff

Hello tomfowler,

I have checked your website and I saw that you use an old version of the Newsmag. (1.6) Please try to make an update to the latest version of the theme (2.3.5) because these kinds of problems were resolved in our updates. Also, in the future, if you are using Newsmag theme, please write your messages in the correct section of the forum (Newsmag -> Newsmag section and Newspaper ->Newspaper section).

Thank you for your understanding!

Catalin
tagDiv Staff

Hello tomfowler,

If you want to activate these option you can do that only from Theme panel, like this -> http://screencast.com/t/TMgO4Qyjr First of all, please try to read all our documentation because there you can see all the information about our theme. -> https://forum.tagdiv.com/wordpress-information/

Thank you for the message!

Catalin
tagDiv Staff

Hello ukume,

If you want to create a custom post type you have to follow the steps which are presented according to our documentation here -> https://forum.tagdiv.com/custom-post-type-support/ and if you do not want the featured image for this kind of post, simply do not need to set.

Thank you for the message!

Catalin
tagDiv Staff

Hello collinslad,

If you want to display your AdSense for each top and bottom post you have to use Article Bottom Ads and Article Top Ads from our Theme panel. Please ensure that you have introduced the correct Adsense code in order to achieve as you wish. These types of features are tested on my side and seems to works as expected. For more information about these, please consult our documentation here -> https://forum.tagdiv.com/article-ads/
Also, as you can see in our documentation, the theme only displays the ad which you has introduced in the corresponding field and this does not affect the structure of the code. Please ensure that your code works fine, otherwise, I suggest you to address at Google Adsense support because they will be able to provide a more accurate response regarding your Adsense code.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello lpecchi,

Please do not get me wrong. We know about the existence of this type of plugin but we do not know about the functionality of this with our theme and we cannot say for sure if this plugin works fine or not with the theme because the plugin has not been tested with our theme, sorry. We cannot give support/technic information on something that is not tested with our product. Indeed, the latest version of Visual Composer is 4.11 but unfortunately, it needs some time until we officially launch this version of Visual Composer. The plugin has to be checked and it is necessary to adjust to our theme for better result and this lasts. Surely, we will introduce this in near future update.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Vittorio,

If you want to use these Visual Composer elements and you want to have unique posts for each Block/Grid you have two possibilities in order to achieve as you want. First would be to use unique articles option for your page, like this -> http://screencast.com/t/AiRje2Gkoij (the unique articles do not work with pagination but only without it) or you can use offset method for your elements, like this -> http://screencast.com/t/d0v7ZVUAJUQB -> http://screencast.com/t/BKQs54zQCeji -> http://screencast.com/t/bdsx0l3b In both of cases you will not have posts duplicate.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello Bilal,

Unfortunately, this kind of plugin is not tested with our theme and we have no idea about to the behaviour of the theme with this type of plugin. As a hint, you can use Q Translate X plugin because most of our customers use it and they are satisfied with it functionality. Also, please notice that nor it is not a tested plugin and we cannot provide support for it and also we cannot say for sure that this will work 100% for you.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello willysawa,

If you want to have a different font and excerpt for your slider to the rest of the site you have to target a specific class for your slider and then put the desired conditions.

The example code for Slider is ->

.td_block_slide .td-module-title a, .td_block_slide .td-excerpt{
font-size:15px;
}

Hope this helps!

If is not what you mean, please provide more details about what exactly you want to achieve.

Thanks.

Catalin
tagDiv Staff

Hello willysawa,

If you want to have the background color for the text content for Trending Now feature, please try the following CSS code and add it in Theme panel.

The code is ->

.td-trending-now-display-area {
padding: 0 0 0 0px;
}
.td_module_trending_now {
background-color:red;
}

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

Thanks.

Catalin
tagDiv Staff

Hello willysawa,

Please try to use a bit of CSS code to align the Trending Now feature. Place the below code in Theme panel->Cusotm CSS area.

The code is ->

.td-trending-now-wrapper {
padding-left: 25px;
}

The result -> http://screencast.com/t/9S9NscfC45

Thanks.

Catalin
tagDiv Staff

Hello ingenierojas,

We have made an option in Theme panel to help all of the users which have yet content with images and that want to use our theme. If you want to activate the lightbox feature, please set it from Theme panel-> http://screencast.com/t/T0g0nIdST For more information about the General modal image, please consult our documentation here -> https://forum.tagdiv.com/modal-window/

Thank you for the message!

Catalin
tagDiv Staff

Hello InstallationComplete,

First of all, thank you for your question. Please keep in mind that any query or custom font you will load over the default mode the theme will load a little harder (it is a normal behaviour).

Thank you for the message!

Viewing 25 posts - 21,226 through 21,250 (of 23,298 total)