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

You can register from the comments section just like this -> http://screencast.com/t/HpqxKqA2aLO

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello laxanh,

Please notice that you will have to make a full backup to your data, according to the documentation here -> https://codex.wordpress.org/WordPress_Backups

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello gzelasco,

First of all, please ensure that you have more than 1 posts in that category for bringing good results with this type of block.

Thanks.

Catalin
tagDiv Staff

Hello Enrico,

Please notice that the latest version of the theme come bundled with the latest version of Visual Composer (4.12). You will have to update the theme and also, the Visual Composer. -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello Gadgetsay,

Please keep in mind that the feature is just a simple Block which displays only the post titles. If you want to bring your desired results, please notice that you can customize it from the panel in Block Settings, like this -> http://screencast.com/t/QtAqzwyrnJan Also, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/

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

Hi GlanceCompany,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer. Also, please provide the link of this topic so we can easily identify you.

Thanks.

Catalin
tagDiv Staff

Hello Dorcas_,

The core files where you can translate all of these words you can find in td_set_post_settings.php file like this -> http://screencast.com/t/S7ZxUYS2R or also, you can try a plugin with this functionality and see how it will work for you.

Thanks.

Catalin
tagDiv Staff

Hi,

If you want to remove the sidebar from your backend, please consult this topic here -> https://forum.tagdiv.com/topic/editor-style-less-file-remove-sidebar/

Thanks.

Catalin
tagDiv Staff

Hello,

I guess that your custom class for your custom post type is .single-job_listing. You can try to use the code below and place it in Theme panel->Cusotm CSS area. Please notice that you are using an untested plugin and we have no idea about the theme behaviour with this plugin, sorry! Below you can try my suggestion.

.single-job_listing .author-box-wrap{
display:none;
}

Thanks.

Catalin
tagDiv Staff

Hello Dorcas_,

Unfortunately, our theme does not have such an option for what you want to translate, sorry! Please notice that all of the back-end settings come in English version and if you want to translate all of them you will have to manually do it from the code. If 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.

Catalin
tagDiv Staff

Hello GlanceCompany,

It seems to be an error generated by your dedicated server. Please try to contact your hosting provider, tell them this issue and they should be able to provide a more accurate response and fix that problem. Clear all your caches and check again.

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hello laxanh,

The simple way in this regard is trying to make a new clean install from scratch and install only the latest version of the theme on your WordPress and then you will exclude any conflicts.

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hello jarmusch,

If you want to remove this Tab, you will have to use a bit of CSS code and place it in wp-admin.css core file, like this -> http://screencast.com/t/ycozdWAWI

The code is ->

.wp-has-submenu:nth-child(2){
display:none;
}

Thanks.

Catalin
tagDiv Staff

Hi,

Please check your Theme panel, this setting -> http://screencast.com/t/gjTzdCqkT

Thanks.

Catalin
tagDiv Staff

Hello Chandan Kumar Singh,

I have inspected your website and I saw that you are using the Mobile Theme for your mobile mode, right? So, please notice that this plugin has not been designed to display the sidebar in mobile mode, sorry! This concept intent to display only the Big Grid at the top of the page, some text if this will be added in Mobile Editor from backend and the Latest Articles module at the bottom of the page. If you want to display the sidebar on the mobile, you will have to use the general responsive mobile theme. Try to disable the Mobile Theme plugin and the theme will be switched to the general responsive mobile and the sidebar will be displayed under the content. For more information about mobile theme, please consult the documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello vm3567,

I guess that you want to hide the Author Box for a certain post, right? To do this, please notice that you will have to use the post ID for your post and then with a bit of CSS you can hide it, just like at this example ->

.postid-28592 .author-box-wrap{
display:none;
}

The result -> http://screencast.com/t/6hkg5iTYsY

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

Thanks.

Catalin
tagDiv Staff

Hi sylcharlestone,

You will have to do some adjustments through code like this -> http://screencast.com/t/bQ2VtUs6sr6

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello Ivatese,

I have inspected your website and I suspect being an HTML problem wich generates the entire issue for your posts. Please try to check the HTML for your Ad code, everywhere use the advertisement to not be in HTML syntax errors. Also, please try to use the theme only with the plugins that come bundled with the theme and disable all of them which are untested and wich can cause some unknown issues, clear all your caches, purge CDN files if you are using the CDN system and check again the results.
If your problem is still there and if you need more guidelines in this regard, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Try to turn off the option for the Theme panel, like this -> http://screencast.com/t/L81Jz6uN

Thanks.

Catalin
tagDiv Staff

Hello tcmc1313,

Please keep in mind that I cannot help you in this regard with a simple rule of CSS because it is not an easy task and in order to achieve as you wish you will have to make some adjustments in style.css until brings best results. First of all, to be safety, please try to make a full backup for your style.css core file because all of these modifications have to be made in that file. As you can see, our theme does not have such an option that offers you a way to simply switch the mobile layout for tablets and that’s why you should change the style for it in the core file. Please notice that I will give you only a hint on what you can achieve as you wish…so, you will have to replace all the 767px (width of mobile) with the width of your tablets (1018px or 1140px) as you can see here -> http://screencast.com/t/LvBXodHALb. Please notice that that file is very huge and you will have to change approx 728 matches…you can try to use the Search and Replace option.

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello xDann020596,

Please keep in mind that you will get this type of warning because the Speed Booster is not tested/incompatible with this type of plugin and that’s why you will receive this. The speed booster is an optional plugin and it is tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that, they add many plugins and some of them are not written fine so the developer took this decision.

If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh

Thanks!

Catalin
tagDiv Staff

Hello GlanceCompany,

I have inspected your website and I saw that you have a js error in your console. This might occur from your untested plugins which you are using in your website. 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 the theme and rule out any conflicting plugins. Also, you can try to disable the Lazyload image effect from Theme panel, like this -> http://screencast.com/t/pK5MWdK4uB

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hi all,

If you do not want to use this feature, you will have to disable the option from the panel and then you will have to remove the code from the source td-login-modal.php core file, like this -> http://screencast.com/t/GytLxFqUV and then the code will not appear in the source page.
I have added this suggestion to our list of fixes and improvements and we will try to find a solution for implementing an option in the panel for this in our future updates.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Twolle,

I have inspected your website and I saw that you have a js error in the theme. Please ensure that you have disabled all the active plugins, have left just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme. Also, please try to disable the Lazyload image effect from the panel, like this -> http://screencast.com/t/DtRdJJfERP32

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hi medienstuermer,

If your problem will reappear, please try to check the following topic here -> https://forum.tagdiv.com/topic/very-long-titles-in-block/ because there was discussed this problem.

Thanks for the message!

Viewing 25 posts - 17,326 through 17,350 (of 23,298 total)