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,

Sorry for misunderstanding, try this code for that, enter it in Theme panel->Custom Css

.single .td-classic-facebook iframe {
width: 50px!important;
margin-right: 50px;
}

Result – https://www.screencast.com/t/sMSec7WFvDkmhttps://www.screencast.com/t/uHL4t7Sa
Thanks

Simion C.
tagDiv Staff

Hi,

I understand what you mean and want to achieve but unfortunately that is the way the theme works, when you hover the mega menu item containing sub-categories it will display content from those sub-categories. For example when you hover Lifestyle, it displays posts from it’s sub-categories – https://www.screencast.com/t/MmRmxpFAdD and does not jump to the first item in the mega menu. Removing “All” does not remove the sorting implementation and functionality in the mega menu, it just removes the link text.

Thank you for undestanding

Simion C.
tagDiv Staff

Hi,

You could remove the left and right padding using this code if that is what you want, just enter it in Theme panel->Custom Css

.home .td-pb-span8.td-main-content {
padding-left: 0;
padding-right: 0;
}

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

Thanks

Simion C.
tagDiv Staff

Hi,

This must be the result of a plugin, please disable any image optimization tools such as photon of jetpack that you are using because it could create problems regarding the images, also clear your cache and see if the problem persists.

Thanks

Simion C.
tagDiv Staff

Hi,

What I am seeing is that the text “Të Gjitha” is already capitalized (meaning the first letters of words is in uppercase) if you want to make the whole word/words in uppercase you should select it in Theme panel – https://www.screencast.com/t/PCUtnyFN4xIy and save the settings, then it should look like this – https://www.screencast.com/t/QDfXM9wH and in my test – https://www.screencast.com/t/sXiCmY4RVpY

Thanks

Simion C.
tagDiv Staff

Hi,

Then it should have priority and apply first hand without any problems, try to clear your cache and also clear the server cache and check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

This is probably just a temporary situation, you should wait a bit and try again the manual activation here – https://www.screencast.com/t/qvYFtRnFhttps://www.screencast.com/t/OWDD1rGZF3q7
If you can’t manage to activate the theme, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can take a look. Also provide there the link to this topic so we can easily identify you.

Simion C.
tagDiv Staff

Hi,

You can remove or set a background color for each block title like this – https://www.screencast.com/t/KHHfEtpr and change the font properties for the blocks/widgets title in Theme panel->Theme fonts->Font settings here – https://www.screencast.com/t/iD1M6biPm and it should apply to the news ticker title as well – https://www.screencast.com/t/tGxM7uNQ If you have tried this with no result please provide a link to your website so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use it like that and maybe it will work, but as I said before the code will stretch the image to that fixed size so image problems could appear. Better to enter it as it is, and deal with any issues that could arrive in the future at that time.

Thanks

Simion C.
tagDiv Staff

Hi,

You are welcome, glad you could find a solution to your problem. You could take a look at this tutorial – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because it will help you to better understand which elements and classes are used and their properties and how to modify them.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provie more detailes about why you can’t activate the theme and what problems you are encountering, you can activate the theme like this – https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/ or https://www.screencast.com/t/qvYFtRnF

Thanks

Simion C.
tagDiv Staff

Hi,

In order to remove “All” from the mega menu you must edit the file td_block_mega_menu.php found in the Theme folder->includes->shortcodes and comment this line of code like here – https://www.screencast.com/t/ua9wHUg6Yu

Result – https://www.screencast.com/t/3Yv9lQk6X

Thanks

Simion C.
tagDiv Staff

Hi,

If you can provide more details about which block and module and how you want to modify it, we will try to give you a solution. A link to your website or a screenshot would be most helpful however.

Thanks

Simion C.
tagDiv Staff

Hi,

This happens because there is no room for the menu items to display on a singe row. Please provide a link to your website if possible, so we can inspect it and try to give you a solution for this and also some more information about how you want to modify the search icon position.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try to stretch it a little using this code, that applies only for this post, but with a little loss in clarity

@media (min-width: 1141px) {
.post-2062 .vc_single_image-wrapper img {
width: 1068px;
}}

Result – https://www.screencast.com/t/bobs6pn8qaW
Thanks

Simion C.
tagDiv Staff

Hi,

If you have used a custom css code to change the colors, that code gets loaded after the default one defined in the theme’s css. Try adding it it directly to the style.css file found in the theme folder, at the very bottom of the code.

Thanks

Simion C.
tagDiv Staff

Hi,

You can do that using this code that applies only in the post page if that is what you want, just enter it in Theme panel->Custom Css

.single .td_social_facebook .td_social_info {
display: none;
}

Result – https://www.screencast.com/t/QTYwFlATd2
Thanks

Simion C.
tagDiv Staff

Hi,

If you tried the theme panel option – https://www.screencast.com/t/yHIW3bvLE and it’s not working try renaming the menu and see if the settings apply. Also you could try this css code to force the text to become uppercase, enter it in Theme panel->Custom Css.

.td_mega_menu_sub_cats {
text-transform: uppercase!important;
}

However it would be very helpful if you coan provide a link to your website to inspect it and see why this is happening.
Thanks

Simion C.
tagDiv Staff

Hi,

What I meant is that any user role that can publish posts – https://www.screencast.com/t/9iqExzZhHu should have access to the post settings in the dashboard. I have tested this by creating a user with author role and indeed have access to the post settings of the posts created by that author – https://www.screencast.com/t/i5ff2NtPI5
A contributor or a user does not have this priviledge – https://www.screencast.com/t/gAV0vEaWKp2 So only users with autor roles or higher in hierarchy – https://www.screencast.com/t/wiU7gR5d have access to these settings. Hope this helps you.

Thanks

Simion C.
tagDiv Staff

Hi,


@Muradim
Then you should set a background color or image – https://forum.tagdiv.com/background-introduction/ which will make your website automatically change to the boxed version.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are talking about setting a background image – https://forum.tagdiv.com/background-introduction/ usually using a full hd image (1920x1080px resolution) will have better results – https://www.screencast.com/t/E8O9MwcoPShttps://www.screencast.com/t/x9Ph0y4zjUih

Thanks

Simion C.
tagDiv Staff

Hi,

You could hide it with css, enter this code in Theme panel->Custom Css

.import_video_ad_bg {
background-color: transparent;
}

Result – https://www.screencast.com/t/1tAsdqV3Sh4B

Thanks

Simion C.
tagDiv Staff

Hi,

It would be very helpful if you could provide a link to your website so I can inspect it and try to give you a proper solution.

Thanks

Simion C.
tagDiv Staff
Menu - reply

Hi,

Remove the previous code entirely and enter this one, it should work now

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

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

Result – https://www.screencast.com/t/JEvZjg0PGhttps://www.screencast.com/t/jnljGw6l
As for the width of the dropdown, it adapts to the length of the title used, you could make it of a fixed larger width but keep in mind that it should maintain it’s responsiveness as well. So you could use a code like this

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

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

Thanks

Simion C.
tagDiv Staff

Hi,

If you can provide a link to your website and an indication to which menu you would like to modify, I will try to give you a working solution that works for you.

Thanks

Viewing 25 posts - 20,276 through 20,300 (of 20,681 total)