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,

Try this code, remove the previous one and enter this one in Theme panel->Custom Css

@media (min-width: 1140px) {
#td-header-menu .menu-item-5976 .sub-menu .sub-menu {
width: 610px!important;
}
#td-header-menu .menu-item-5976 .sub-menu .sub-menu li:nth-child(n+2) {
width: 50%!important;
}
}

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

Simion C.
tagDiv Staff

Hi,

This could be happening because of overlapping css styles, if you are using a child theme please disable it and see what happens. If that does not work try disabling all the plugins except Visual composer and also check any custom code you might have entered in Theme panel->Custom Css.

Thanks

Simion C.
tagDiv Staff

Hi,

You could edit the page-pagebuilder-latest.php template file found in the theme folder and add your content there, after pagination – https://www.screencast.com/t/1Dsrbe4h7
You should make a backup of the file in case something goes wrong.

Thanks

Simion C.
tagDiv Staff

Hi,

Be sure to use a big enough image size in order to display the proper thumb – https://www.screencast.com/t/zEz08tpP – Example – https://www.screencast.com/t/UbdvqCnC

Thanks

Simion C.
tagDiv Staff

Hi,

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

.td-header-style-10 .td-header-top-menu-full {
border-top: 4px solid #009688;
}
.td-header-style-10 .td-header-gradient::before {
height: 4px;
position: absolute;
bottom: 0;
background-color: #009688;
}

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

2. You can use this code for the space between the menu and slider

.td-main-page-wrap {
padding-top: 0;
}

Result with the previous code and this one – https://www.screencast.com/t/ntnXouH1qiGm
Please let me know if this works for you.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no option at the moment to set Pinterest on the social counter, only these options here – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
As for the order of the social icons you can rearrange them by editing the file td_social_icons.php found in the theme files->includes->wp_booster – https://www.screencast.com/t/7VqaUCmmmtPM just make sure you don’t change the punctuation (items are separated by commas) as this could lead to errors

Thanks

Simion C.
tagDiv Staff

Hi,

Use this code for the slide leaving the rest unmodified, enter it in Theme panel->Custom Css

.td_block_slide .td-module-meta-info .td-post-author-name a {
color: white!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It seems you have managed to set a background image on the header, you could try this code instead if you want to, just enter it in Theme panel->Custom Css

.td-header-style-5 .td-header-menu-wrap {
background: url("http://staging.nguoi-viet.com/wp-content/themes/Newspaper/images/Banner-Xuan-NV.png");
}

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

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code, enter it in Theme Panel->Custom Css, it should make the sticky menu remain the same during scroll

@media (min-width: 768px) {
.td-header-wrap.td-header-style-6 .td-affix .sf-menu > li > a {
line-height: 80px!important;
}
.td-header-wrap.td-header-style-6 .td-affix .td-main-menu-logo .td-header-logo img {
width: auto!important;
max-height: 80px!important;
}
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can filter the tags in each of the block setings – https://www.screencast.com/t/MAWzf7Z8VatB by entering only the tags allowed

Thanks

Simion C.
tagDiv Staff

Hi,

It seems to work just fine, glad you could manage it with excelent result.

Thanks

Simion C.
tagDiv Staff

Hi,

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

.td_block_image_box .td-custom-image a:after {
border: none;
}
.td_block_image_box .td-custom-title .entry-title {
display: none;
}

The first part will remove the inside border – https://www.screencast.com/t/LOpAdHxQ
The second one will remove the custom title – https://www.screencast.com/t/sljelDQHylOk

Thanks

Simion C.
tagDiv Staff

Hi,

You can use this code, almost the same one from before but with the :hover property for the menu item you want – https://www.screencast.com/t/ZmNU7IquHu

.menu-item-27850 a:hover {
color: black!important;
}

Thanks

Simion C.
tagDiv Staff
Menu - reply

Hi,

Enter this code in Theme panel->Custom Css, now the menu should remain the same when sticky

.td-header-style-3 .td-header-menu-wrap.td-affix {
background-color: black!important;
}

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

Simion C.
tagDiv Staff

Hi,

You could make the sub-menu smaller of fixed height and use a vertical scroll using this code, just enter it in Theme panel->Custom Css

#td-header-menu .menu-item-5976 .sub-menu .sub-menu {
height: 400px;
overflow-y: scroll;
}

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

Simion C.
tagDiv Staff

Hi,

1. You can change the font for the Big grid big image here – https://www.screencast.com/t/nsdKEJLdqhttps://www.screencast.com/t/NoblIeCIbB and Big grid small image here – https://www.screencast.com/t/AhmiE94N
1.1 To remove the author name and date on block and modules go to Theme panel->Block settings and disable them like this – https://www.screencast.com/t/X9TnFk5P
2. Please follow this tutorial regarding icons in menu – https://forum.tagdiv.com/how-to-add-icons-in-menu/
3. The article title font on blocks and modules can be changed in Theme panel->Theme fonts – https://www.screencast.com/t/U8GKqeEVK1O5 with a general font or ny module. The meta will be removed by the setting from 1.1
4. Block titles can be changed here – https://www.screencast.com/t/ozW44Mpkbg

All the theme’s fonts can be customized in Theme fonts in the theme panel, more info here – https://forum.tagdiv.com/font-customization/

Thanks

Simion C.
tagDiv Staff

Hi,

There is no theme setting to add an image as background for the header, but if you can provide a link to your website I will try to help you achieve this.

Thanks

Simion C.
tagDiv Staff

Hi,

For the white color around the blocks enter this code in Theme panel->Custom Css

.td-main-page-wrap {
background-color: #efefef;
}

Result – https://www.screencast.com/t/Tb9Xjnawi325
The top menu inherits the width of the container when the site is boxed and it would be dificult to make it full width.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to create a gallery inside a post please follow this tutorial – https://forum.tagdiv.com/gallery-2/ Also for pages you could use these Visual Composer elements – https://www.screencast.com/t/Cwi7kQKWfP
More documentation about smart lists here – https://forum.tagdiv.com/smart-lists/http://demo.tagdiv.com/newspaper/smart-list-style-1/

Thanks

Simion C.
tagDiv Staff

Hi,

Ads will display in the locations that you choose, in Theme panel->Ads – https://www.screencast.com/t/L0M9Xw9vjyeR or in any ad box you use that coresponds to an ad placed in theme panel – https://www.screencast.com/t/3cdjcksUC If you want to remove the header ad, remove the code from the header ad section – https://www.screencast.com/t/Lgf70WPTtRh and the same for other ads. You can remove the ad title here – https://www.screencast.com/t/pcINGIxewhttps://www.screencast.com/t/FFVc4XIJ5
As for the white space reduction try this code, enter it in Theme panel->Custom Css

@media (min-width: 1014px) {
.td-logo-wrap-full {
margin-bottom: -30px;
}
}

Result – https://www.screencast.com/t/mullEAOopRES
To remove the Home page title – https://www.screencast.com/t/ht1nprfb8V9 you have to select the default page template in page attributes – https://www.screencast.com/t/j1uj2o0pf or use this code in Theme Panel->Custom Css

.td-page-title span {
display: none;
}

Result – https://www.screencast.com/t/6BZ5StBZiuD
If you meant something else and I misunderstood you, please correct me.

Thanks

Simion C.
tagDiv Staff

Hi,

Due to the changes you have made to the theme it seems some elements do not behave normally, as they were not meant to be used like this. Still from what I can tell, the site responsiveness is working well and there are no major problems. You will have to further improve the custom modifications you have made. 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 custom work at the moment, sorry!

Thank you for your understanding

Simion C.
tagDiv Staff

Hi,

You can filter the posts that are displayed in the big grid by entering their id’s in the filter like this – https://www.screencast.com/t/BAEennyRIhttps://www.screencast.com/t/XYGKYkgnn1n so those posts only are shown in the big grid – https://www.screencast.com/t/bQZ5jtYs

Thanks

Simion C.
tagDiv Staff

Hi,

You can add as many of the available widgets as you want in the footer sections. Here is a detailed explanation about the footer templates – https://forum.tagdiv.com/footer-templates/ If this is not what you wanted to know, provide more information about what you are trying to achieve.

Thanks

Simion C.
tagDiv Staff

Hi,

You could remove their translation in Theme panel->Translations here – https://www.screencast.com/t/NgNsKq7Wb
Result – https://www.screencast.com/t/IaA738NR
Then if you want you can add this code to remove the button border on the right – https://www.screencast.com/t/xKdj6FRm9

.td_block_social_counter .td_social_type .td_social_button {
border-left: none;
}

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

Thanks

Simion C.
tagDiv Staff

Hi,

The code is working fine – https://www.screencast.com/t/XZNgfyGHKyo try to use !important so it will forcebly apply like this

.td-module-meta-info .td-post-author-name a {
color: black!important;
}

Also please check any previous custom codes you may have entered in custom css for syntax errors as that could prevent this from working. If you can’t manage to make it work, provide a link to your website so I can take a look.

Thanks

Viewing 25 posts - 20,401 through 20,425 (of 20,681 total)