Hi,
This could be caused by a plugin or plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it to rule this out, and see if the problem is still there. Please also check any custom code you might have added to the theme panel or to 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
Hi,
The theme background can be changed in Theme panel->Theme colors – https://www.screencast.com/t/lfRuQIX2HLW If you already tried this and it’s not changing, it would be helpful if you could provide a link to your website so I can take a closer look.
Thanks
Hi,
Maybe the custom code doesn’t apply for some reason if you tried it in Theme panel->Custom Css without any effect or it is not properly made. It would be helpful if you could provide a link to your website if possible and detailed information about what exactly you want to change for a more accurate solution.
Thanks
Hi,
1. There is a margin bottom set on category tag displayed above the title in the big grids – https://www.screencast.com/t/KDHDppLkL You could remove it if you want with custom css on a specific big grid or just one of the modules contained in that grid – https://www.screencast.com/t/1WwnFwMPn6vB using a code like this, then enter it in Theme panel->Custom Css
.td-big-grid-post .td-post-category {
margin: 0;
}
2. The background color could be changed with css also, using a code like this (depending on the big grid you use) – https://www.screencast.com/t/uMp0LjYxl
.td_block_big_grid_4 .td-post-category {
background-color: blue;
}
3. That depends on the big grid used, for example Big grid 9 has a margin-right property of 3px – https://www.screencast.com/t/4tn8HKXO for each of the module thumbs except the last one.
4. That shadow can be removed on the Grid style 1 (default) – https://www.screencast.com/t/7EvvFcBa using this code
.td-grid-style-1.td-hover-1
.td-module-thumb a:last-child:before {
display: none;
}
Result – https://www.screencast.com/t/zcU4uusiWh0
Also here is a tutorial about how you can use your browser inspector to find elements on the page and how to customize them – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
The only solution to this at the present time would be to use this custom css code that will reduce the padding left/right and the inner padding between the menu items, also the width of the search icon, enter it in Theme panel->Custom Css
.td-header-style-10 .td-header-main-menu {
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu > li > a {
padding: 0px 5px;
}
.header-search-wrap .td-icon-search {
width: 24px;
}}
This is the result with the code, at the lowest width before the mobile toggle appears – https://www.screencast.com/t/zdbidTmCW
However if you add more menu items in the header menu, this will probably not work anymore because there will be no way to display more items in that amount of space that is available.
Thanks
Hi,
Hi,
At the moment I see you are using Header style 9 with a full logo on top, there are a total of 12 header styles to choose from, each with a different logo or menu position – https://forum.tagdiv.com/header-styles/
Thanks
Hi,
Please check in Theme panel->Theme colors maybe there is a white color set on the menu items – https://www.screencast.com/t/ULSvYTlY creating this result or any custom css code you might have added in the theme or using in other way. Also you could try disabling all the plugins except Visual composer, clear the cache and see if the problem is still present.
Thanks
Hi,
Please follow this tutorial to set up your social counter – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ Make sure you follow each step exactly as described.
If you still cannot get it to work, please provide a link to your website so I can inspect the social counter.
Thanks
Hi,
Please note that you should enter your ad code in the mobile theme section in the theme panel – https://www.screencast.com/t/ikd37BPhn in order to be displayed in the mobile theme, more information about this here – https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
You could try changing the footer style and see what happens, it should not display a second pages widget if there is only one set in the footer section – https://www.screencast.com/t/T2py94Wx9HO If it’s still there try disabling all the plugins except Visual composer to eliminate a plugin being the cause. Also check any custom code you might have added to the theme and if you are using a child theme try switching to the main theme to rule that out also.
Thanks
Hi,
I do not know exactly what you are asking but if you want to change the title tags you will have to edit td_block_template_1.php found in the theme folder->includes->block_templates – https://www.screencast.com/t/vajiO61Aob If this is not what you wanted please provide more specific details about this.
Thanks
Hi,
That is a newly implemented feature regarding font weight in the latest Newspaper update – https://themeforest.net/item/newspaper/5489609 as it can be seen here in the changelog – https://www.screencast.com/t/2chRnPviF8EX and also in the documentation – https://forum.tagdiv.com/font-customization/ You should consider updating to the latest version and benefit from these new features.
Thanks
Hi,
You could use this code to reduce the space between the next/prev arrows but it will apply to all the mega menu items – https://www.screencast.com/t/E9zxYFa7 – https://www.screencast.com/t/dgOpg7MI
.td_block_mega_menu .td-next-prev-wrap {
margin-top: -30px;
}
As for the sub-footer, it is center aligned on mobile too in the code, but since you have rtl in your site it could affect this property. You could try to fiddle with the margin-left property on the links in the sub-footer menu items and maybe find a way to position them the way you want – https://www.screencast.com/t/JwvyRWah0wWp
Thanks
Hi,
I understand what you are trying to achieve but the module displays the secondary title and the title you have created in the same continuous link – https://www.screencast.com/t/wlWcRxRnO and there is no way of splitting the link in two rows.
Thanks
Hi,
You can remove the gradient in post pages using this code, enter it in Theme panel->Custom Css
.single .td-image-gradient-style6:after {
display: none;
}
Result – https://www.screencast.com/t/m9Q3LNYPZ
Thanks
Hi,
I have inspected your site but I do not see the problem with the footer width on a post page – https://www.screencast.com/t/1fFPLSGATg0 If you are still having this problem please provide a screenshot, also check any custom code you might have entered in Theme panel.
Thanks
Hi,
You can try this code, it will make the Thematic menu item have a vertical scroll, just enter it in Theme panel->Custom Css
.menu-item-1475 .sub-menu {
height: 350px;
overflow-y: scroll;
}
Result – https://www.screencast.com/t/LZPMR5443z19
Thanks
Hi,
I understand now, you can hide the author name using this code, enter it in Theme panel->Custom Css
.category .td-post-author-name {
display: none;
}
Result – https://www.screencast.com/t/anbSnQ1uN
Thanks
Hi,
I have inspected your site on mobile but I do not see it appearing – https://www.screencast.com/t/U6v6NtxKxaKE Please correct me if I am misunderstanding something
Thanks
Hi,
You can make the top menu display in those conditions using this code, just enter it in Theme panel->Custom Css
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}}
Result – https://www.screencast.com/t/TAEqVmya
Thanks
Hi,
From what I can see you are using a different page builder editor instead of Visual composer for your page, this may cause errors. You should create your pages in Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ and also make sure you are using the latest version that comes with the theme package – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Please try to disable all your plugins except Visual composer and see if the problem is still there. Then you can install the demo you choose – https://forum.tagdiv.com/installing-demos/
Also you can find more information about the theme as well as tutorials to get you started, in the theme’s documentation here – https://forum.tagdiv.com/newspaper-theme-documentation/
Thanks
Hi,
Please provide more details about this issue you are having, also please check your system status and increase the parameters if needed according to the documentation here – https://forum.tagdiv.com/system-status-parameters-guide/ because an exhausted php memory could be the source of the problem
Thanks
Hi,
You could hide the header menu using this code, just enter it in Theme panel->Custom Css
.td-header-menu-wrap-full {
display: none;
}
Result – https://www.screencast.com/t/GlNyCu1et
Thanks
Hi,
You could do that using this code, it will aplly on all the mega menus you have, if you want to make it more specific use browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to target a unique class where you want it to apply – https://www.screencast.com/t/1qp8tGmJfaP
.td_block_mega_menu {
background-color: red;
}
Or for a single menu item
.menu-item-3305 .td_block_mega_menu {
background-color: red;
}
Thanks
Hi,
You can set a different style template for each of the categories in Theme panel->Categories – https://www.screencast.com/t/8ar4ge6nJ where you can customize top post styles, article display view, background and many more options – https://www.screencast.com/t/Je5zSPtDm More about this here in the documentation – https://forum.tagdiv.com/how-category-settings-work/
Thanks