- 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
Is correct?
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>http://www.ohall.com.br</AllowedOrigin>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
</CORSRule>
</CORSConfiguration>
Hi,
That text is not really a text, it is an image logo – http://screencast.com/t/Z5iYsOaCd11 added in the Theme Panel > Header > Logo – http://screencast.com/t/oDGZSDFzKWlC
So you can create your own image and add it in Logo section like above.
You can follow our theme documentation – https://forum.tagdiv.com/newspaper-documentation/ also there is a lot of information in our forum. If you have any issues related to the theme please let me know.
Thanks!
Hi,
Usually text logo is used on blog, so we have created a header style for blogs – http://screencast.com/t/f2AOMAMuY51o to work well with logo text. Anyway I see that you made some custom modification to the header so if you want to use it like that please try this custom css in Theme Panel > Custom Css to solve issue with logo on phone screen: http://screencast.com/t/f2AOMAMuY51o
@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
margin-top: 0px !important;
}
.header-logo-wrap .td-logo-wrap-align{
height: auto;
}
.header-logo-wrap .td-logo-text{
font-size: 40px !important;
text-align: center;
}
}
Hope this helps!
I am not using AdSense and simply want to place a 728 x 90 image banner in the header with an href link to my contact page. I cannot find out how that is done.
In the future, I may also wish to place similar images in sidebars. Can you please tell me if this is possible? If so, please provide instructions.
Thanks,
Doug
I have just bought this theme and had never made anything with computer which means please give me a specific guide line.
I want to make like this text header below URL. Could you give me how to make it? I want some change though. ‘THE’ to empty, ‘newspaper’ to ‘Where is chloe park?’ and ‘fashion show arrived’ to ‘Single Women Travel’.
(THE, NEWSPAPER, FASHION SHOW ARRIVED is on the link as below)
http://demo.tagdiv.com/newspaper_fashion/
Please help me to find this.
hi
thank you , yes i know but i installed demo as i want like demo slider, side barre, main menu header ads….
thanks
Hi,
Meta viewport in Newspaper theme is located in header.php: http://screencast.com/t/MdGreMTT3cg
Thanks!
I am trying to setup crowd ignite on the site and would like to add code to the post footer on all the posts. I know I have the option of using the “Article Bottom ad” but I currently use that with my google adsense ad and don’t want to remove it.
They sent documentation saying I could edit the single.php file and add:
if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Header Widget Area’)) :
Endif;
Above my comments to get this to work. Can you please assist with getting this post footer setup with the these.
Hi,
Not sure, try adding it ion theme’s footer before the closing body tag: http://screencast.com/t/wjbopjJj6P9l or in the header: http://screencast.com/t/yALWPUaIl
I suggest you also address this to plugin’s authors. They should know best the location for it.
Thanks
Hi,
Unfortunately the theme doesn’t have an option for this, you would need custom modification in header template to create some conditions there. If you don’t have php/css/html experience to do this, you can hire a professional to achieve this as we cannot offer any custom work for the moment.
Thanks for the message!
Hi everyone,
Is there a way to use custom post template for specific post category?
I did like this:
Created function in functions.php which gets post slug and tries to find file single-{slug}.php.
If such file exists it uses it for template.
As in Newspaper theme post templates are not formed in usual way (as default WordPress does) I cannot find the right code to paste in single-{slug}.php. I just need it to work correctly like loop-single.php template.
I see, that template is formed from header->header-style->loop-single files. But when I try to combine the code inside single-{slug}.php it breaks the layout.
Of course I can keep searching for bugs and finally fix them, but maybe it is some other … more easy way to make it work.
I don’t know if it matters, I’m using childtheme.
Thank in advance.
Hi,
You add a background like that, just add the background image and make header transparent also disable top menu from Theme Panel: http://screencast.com/t/o6T4aPnMsqvM Also you can set background ad click: http://screencast.com/t/wSZineOnVN
I’m not sure what you mean with “turn off responsiveness”. This is a responsive theme; there is no “non responsive” option. You can edit the style.css file and remove the @media query’s if you want a non-responsive layout.
Hope this helps!
Hello,
Is it possible to customize background in this way?
http://www.picz.ge/img/s4/1503/30/f/f9f55e9a9119.jpg
I want to make it more attractive for companies to offer as ad opportunity. I want to have approximately 150-200px free space above header for background and to make it look always good, will I have to turn off responsiveness? or is it possible to turn responsiveness on certain pages only.
Hello,
On the header AD dashboard there is a possibility to show the big header adsense ad on mobile phones, but it says “Google adsense requiers that you do not use big header ads on mobiles!”
Is this not allowed by Google? Even though the big ad scales?
Thank you!
Hi,
I’m not sure what you try to do. You can use this css if this is what you need: http://screencast.com/t/4JtWmVk6IyX
.td-header-bg.td-header-style-8.td-menu-background{
position: fixed;
display: block;
left: 0;
right: 0;
}
.td-grid-wrap{
margin-top: 50px;
}
Also if you don’t have basic css/html experience you can always hire a professional to change the menu how you wish, as we cannot provide any custom work for the moment. Sorry for this!
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
The problem is in the file called td_block_template_1.
Apparently it is rendering a white color for the default blocks with @header_color;
I have no idea how to change that color. For now I just exchanged @header_color; to #000000; which seems to work.
Hi,
Unfortunately we did not tested any plugin for this, so I cannot make any recommendation. If you need to add a code please edit your header style that you use and paste your code where you want to show it: http://screencast.com/t/kVLiYCPBkk
Thanks!
Hi,
Did you made any custom modification to the code? Normally woocommerce use owns template, I see that it is set also post template 6 class there and also is applied that css on it. If you made any custom modification to appear theme’s post templates in woocommece, you can change the post template to default.
Also if you think that helps you can try this custom css in Theme Panel > Custom CSS: http://screencast.com/t/7ggG3XGb2xOa
.woocommerce-page.single_template_6 .td-header-wrap{
height: 210px !important;
}
Thanks!!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi, thanks for your new reply, your words shows a professional approach.
You’re guessing right: we own a sport magazine that provides news and in-depth analysis concerning the world of football (soccer) and finance. We are building several channels specific for the bigger clubs.
Each channel is built via a page that filter posts by tag (each article is tagged with the relevant club(s) ).
The fact is that they look too similar and we want to provide them a club specific style. The other fact is that we don’t want to sacrifice valuable space that now is available for contents or ads.
That’s why the logo option. It will be the newspaper header with a small change representing the club.
TO summarize: 10 (approx) clubs -> 10 pages (post-type = page) with specific logo.
Thanks again
Fabio
DOCS:
how to use ad system
https://forum.tagdiv.com/ads/
example of putting your own ad code in the header box
<div class="td-visible-desktop">

</div>
<div class="td-visible-tablet-l">

</div>
<div class="td-visible-tablet-tp">

</div>
<div class="td-visible-phone">

</div>
DOCS:
how to use ad system
https://forum.tagdiv.com/ads/
example of putting your own ad code in the header box
<div class="td-visible-desktop">

</div>
<div class="td-visible-tablet-l">

</div>
<div class="td-visible-tablet-tp">

</div>
<div class="td-visible-phone">

</div>
Hi! There is any way to put a Featured Box to capture emails for my list, on the header position. I tried to used a Plugmatter plugin, but doesn’t work. My web site is http://vivendoviajando.com.br/
Do you have any suggestion for use with this theme?
Thank you!
Can i add my own ads inside the Adsense Boxes?
In the header for example , i dont use adsense. I want to place my own ads in the spots. Am i able to do this?
I don’t like sticky menu. I want to fix the header8 style bar at top. How can I do this? I tried to use position:fixed; for some elements but they didnt worked.
Hi. We need to have a different heading logo image for specific pages. Is there a way to achieve that ?