No search results were found in Documentation!
Hi,
Yes, you can do this by using a different header on these pages, for this you need to use a header cloud from tagDiv Cloud Library, edit it with tagDiv Composer and remove the ads or you can use a custom css to hide the ads on these pages.
Thank you!
Hi,
1. In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U ( in you case 48px is the gap so you can set -48 margin top) or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help whit this please provide a link were I can inspect the problem, in this way I will be able to provide you the right css.
You can change the gap between the elements using tagDiv Composer -> https://www.screencast.com/t/b5rLIcMBxZK
2. You can create a mega menu using our documentation from here -> https://forum.tagdiv.com/mega-menu/
Main menu -> https://forum.tagdiv.com/main-menu/
3. The mega menu can display only the posts, but this can be achieve bay creating a page using tagDiv Composer, set the blocks in it and set the page as page menu -> https://forum.tagdiv.com/page-menu/
Thank you!
Hi,
As I can see you already have some ads in your blog articles -> https://i.imgur.com/o2qUjzB.png this can be adjusted with some custom css -> https://i.imgur.com/rbrZ6Vy.png. Unfortunately using our theme you’ll not be able to set more ads, only if you build a new homepage.
Or maybe you can find a plugin that can insert the ads.
Thank you!
Hi,
You can use a title element to achieve this -> https://ibb.co/ZGcm42X after that I will help you with a custom css to adjust the title position. Just let me know when I can start to investigate the social title.
Thank you!
Hi,
So you want the page 2, to start in a new page with only the posts from page 2, this can be achieved only with the Pagebuilder + latest articles + pagination and the section of latest articles, but there are not some much settings for customization (only layout and filters -> https://i.imgur.com/pLkCy1g.png) the colors can be set only with custom css, some of colors will apply from theme panel -> https://forum.tagdiv.com/theme-colors-introduction/
Thank you!
Hi,
The gap from header can be reduce using tagDiv Composer only if you are using a cloud header, if is a standard header then you can adjust it with custom css.
If you want I can help you with this, just provide a link to your website and I will guide you!
Thank you!
Hi,
From what I can see you are using a cloud header from tagDiv Cloud Library, so you’ll be able to edit it using with tagDiv Composer -> https://i.imgur.com/j2B8LNR.png click on edit template -> https://i.imgur.com/rMWCuMu.png after that use the drag and drop to move the elements ( search) -> https://i.imgur.com/CVdHszk.png also make sure that the search is set to align right -> https://i.imgur.com/gUvrIki.png and the menu not.
Also you can use a custom css here is an example -> https://i.imgur.com/W1JGZrW.png
.tdb_header_logo, .tdb_header_menu{
float: left!important;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Hi,
In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U ( in you case 48px is the gap so you can set -48 margin top) or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help whit this please provide a link were I can inspect the problem, in this way I will be able to provide you the right css.
You can change the gap between the elements using tagDiv Composer -> https://www.screencast.com/t/b5rLIcMBxZK
Thank you!
Hi. Any news on this issue? I’m having the same trouble with the logo. I’ve uploaded a retina logo size: 544x180px and the theme keeps showing a 300x99px crop version automatically generated. I tried deleting “-300×99” added by the theme from the “data-retina” and “src” urls generated using the browser inspector and the image looks with the quality it should.
This is the original file url:
wp-content/uploads/2020/01/logo-top@1x.png
The theme creates this url once used as the header logo:
wp-content/uploads/2020/01/logo-top@1x-300×99.png
Thanks in advance
Hi,
The above solution will work only for flex blocks for Big Grid Full 3 you can change the style for something similar, but what you need with big grid full 3 can be achieve only with custom css, something like this -> https://i.imgur.com/zSaj5nY.jpg
.td_block_big_grid_fl_3 .td-post-category {
float: right;
margin-top: -300px;
}
Is possible to need to adjust the margin top after your needs.
The code need to be set in theme panel > custom code > custom css.
Thank you for your understanding!
Hi,
If you are using a block you need to use custom css, but if you are using a flex block you can edit it with tagDiv Composer.
Also the categories from “Enchantment” sidebar are already removed -> https://i.imgur.com/htPLV2r.png
If this is not what you mean, please provide some more details.
Thank you!
Hi,
That is a posts loop element this can be from page template as Page Builder + Latest Articles + Pagination or it can be set and edit with tagDiv Composer -> https://i.imgur.com/3UZxo8P.png unfortunately for what you wan to achieve you need to use some custom css too -> https://i.imgur.com/W4bF61P.png , you can try this custom css for example -> https://i.imgur.com/t275Es7.png
.td-next-prev-wrap a{
width: 200px!important;
font-size: 16px;
padding: 16px 48px;
color: #fff;
background-color: orange;
}
.td-next-prev-wrap a i {
display: none;
}
.td-next-prev-wrap .td-ajax-prev-page:before {
content: "Prev";
}
.td-next-prev-wrap .td-ajax-next-page:before {
content: "Next";
}
.td-next-prev-wrap a:hover {
background-color: red;
border-color: red;
color: #fff;
}
.td-next-prev-wrap .td-ajax-next-page {
padding-left: 48px;
}
.td-next-prev-wrap .td-ajax-prev-page {
padding-right: 48px;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
On Newsmag theme the load more button can be customize only with custom css, here is a code if you want to try it -> https://i.imgur.com/llEgruw.png
.td-load-more-wrap .td_ajax_load_more {
border: 2px solid #111;
background-color: #ed581c;
padding: 4px 16px 0px 16px;
border-radius: 5px;
color: #fff;
}
.td-load-more-wrap .td_ajax_load_more:hover {
border: 2px solid #000;
background-color: #ed581c7d;
color: #fff!important;
}
The code need to be set in theme panel> custom code?> custom css
Hope his will help you!
Hi,
Unfortunately on Newsmag theme you can not change/increase the website width, sorry, maybe this can be achieve using custom css, but this is not quite indicate.
Thank you for your understanding!
Hi,
Unfortunately for the moment, you can not set the image above the grids, the only way to do that is if you set and image in ad place in mobile theme -> https://i.imgur.com/Ktup4Vy.png -> https://i.imgur.com/9Phobuv.png but this will be display on each page/posts, what you can do is to hide it fore the rest of website with custom css.
Thank you for your understanding!
Hi,
Sorry, there was an misunderstanding, you can change the header background from theme panel -> https://i.imgur.com/tLQ2KMl.png or using a custom css like this one -> https://i.imgur.com/6ntPDzt.png
.block-title > span, .td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: red;
}
.block-title, .td_block_template_1 .td-related-title {
border-color: red;
}
Thank you!
Hi,
In our theme you can use custom css and tagDiv Composer ( on pages and templates) to hide elements/blocks on -> https://i.imgur.com/T30e5sU.jpg
Also you can check our documentation from here: -> https://forum.tagdiv.com/newspaper-theme-documentation/ and here -> https://tagdiv.com/category/documentation/
Thank you!
Hi,
These can be change with custom css, please provide me a link so I can provide a css that will help you to achieve what you need.
Thank you!
Hi,
If you have there a strong css that is overwriting the buddypress style, the is need to use a stronger css, this can be done only inspecting the website not only from screenshots.
Thank you for your understanding!
Hi,
If you want to use the child theme only for css, then is no need to use child theme, our theme have a section for css -> https://i.imgur.com/eGOxqMn.png also most of elements from the website can be change using the Theme panel -> https://forum.tagdiv.com/newsmag-font-customization/
Thank you!
Hi,
Unfortunately there is no setting that is only for single post template background color, for general background color can be use this setting -> http://prntscr.com/pvqmdq and after that you can use custom css to change individual background color.
If you are using single post template from tagDiv Cloud Library, then you need to set the background color on row like this -> http://prntscr.com/pvqo7w -> http://prntscr.com/pvqonj
Thank you!
Hi,
This can be achieve only with custom css , if you need help with this, please provide me a link to your website, in this way I will be able to provide the code that you need.
Thank you!
Hello,
Unfortunately for the moment the only option available of “Title over image” are these -> http://prntscr.com/ps3iuq if you need to make some more customization you’ll need to use custom css.
-> http://prntscr.com/ps3jwq
.tds-title-over-image .tdm-title-over-image-info-wrap .tdm-title-md{
text-shadow: 2px 2px #079;
}
The code need to be set in Theme panel> Custom code> Custom css
Thank you for your understanding!
Hi,
I do not quite understand, do you want to add a border or do you want top remove it ? both of theme can be achieve with custom css, please provide me a link to inspect this situation.
Thank you for your understanding!
Hi,
Unfortunately the header style will apply for all devices, you can set different styles on blocks only if you are using custom css
Thank you for your understanding!