- 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 team,
How to implement fb like button on header menu or in header??
How to change the social pages link… When using visual composer, I have inserted social icons.. And put down the links of various social pages.. But when I click on icon it appends the link provided wit hurl..hence, error 404 page not found
thanks,
Careongo
Hi.
After testing header ad banner – I removed the banner, but still White Space/field is left .. How do I remove that? I did disable the ad banners in theme options/ads/header ad.
Hi,
You can hide the search icon using custom css in Theme Panel > Custom Css: http://screencast.com/t/70BTPvw2ec
.td-menu-header #td-top-search {
display: none;
}
Or if you want to remove the code you can edit menu-header.php and delete this code – http://screencast.com/t/BB6jFGWrerXL
Please provide more details about your second issue as I’m not sure what you mean.
Thanks!
Hi,
Please check this custom css in Theme Panel > Custom Css:
.td-g-rec-id-header {
margin-bottom: 40px;
}
If this doesn’t work please provide a link as I need to inspect this.
Thanks!
Hi,
You can use shortcodes in theme’s ad spots for example if you wnat to display social icons element from Visual Composer, you need to add social icons block to a page, add your social links in the blocks settings and take the shortcode – http://screencast.com/t/KEkzxO0Por8 – http://screencast.com/t/hWbnNa2emkb and paste it in header ad section – http://screencast.com/t/8k3R3aRII
Result: http://screencast.com/t/vymFVYAbd
Also if you want to edit the theme headers please check parts folder – http://screencast.com/t/Xfk5T4rxc5
Thanks!
Hi,
You can do this if you don’t want to use a banner beside the logo on header style 1. Anyway you also can use a header style with full logo like style 3 or 6.
If you want to do this with style 1 you have to edit the header template – http://screencast.com/t/j0OU0LAt and use this custom css in Theme Panel > Custom Css to center the logo – http://screencast.com/t/H38xqFkonIDK
.test img {
display: table;
margin: 0 auto !important;
}
Thanks!
Hi all and thanks for the help, someone know if is any configuration to hide the search icon on header menu? and how i can insert php on a widget of the home?
Really thanks for your help!!
Hi Sir,
I’m using header style 1, but not look like demo.
how to fix logo height like this http://prntscr.com/7guv5m ?
regards,
Hi,
We would like to put our social links in the header area to the left of the logo where there is ad space. How could we go about that?
Thank you!
Excellent theme by the way!
Hi, I am trying to hyperlink the header Ad on my website but don’t know how to.
Here is a link to the website http://www.yourhome.ie
I uploaded with advert via the media panel, copy and paste the url and pasted it into the Theme Panel/Ads/Header Ad. See below the ad code…how do I make this a link?
<div class=”td-visible-desktop”>
http://www.yourhome.ie/show
</div>
Thanks
Hi there,
Well before sending you the email I changed the Header Style back to Style 1, because it looked bad with Style 3 and I couldn’t leave it like that.
I put it now again in Style 3 – and the problem persists.
Can you kindly check the site on Firefox and Safari?
Many thanks!
Hi there,
I just changed the Header Style to Style 3: Full width Logo + Menu, and it causes various issues.
On Chrome it looks alright, but on Firefox and Safari it looks different with the menu above the Logo.
See the screenshots:
Homepage style 3 on Chrome:
http://www.screencast.com/t/0aOm7fQhGqbt
Homepage style 3 on Firefox and same on Safari:
http://www.screencast.com/t/15QC32Coyi
Any idea how to fix?
Thanks!
Hi!
My costumer does not want to use Google Ads but own ads created with images. In other words, he will sell the ads localy and then produce them as JPG files and upload them into the website.
The question is: how do I turn the Header ad into an image ad?
Code is paste in sidebar section, as header section, theme is 1.7.1, no active plugin…and not shown in firefox (cache cleared) but visible in IE…
Header ok on both…
Any idea ?
Hi,
Please provide a link so we can inspect this. Also please make sure that you add your adsense code properly as if it works on header it should work also on sidebar. Also please make sure that you use the latest theme version 1.7.1. and check this without any plugins active, leave just Visual Composer active and clear cache.
Thanks!
Hi, the ad on the sidebar is not shown while the header ad is ok.
The two ads works fine on an another theme.
The title is shown with a blank space corresponding to the ad size.
So…?
I have a try with the footer ad…not shown also and no title.
Hi,
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jfnt6KjQisOI
@media (min-width: 768px){
.header-style-3 .container-fluid {
text-align: left !important;
padding-left: 0 !important;
}
.header-style-3 .td-grid-wrap {
padding-left: 0!important;
}
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/alcnfNnU8
@media (max-width: 767px){
.header-style-3 .td-logo img {
display: none;
}
}
Thanks!
The URL for my staging site is mauimamazine.wpengine.com. I need to have the middle 3rd block from the top on our homepage (Block 10 format) display a list of articles next to one fixed image – similar to the first block after the header. Any suggestions?
Thank you!
Hi, I´ve made the change in menu-header.php, but now in the mobile version shown both, two logos.
Thank you very much!
Hi,
If you use header style 3 or 6 to display full width logo, it will be centered like in your case. You can change the header style to style 1 – http://screencast.com/t/rW27TfhhAq but the logo image will not be displayed full width.
Thanks!
Hey,
How can I change the header logo alignment? It used to sit left but somehow it now is centred and I have no idea how to change this.
See it here – http://ucgeek.co/
Hi,
You can remove this code from header-menu.php – http://screencast.com/t/QC1qoxabm
Or you can hide it using custom css in Theme Panel > Custom Css: http://screencast.com/t/6mna1wGb
#td-top-search {
display: none;
}
Thanks!
Hi,
You can control this using a plugin like SEO by Yoast – http://screencast.com/t/nIFtkthjU
You can try to change the 404 template and remove header and footer, please make a backup of your 404.php file and use this content – http://pastebin.com/6iN1xk86 and it should work.
Thanks!
