- TutorialsDefault Block Settings Guide
Hi.
I have tried to change the header ad size to 930x180px. with headerstyle 4 but it seems it’s not working. The only change I made was:
.td-header-ad-wrap {
height: 180px !important;
}
But it still is only 90px height?
Hi,
You could try this code, thought it is a lot of code, it is needed to make that block header style display the way you want – https://www.screencast.com/t/1KIqFlf7Nuh
The code must be entered in Theme panel->Custom Css
.td_block_template_17 .td-block-title {
background-color: black;
color: white;
}
.td_block_template_17 .td-block-title:before {
display:none;
}
.td_block_template_17 .td-block-title:after {
margin-top: 0;
}
Thanks
Hi,
We have over 20 demos and we will add more, also we have added some 17 predefined block header templates in panel and new full Big Grids. We periodically add new features and improvements.
Thanks!
Hi,
You must register the custom header style here – https://www.screencast.com/t/WntAwIAxi
Use one of the existing templates as an example and create the new one in that file.
Thanks
Hello bformhals,
For example, if you are using the Header Style 7 and if you want that your logo to be permanently aligned to the left, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-7 .td-header-sp-logo img {
margin:initial!important;
}
The result is here -> https://www.screencast.com/t/iSiMNtt6FRl
Thanks for your understanding!
Let’s say you want to use one of the header defaults that has the logo in the center. But you want it to the left instead of the center. This way the logo can be bigger. So how do you get it to move all the way to the left
Hi, is there a way to create my own “header-style-custom.php” to be used as the header template? I created a file “header-style-custom.php” that had contents copied and pasted from an existing header file and placed it in the Newspaper/parts/header folder, but this style doesn’t seem to show in the Newspaper theme options under “header style”.
Hello. I just bought the theme from ThemeForest, but get an error when I try to install it as follows:
Warning: Error while sending QUERY packet. PID=916920 in /home/haksenor/public_html/yeni/wp-includes/wp-db.php on line 1877
Warning: Cannot modify header information – headers already sent by (output started at /home/haksenor/public_html/yeni/wp-includes/wp-db.php:1877) in /home/haksenor/public_html/yeni/wp-includes/option.php on line 828
Warning: Cannot modify header information – headers already sent by (output started at /home/haksenor/public_html/yeni/wp-includes/wp-db.php:1877) in /home/haksenor/public_html/yeni/wp-includes/option.php on line 829
Warning: Error while sending QUERY packet. PID=916920 in /home/haksenor/public_html/yeni/wp-includes/wp-db.php on line 1877
Please help.
Hello,
I import the demo “travel blog”. I’m using the Header style 8 but, in with this demo, i don’t have the shadow like on the “newspaper classic demo”.
It’s possible to have the shadow with this demo?
Shadow: https://s30.postimg.org/n3y9le4xt/Screen_Shot_2017-04-18_at_13.31.33.png
Thanks
That worked perfectly, I have another issue on my mobile the content seem to be at left side and there is small gap at the right side https://www.screencast.com/t/U1yOVfsexr2
About the header I was asking was That I am using uber menu to create that navigation bar will newspaper default theme menu able to provide like ubermenu ?
Hi Bogdan, thanks for the advice above. Can you indicate which part of the JS code pertains to cookie expiry time? I delete the part on expiry.toGMTString() + but the expiry time/date still shows up in the website’s headers.
Set-Cookie: …; expires=Tue, 18-Apr-2017 06:02:27 GMT; …
Hi,
1. There are no options to modify the theme width, this could only be achieved through custom code or modifications to the theme files. It is not recommended to do this however because there is a risk you will damage the theme, as all the elements on the page depend on the fixed width.
The background ad can be set like this
– https://forum.tagdiv.com/background-ads/ and it will be displayed in the background of all the pages.
2. You can set a default user role to the users that register on your website here
– https://www.screencast.com/t/m4fGEnfvg9
For the emails you could use a plugin with this capability, that can send the email you want to these users.
3. Here is a link to the official Woocommerce plugin documentation – https://docs.woocommerce.com/
I don’t understand what logo you want to display in the header section, you can have only a website logo in the header. Maybe you could fins a plugin that could offer this capability, to have custom Woocommerce cart logo.
4. You can find the information you want to help you set up these community plugins, and get started here
– https://codex.bbpress.org/
– https://codex.buddypress.org/
Thanks
Hi,
You can not set a video playlist as a widget in the sidebar. You could add it as a normal element in a split row sidebar however – https://www.screencast.com/t/hEc2NxtaA – https://www.screencast.com/t/bP2CKQDj
If you would like to have a bigger logo, please note that Header style 9,10 and 11 do not have a limit for the image used in the logo – https://forum.tagdiv.com/logo-favicon/ and you can set as logo a full image for example.
The ad code for the header must be entered in the Header section in Theme panel->Ads
– https://forum.tagdiv.com/header-ads-adsense/
The social sharing top and bottom in the post page can be disabled like this
– https://forum.tagdiv.com/sharing/
The ad can be removed in Theme panel->Ads in the respective section. If that is the article bottom ad you have to remove it here – https://www.screencast.com/t/W3UpvEmE7
More about using article ads here – https://forum.tagdiv.com/article-ads/
The Latest articles section is always displayed on the bottom of the page, after the page content. More about page templates here – https://forum.tagdiv.com/page-templates-2/
If the images are not appearing, make sure you have set a featured image for the posts
– https://forum.tagdiv.com/featured-image-or-video/
And you have enabled the thumbs required for the modules, in theme panel
– https://forum.tagdiv.com/theme-thumbs/
If you are using the optional mobile theme plugin, you must use the mobile editor to ad content for your pages
– https://www.screencast.com/t/82poCQT5Bp
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
If you do not use the mobile theme plugin, the same content from desktop will be displayed on mobile devices. The theme is fully responsive, and will adapt to every screen size.
Thanks
Hi,
The Top header menu is not available on mobile. The header menu will be displayed in mobile form. However if you could provide a link to your website where there is a top menu present, I will try to give you a code to make it display on mobile. At the moment I do not see a top header menu present on your website – https://www.screencast.com/t/iBOM4LDkwc
Thanks
Hello,
There is no setting to change this but you can use this custom css in the theme panel-> custom css box:
.td-category-header .td-page-title{
text-transform: none!important;
}
Thank you!
Hi,
This is how the theme is designed, as it can be seen in the demo – https://demo.tagdiv.com/newspaper/
There are no options to change the width of the theme at the moment, these may be added in future updates. In the previous update some possibilities were added regarding the header and footer
– https://www.screencast.com/t/928kcfSaB
And also Full Big Grids
– https://www.screencast.com/t/iGynaxTqro
Additional options may be available in updates to come, but I can not say for sure when this will happen.
You could set a background color or image for your website
– https://forum.tagdiv.com/background-introduction/
Thanks
Hello,
The social networks from the theme panel only handle the top header and footer social icons. The screenshot above mentions the social counter. If you want to set the social counter, it depends on how it was implemented. If it’s on a split row on a page, you have to edit the page and access the social counter settings like this guide suggests: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
The social counter can be placed in the widgets area of wordpress as well so it has to be set from there as well. The social counter is an independent element. Each one has it;s own settings There is no spot in which you can set it to affect all of the counters placed on your site. Each one is individual.
Thank you!
Hello,
Our theme will go into boxed mode when a background image or color is set. However you can still have a full width header and footer by using this section of the theme panel: https://www.screencast.com/t/4sQlP7pr
Thank you!
Hi,
Header styles 9,10 and 11 have no limit for the logo – https://forum.tagdiv.com/logo-favicon/
You can set a image as big as you want for your website. Just make sure to upload it in full size
– https://www.screencast.com/t/b7szSV6lmYPK
An example of a big logo using Header style 10 can be seen in this demo
– https://demo.tagdiv.com/newspaper_cars/
Thanks
Hello Antonino1985,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
#td-header-menu{
border-top: 4px solid red;
}
The result is here -> https://www.screencast.com/t/AAi5MWdsRkC
Thanks for the message!
Hi,
You can try this code to hide the menu on mobile – https://www.screencast.com/t/bvyBdzLL5JnC
The code must be entered in Theme panel->Custom Css
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full {
display: none;
}}
Please provide more details about what other changes you would like to make to this menu, so I may give you a a more accurate answer. Right now I see that you are using Header style 8, and a stretch property on the header menu.
Thanks
Thank you for creating this theme, however, I encountered some problems while trying to set it up… I will need your help around it. My site address is https://aleromart.com/
1) How can I reduce the the width size of my site content so that the clickable Advert background can have more visibility?
2) I activated “Anyone Can Register” on the settings page and also activated “Sign in/Join” on the Theme Panel as seen in the document but new people that registers don’t get password email notification and their email appears as a subscriber in my dashboard. How will I make them get emails please?
3) I installed woocommerce theme because I saw that this theme is compatible with it, is there a customized cart logo for this purpose that can appear in my header area? And how can I put this there?
4) I installed BBpress and BuddyPress for community on my site, please I need your assistance in setting this up to have a fully functional community site on this site.
I anticipate your answers soonest please.
Thanks and Regards
Hi guys, hope you’ve had a good Easter break.
I am trying to use Block Header 13 as a way of freshening up my site design, and can’t get it to display correctly.
Basically it looks like Block 12 (ie – no big text behind the main title). Weirdly, it displays on the sidebar headings on my iPhone correctly, but not on desktop or tablet, and not in the main body of pages – only the sidebar.
I have tried turning off all the plugins, clearing caches, etc, but has not solved the problem so far.
Site is thecarexpert.co.uk. Running Newspaper 7.8.1 and VC 5.1.1. Any suggestions greatly appreciated.
Many thanks,
stuart
Hi,
I’ve a question about the headers. The following link is a categorie: https://smartphile.nl/videos/ but the header (below the breadcrumbs) is a uppercase header. I can’t find the settings where i can modify this to normal case letters?
Is this because the menu is also in uppercase? How can I fix this?
Theia Post Slider, an extremely popular plugin for Post Slideshows, is suddenly not working with the theme. I’ve troubleshooted everything: plugins, header code, everything.
Has anybody experienced this over the last month?
For certain post styles, the styles that feature the featured image as GRID TO GRID (full width), it breaks the page. For default and post style 7, it works.
Please help. Thanks.