- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
I understand.
In that case the exact code you posted above will do the trick. Just add it to the header style that you use. Here is an example for header style 1: https://www.screencast.com/t/FmsPYM2WW
You will have to change the shortcode though from this: [rev_slider alias=”slider1″] to your opwn slider shortcode.
Thank you!
Hi,
Remove the previous code and enter this one, it should work always now
.td-header-style-10 .td-logo-wrap-full {
line-height: 0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
As for the logo on sticky menu, you can disable it in Theme panel->Header->Main menu – https://www.screencast.com/t/Z8Bwknl8
Thanks
Well there is no universal code as the theme has many elements and the gradient is not added in the same waqy on each one. The gradient you mention now on the category template is not even part of the blocks it is a category template . The code for it is separate from any other element:
.td-image-gradient-style8:after{
display:none!important;
}
.td_category_template_8 .td-category-header{
background-color:transparent!important;
}
Thanks.
Hi, ok under ads in theme panel they are all set to auto size(i have also tried setting it to different sizes), i have a responsive adsense ad code in the header which shows up on desktop but on my tablet it doesn’t show?
this is an example url :
https://www.kodibox.tv/tips/firestarter-kodi/
thanks
Bogdan,
I do not want the slider on the page. I just want it in the header, and to be displayed only on homepage. How do I do that? Most themes have a setting when publishing a page – at the bottom – you can add a slider to the header of the page.
I know how to use the Slider, I dont know how to add it to Newspaper 7 – there is an option that says Slider but only displayes “Default.” It wont show any of the created sliders.
On http://www.universalprinciples1.com/ – I was able to implement it – kindly check it out to see how I want it.
Regards,
Vlad
Hello,
It is possible to change the module header but it will apply to all of the instances of that module, not just for the sidebar. you want to change the heading tag of a block title you will have to change it in the theme code here: http://screencast.com/t/1JthDyiA
Thank you!
Hi @ashishmahajan1,
What i did is i used AccessPress Social Login Lite for social login,
After all API’s within accesspress i used the method posted by Alin [tagDiv]
Here you can find the code so you can implement your shortcode bellow the Forgot password line – http://screencast.com/t/sGHn1sAjRkKA
The proper way would be..
Find this line in Newspaper>parts>header>td-login-modal.php
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘</div>
and replace with below line
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘<br/>’.do_shortcode(‘[apsl-login-lite]’).’</div>
What you’ll get is result in below link
http://www.abhivyakti.in.net/wp-content/uploads/2017/01/social-login.png
hope this helps!!
Hi.
How to replace <h3> headers for widgets in the sidebar on <div> with style <h3> ?
Availability headers <h3> in the sidebar is not quite right in terms of SEO. Whether it is possible to replace the module header h3 on div?
Hello,
Unfortunately no header style can show 2 header ads by default. You will have to customize it yourself. Unfortunately this represents customization and falls beyond what the theme support can offer you.
Thank you!
Hi,
I cannot see any header sub-menu on your site. Please provide an example of how they display so I can understand how to help .
Thanks.
Hello samw,
Please keep in mind that the Adrotate plugin has not been tested with our theme and also, our SpeedBooster and that’s why you encountered this problem. As you know, the SpeedBooster will be disabled if you are using some untested plugins. Surely, according to this topic, you make the Adrotate working with our theme but please notice that is not enough. This is not fully compatible with the theme. The Speed booster moves the CSS and JS from header to footer section. Most likely, the Adrotate plugin needs that those resources will not be moved to footer section. Using your coding skills, you should make these adjustments. Otherwise, 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 support for untested plugins.
Thanks for your understanding!
Hi,
I want to add revolution slider to homepage – on this site tryhealthier.com – I want it above the content and bellow the header menu (like it is on this site http://www.universalprinciples1.com/)
But, if I try to edit the page, at Rev. Slider Options -> Choose Slide Template -> It only shows Default. It doesn’t show any of the created sliders.
Please help.
Thank you.
Say it the right decision?
.td-header-style-3 .td-header-sp-recs img {
position: relative;
}
The original code Style 3 does not contain the string.
Hi, My mega-menus both with & without sub-categories was working fine previously. However, no posts are being shown (basically blank) now when I hover over the header.
Please advise. Thanks.
hi, i have my adsense ads showing on desktop and use the mobile theme to set the adsense ads for mobile, but i cant get ads up on tablet in header or footer?i have one showing in tablet but if i use responsive adsense code or actually set the sizes in theme panel it doesnt work?
thanks
Sub-items in header menu do not showing up propperly
Hi,
You could achieve something like that withoud modifying the theme files using css code, enter it in Theme panel-Custom Css, this will move the top menu under the logo and above the main menu
.td-header-style-7 .td-header-top-menu-full {
top: 150px;
}
.td-header-style-7 .td-logo img {
margin-top: 0;
}
@media (max-width: 1018px) {
.td-header-style-7 .sf-menu {
margin-top: 100px;
}
}
This is the result – http://screencast.com/t/xpYfGwwdBnI
Please tell me if this is ok for you or I completely misunderstood
Thanks
Hi,
If you want to use your current logo image try this code, enter it in Theme panel->Custom Css (it will remove the white space)
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height:0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
Result – http://screencast.com/t/S1bnibRbU
Another way is that you could make another logo of a bigger size (in your case a minimum 130px height) – http://screencast.com/t/ooIWOtOFS
Thanks
Hello njtechreviews,
I have checked your website and I saw that your first black header does not come from our theme. To hide it, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
#menufication-top{
display:none;
}
.menufication-add-padding{
padding-top:0;
}
The result is here -> https://www.screencast.com/t/BOOJb29K
Also, inspecting your website, I have noticed that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. Please try to disable all of them and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins.
Also, if the problem is still there, try to make a new clean install from scratch via FTP, use only the required plugins which come bundled with the theme packet, clear all your caches and check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi,
We will also look into this header issue when we investigate the other problems. I suspect it is the same thing affecting your site. Please post all issues in the email you send us.
Thank you!
Well you can add a css rule to limit them but the pictures will not show the entire content anymore or they will be squished and not display properly unless the aspect ratio is proportional to the size you want it in.
I;m not sure what the contribution page is. If you want all posts that use the post style 3 to show a maximum featured image height of 450 pixels then you can add this code in the theme panel-> custom css box:
.td-post-template-3 .td-post-header-holder{
height: 450px!important;
}
But you will have to mind the aspect ration of the images.
Thank you!
Hi,
Building a full width header logo and using header style 10 I end up with the following result at http://frosta.frostaporten.no/
However, I don’t want the white section below and above the logo to be visible. How can the height of this “row” be adjusted fitting the height of the logo image? If that’s not possible, which width and height of the logo image should be used to fit totally into this row, not getting a white border around?
Regards,
Audun Kvamme
Hi,
As soon as I installed the newspaper theme, all of the authors names changed to section headers of my blog. For example, if the author of the article was originally John Smith, it is now changed to Arts and Culture (a section title). How can I fix this problem and retrieve the individual author names?
Thanks.
Hey Guys,
i just bought the newspaper design for my new site. But i came over a problem. I’ve choosen the http://demo.tagdiv.com/newspaper_video/ as a ground setup and now i’m doing some kind of adjustment so that it fits my needs. I want the latest article section to be the first one under the header where now the “Popular Video” section is. I tried to look for sth. in which i can edit the template but i can’t figure out how i can achive this.
So
Big Grid 6
Ad Box
Latest Article
Thanks in advance and greetings from germany
Hi Catalin,
Thank you for the prompt reply. I have a double header on the mobile site. With one black bar with a blank outline in the middle of a square and one directly under that has the logo. It also has weird edges to it, as if the UX is extending the page for the content with a weird slide from left to right, thus causing our content never be center on the screen.
Hoping you can help.
Jake