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 :)
Simion C.
tagDiv Staff

Hi,

You can try this code, just enter it in Theme panel->Custom Css

.td_block_9 .td_module_8 {
border-bottom: none;
}
.td_block_9 .td_module_8 .entry-title {
margin-bottom: 0;
}

Before – https://www.screencast.com/t/FHEHFGRSXJj
After – https://www.screencast.com/t/3KyVQwJCl
If this does not work for you please provide a link to your website for a more accurate solution.

Thanks

Simion C.
tagDiv Staff

Hi,

You can modify the font in the mega menu in Theme panel->Theme fonts here – https://www.screencast.com/t/zJoh6f9hp4 but as I can see in the pritscreen it already is capitalized, maybe you meant uppercase, sorry if I am misunderstanding something.

Thanks

Simion C.
tagDiv Staff

Hi,

That border is set on the module and you can modify it using a code like this if you want to remove it

.td_block_9 .td_module_8 {
border-bottom: none;
}

Or to change it, with something like this

.td_block_9 .td_module_8 {
border-bottom: 1px solid yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can remove those by opening and editing your page in Visual composer – https://www.screencast.com/t/RaARQjyd8J and delete the blocks you don’t want from the sidebar or if you are using a Widgetised sidebar https://www.screencast.com/t/n3gtmTMutmshttps://www.screencast.com/t/PzRHxhi7ka – you can remove them from Appearance->Widgets – https://www.screencast.com/t/Sn9Asm63

Thanks

Simion C.
tagDiv Staff

Hi,

You can edit that text on the more articles box in Theme panel->Translations like this – https://www.screencast.com/t/w41QXMVc and change it to what you want

Thanks

Simion C.
tagDiv Staff

Hi,

You could make them look the same using css, like this example here – https://www.screencast.com/t/YYnkFnKITqL where I used this code (you can change the color to what you need) just enter it in Theme panel->Custom Css

.widget_recent_entries .widgettitle,
.widget_recent_entries .widgettitle:after {
background-color: #4db2ec;
}

Please let me know if this works for you or you need further help.
Thanks

Simion C.
tagDiv Staff

Hi,

What I think you have done is that you have added a Homepage post element in your page structure – https://www.screencast.com/t/gKu8vi3xyFjP and that is the way that element is supposed to look. You should publish your posts normally, and they will display in your latest posts section on the homepage ,where you can also filter them if you choose – https://www.screencast.com/t/WfTOY3Ict

Thanks

Simion C.
tagDiv Staff

Hi,

First of all try to deactivate all the plugins except Visual composer to rule out any conflicts between them and the theme and to see if the problem still occurs. Then please check any custom code you might have added to the theme panel or the theme files, clear cache and reset cdn files if you use it.

Thanks

Simion C.
tagDiv Staff
Menu - reply

Hi,

The code should work on both the upper buttons and the ones below becouse they use the same classes as you can see here in my test – https://www.screencast.com/t/o1aBVq0ksc6 or use !important after each line, also please check any other custom codes you may have entered it theme panel, as it could be preventing it from applying
As for the width of the dropdown you could make it wider using this code

.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
max-width: 70%;
}

Result – https://www.screencast.com/t/bDfCpkynmSR

Thanks

Simion C.
tagDiv Staff

Hi,

This could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it and see if the problem is still there. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

It could be if it is not set up with the recomended settings or in combination with other plugins, please follow this guide to configure cloudflare cdn – https://forum.tagdiv.com/cloudflare-cdn/ maybe there is a setting you overlooked

Thanks

Simion C.
tagDiv Staff

Hi,

Please install all the required plugins that are provided with the theme as they are essential in it’s proper functionality – https://forum.tagdiv.com/whats-included/ found in the full theme package you downloaded from themeforest.

Thanks

Simion C.
tagDiv Staff

Hi,

Add this code in Theme panel->Custom Css

.td_block_9 .td-module-meta-info {
display: none;
}

Result – https://www.screencast.com/t/ANTUjEOX9
You can use any of the available widget elements from Visual composer on your homepage or in the sidebar, if you would provide more details I may be able to help you if you are having problems.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses the wordpress default roles and capabilities for users, please check this article about user roles and attributions – https://codex.wordpress.org/Roles_and_Capabilities also here – https://en.support.wordpress.com/user-roles/

Thanks

Simion C.
tagDiv Staff

Hi,

You can align the header ad to the right using this code, just enter it in Theme panel->Custom Css

.td-header-style-1 .td-header-sp-recs img {
left: auto;
}

Result – https://www.screencast.com/t/yC9Usd4rgu
As for the logo position and size, you can see all the header styles here – https://forum.tagdiv.com/header-styles/ and all the recomended logo sizes for each header style here – https://forum.tagdiv.com/logo-favicon/

Thanks

Simion C.
tagDiv Staff
Menu - reply

Hi,

You could try to use this code, maybe it is what you wanted to make Smart list style 8 look like

.td-smart-list-dropdown-wrap .td-smart-list-button {
color: white;
background-color: black!important;
border-left: none;
border-right: none;
}
.td-smart-list-dropdown-wrap {
border: none;
}
.td_smart_list_8
.td-smart-next {
float: right;
}
.td_smart_list_8
.td-smart-back {
float: left;
}

With this result – https://www.screencast.com/t/VELRskoWRry
Thanks

Simion C.
tagDiv Staff

Hi,

You don’t need to activate Visual composer, it is provided pre-activated with the theme. Updates of visual composer come bundled with updates of the theme. You can use all of Visual composers features from the start, no activation needed. More information here in this guide – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code, just enter it in Theme panel->Custom Css

.td-main-content-wrap {
padding-bottom: 0;
}

Result – https://www.screencast.com/t/4EEQ0T1oSU

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your site, so we can inspect it and give you a solution for the problem you are having with the sidebar.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the widest it can be and also the default theme width as seen in the demo, set in the theme’s style css file. It is not recommended to modify it because all the elements on the page depend on it and can cause layout problems. The theme was designed with a fixed width in mind and we adapted the theme elements to this fixed width and created the responsiveness based on it as well.

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code that applies only when the menu is sticky, so the menu item does not overlap the logo in that situation, just enter it in Theme panel->Custom Css

.td-header-style-10
.td-header-menu-wrap.td-affix
.menu-item-928 {
margin-left: 65px;
}

Result – https://www.screencast.com/t/QAgmZQiwho

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunattely I do not see this ad on your site after browsing it for a while but you should check the ads section in Theme panel and remove any ad code you don’t want to use from the respective location – https://www.screencast.com/t/iyhElG7P5Thttps://www.screencast.com/t/19JldkT8

Thanks

Simion C.
tagDiv Staff

Hi,

You could try to reduce the resolution and size of the pictures used, right now they are somewhat big – https://www.screencast.com/t/mratfsVM and so improve the loading speed of the page.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use any text editor to open the file style.css from the theme folder and add the code – https://www.screencast.com/t/wDfQGr7j or even wordpress editor – https://www.screencast.com/t/0rIV5dk3tRum

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code, enter it in Theme panel->Custom Css, it removes the bottom padding and margin on the module

.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

Result – https://www.screencast.com/t/O1CsrNnw
That problem with the thumbnail should not happen, some plugin could be causing this. Right now I do not see it in your site – https://www.screencast.com/t/NTRlWzeAe4
If you should encounter this problem in the future, try disabling all the plugins except Visual composer and see if it still occurs.

Thanks

Viewing 25 posts - 20,301 through 20,325 (of 20,681 total)