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

Unfortunately, our theme does not have such an option that offers you a way to add a rule under the block title for your desired colour but only if you set it from your panel as I explained you above, sorry! If you want to have more options in this regard, please try to find some plugins that have this functionality and see how it works with them, or also, you can hire a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For your first page, you have to use the following code. Please notice where the page ID is added in the code below and for another page, you have to replace only the number (ID) for your desired page.

The code is ->

.page-id-9290 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .page-id-9290 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
background-color: green!important;
color: red!important;
}

The result -> http://screencast.com/t/2x2roFnBmT

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Mayapur Voice,

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 the 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

1)The latest version of Speedbooster is 4.2.
2)Please notice that the Speedbooster should affect your speed page in well because this is its role. Also, please notice that you are not set it the Speedbooster according to our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ and if you have just installed, this plugin does not affect it. As you can see in our documentation, this tutorial addresses only for ADVANCED USERS. If you do not have some knowledge in this regard, please notice that you will have to spend quite a bit of time to learning how to increase your page speed and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello nurdin,

If you want to hide this feature, please try the code below and add it in Theme panel->Cusotm CSS area.

The code is ->

.td-pulldown-filter-display-option{
display:none;
}

Thank you for the message!

Catalin
tagDiv Staff

Hello makkit,

Unfortunately, I do not understand about what kind of popup you are referring to. I suppose that you use a plugin with this functionality. Also, please notice that we do not have any tested plugins in this regard and we cannot provide support or implementation guidance for your untested plugins, sorry!Please notice that our theme uses only the Login/Out popup and this widget is available only from the top bar menu. If you want to change the structure of this, you have to alter the code from top-menu.php core file, like this -> http://screencast.com/t/LUcX5NiUU 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 customization services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Natasha,

Please notice that this is a Visual Composer element and you can get like this -> http://screencast.com/t/3uvX1MsXjlb If you want that all your image to have the round corners, you have to use a bit of CSS code to do that. Please try to use img {border-radius:10px}.

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello Torgut,

1)Unfortunately, I have checked your website and I saw that you have a lot of customizations. As you can see in this screenshot here -> http://screencast.com/t/2KVWPuCDaGYh this behaviour come from your additional custom CSS code -> http://screencast.com/t/2KVWPuCDaGYh If you want to remove it you have to remove from your custom CSS box, from Theme panel.
2)I have checked your source page again and I saw that you are using a lot of untested plugins which could cause a lot of unknown issues in theme. First of all, please try to disable the Photon module from Jetpack plugin because it seems that this type of plugin is a problematic one and create a lot of issue in our theme ->http://screencast.com/t/YBBe3mk5A Also, for better results, we recommend 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.
3)Now, you have a lot of customizations with CSS that can affect your theme design. Also, please notice that when my colleague provided you a custom CSS code you did not have a category tag. Subsequently, you have added them and that general code will further affect the style of your tag. Please notice that this was your request at that moment -> http://screencast.com/t/HzKsKuLVqhU Please notice that any code you have added in your backend to fix some design styles and then you have changed them or have added other options will affect these and probably do not work as properly or what you want. Please try to check your custom CSS box, remove this part of the code and check the results.

Thanks.

Catalin
tagDiv Staff

Hello aph100,

Please try the following code and place it in Theme panel->Custom CSS area and if you want to be used on different pages you have to add before the code the page ID.

The code is ->

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
background-color: green!important;
color: red!important;
}

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

Thanks.

Catalin
tagDiv Staff

Hello rea-secret,

Unfortunately, we do not have any bad reports in this regard, sorry! Always, we recommend you to make a backup because you never know what could happen with your server. Also, you can check your error log from your server because there you will notice what happened.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello aph100,

Yes, this is the right path to add your custom CSS code.

Thanks.

Catalin
tagDiv Staff

Hello nirmal___,

If you want to have the ad below your menu logo bar, you have to use another header style, for example, header style 5. For more information about our header templates, please check our documentation here -> https://forum.tagdiv.com/header-styles/ -> https://forum.tagdiv.com/logo-favicon/

Thanks.

Catalin
tagDiv Staff

Hello goetherd,

Unfortunately, our theme does not have such a simple option to add a new widget in Widgets area from the panel, sorry! Please notice that is not a simple task achieving that and is required to do some additional customizations through code in order to achieve good results. As a hint, you can begin to add the widget in widgets.php core file, like this -> http://screencast.com/t/oxfkoKwqWJiu and then you have to declare this in td_config.php. Also, please notice that you have to use API implementation for adding a block. For more information about this method, please check our documentation here -> https://forum.tagdiv.com/td_api_blockadd/
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Also, for more information about logo section, please check our documentation here -> https://forum.tagdiv.com/logo-favicon/

Thank you for your understanding!

Catalin
tagDiv Staff

Hello threesides,

Please ensure that you are using the latest version of Visual Composer (4.11.2), that come bundled with the latest version of the theme (6.7.2), clear all cache and check the results. Until now we do not have any bad reports in this regards and should work as properly. Also, please try to use the theme without some untested plugins (Tiny MCE is not tested with our theme) because these cold interfere with the theme and might create a lot of unknown issues. Also, if your problem is still there after these changes, try to make a fresh install to ruling out all of potential issues which could be appeared, in your previous installation.
Please try to make a fresh install of the theme and then only install the Visual composer version that comes with the theme. Please remove any other version from the plugins section (disable and remove) and then install it from here: http://screencast.com/t/DwZN21u0VR -> https://forum.tagdiv.com/install-via-ftp/ Also, please ensure that you have the latest version of the theme because there you will find the latest version of Visual Composer that come bundled with our theme.

Thanks.

Catalin
tagDiv Staff

Hello RadGoat,

Unfortunately, I have accessed your wp-admin but this is not our theme, sorry! -> http://screencast.com/t/LeME7FPT -> http://screencast.com/t/zybu2sQZ Please provide a VALID website which is using NEWSPAPER THEME and not another theme so I can inspect it closer.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello rafaello4,

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

Thanks.

Catalin
tagDiv Staff

Hello freeword,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_smart_list_6 .td-smart-list-button {
background-color: red;
color: black;
}
.td_smart_list_6 .td-smart-list-button:hover {
text-decoration: none!important;
background-color: green;
}

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

Thanks.

Catalin
tagDiv Staff

Hello aph100,

Please try to use the !important tag for your code to gives a higher value for your code.

.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active>a {
background-color: blue;
color: red!important;
}
.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab>a {
background-color: red;
color: green!important;
}

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello five40,

If you want to check your smart list post, you should try to use the similar code which is using in our td_module_single_base.php, like this -> http://screencast.com/t/PwoI2IJND For example, you can add this check in loop-single-1.php (if you are using the post template 1), like this -> http://screencast.com/t/psNBdso1Z

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello ahmetaydin,

Please ensure that you have the latest version of the theme (6.7.2), the latest version of Visual Composer (4.11.2) and the latest version of Social Counter (3.2), clear all caches and check again the results. If you problem is still there, please send us an email at contacty@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 identify you.

Thank you for your message!

Catalin
tagDiv Staff

Hello Torgut,

1)I do not understand very good on what you are referring to in this case. So, I assume that you want to change the menu color when you do hover effect over these, like -> http://screencast.com/t/h7bbVHQU Please notice that this menu is called mega menu and you can only set from your panel. For more information about this, please check our documentation here -> https://forum.tagdiv.com/mega-menu/
If is not what you mean, please provide more details, some useful screenshots so I will be able to provide a more accurate response.
2)Please check the following topic because there was be discussed this issue and there it explains the entire system when the theme uses the images. Please check here -> https://forum.tagdiv.com/topic/resize-thumbnails-to-proper-size/
3)Unfortunately, this behavior is not come from our theme, sorry! It is most likely a plugin conflict which generates this behaviour. Please try to disable all the active plugins, leave just Visual Composer to active, please all caches and install only the plugins that come bundled with our theme. Also, you can compare our demo with your website and you will see that to our demo it is not this behaviour with hover on the category tags -> it is the same effect.

Thanks.

Catalin
tagDiv Staff

Hello Koenza,

Please notice that if you are not using the name for your block and you are using the Ajax Filter you will have this case. So, you can set the title for your block and then the ajax filter will be displayed fine or you can use a bit of CSS code to add a padding-top for your block.

The code is ->

.td_block_1 {
padding-top: 35px;
}

The result -> http://screencast.com/t/95t8opAKCt

Notice: This is just an example for Block 1 !

Thanks.

Catalin
tagDiv Staff

Hello olivervossmann,

If you have ensured that you are using the above steps and if your 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 your issue. Also, please provide the link of this topic so we can identify you.

Thanks.

Catalin
tagDiv Staff

Hello Cybi,

After you have done your update to the latest version of the theme (6.7.2), please try to delete your old Visual Composer from your Plugins area, like this -> http://screencast.com/t/Tt9OsrzvdEL (deactivate and then delete it) and then you have to install from your Theme panel, like this -> http://screencast.com/t/wbPjiuXVEL

Hope this helps!

Thank you for your message!

Catalin
tagDiv Staff

Hello BrunoBerlanga,

Unfortunately, I have done a lot of investigation and indeed, it is a mini bug in our theme. I have added to our list of fixes and in next update, we will fit it. Until this, you can use a bit of CSS code.

The code is ->

.mfp-figure:before {
bottom: 0px;
}

Thank you for your message!

Catalin
tagDiv Staff

Hello Navito,

Please notice that if you want to change the text from the “Text with separator” element in Visual Composer you will have to change this only if you are using a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.vc_separator.vc_separator_align_center h4 {
font-family:Princess Sofia;
}

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

Also, the font that you call with CSS code will have to be loaded in your theme from your Theme panel->Theme Fonts area, otherwise, the font will not be available and this will not appear in the frontend.

Thank you for your message!

Catalin
tagDiv Staff

Hello Irreverent Gent,

I have checked your website and I saw that your Google Analytics are not added correctly. In the specific field, you have to add the code with these tags and not only the code. This will have to be put in this section -> http://screencast.com/t/Evj4UVZACzZ Also, after these changes you have to check your source page and check if your code is rendered.

Thank you for your message!

Viewing 25 posts - 20,201 through 20,225 (of 23,298 total)