- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Heh. I don’t work here (TagDiv), but was in my home office Sunday working on our new ecom system, trying valiantly to meet Aug 1 deadline (and doubtful at this moment). Was waiting for FTP stuff to update, so poked my head into the forum here and thought I’d share my thought on that AdSense shenanigans.
I don’t spend much time here anymore, but I have been poking head in re new version of NewsMag which I’ve not had time to upgrade to, so unaware of any new bugaboos and whatnot, hence my comment on a “known devil” … that devil called AdSense 😉
I don’t think there is a “compare” chart between the two themes. Primary diff is the Newspaper is “wide” and the NewsMag is more “narrow” … menu is different, some of the headers are different, pre-built style sets are different, modules are different due to the more narrow width. So on and so forth. Some of the juicy goodness of Newsmag has percolated over to Newspaper v6.
Seems like some stuff needs tweaking, like lazy loading and couple of other things, but it’s been working great based on the “last” version around here. So, “I have faith” 🙂
Ok, i’m doing something wrong i guess. This is my universal template for all categories. I am trying the last two hours to find how to add the background image inside the big header box. I can do that, right?? I feel stupid but i can’t find how..
Any help would be appreciated
Hi
You can hide the header on a specific page with custom css in theme panel > custom css, targeting the page id and header warp classes like here:
.page-id-39 .td-header-wrap{
display:none!important;
}
To get the page id follow this link: http://screencast.com/t/QBfG7dPXeco
Thanks!
hi,, how i cange or where i can edit home page, if i install videopapaer demo and i want have this like demo is.. but i dont know found where i can edit first part of homepage (from header to “dont miss” panel) if i edit widgets and all change this only under “dont miss panel”..
Reverting back to a backup from yesterday.
I checked my error log and these are all the errors we have logged since theme installation:
[18-Jul-2015 02:00:52 UTC] PHP Fatal error: Call to undefined function get_header() in /home/save5478/public_html/wp-content/themes/salv5/index.php on line 6
[19-Jul-2015 14:54:21 UTC] PHP Fatal error: Class ‘td_global’ not found in /home/save5478/public_html/wp-content/themes/salv5/404.php on line 6
[20-Jul-2015 04:59:32 UTC] PHP Fatal error: Call to undefined function get_header() in /home/save5478/public_html/wp-content/themes/salv5/index.php on line 6
[23-Jul-2015 21:37:16 UTC] PHP Fatal error: Call to undefined function get_header() in /home/save5478/public_html/wp-content/themes/salv5/index.php on line 6
[24-Jul-2015 22:59:20 UTC] PHP Fatal error: Call to undefined function get_header() in /home/save5478/public_html/wp-content/themes/salv5/index.php on line 6
I noticed these errors when using the custom page builder. Modifying settings such as responsiveness / design options.
-
This reply was modified 11 years by
SaL.
Getting this error now…
Only happens when you try and add a post or edit a post.
My wife sees it sitewide on the admin area, I only see it after update post or publish post…
Warning: Cannot modify header information – headers already sent by (output started at /home/save5478/public_html/wp-content/themes/salv5/includes/td_config.php:1) in /home/save5478/public_html/wp-admin/post.php on line 236
Warning: Cannot modify header information – headers already sent by (output started at /home/save5478/public_html/wp-content/themes/salv5/includes/td_config.php:1) in /home/save5478/public_html/wp-includes/pluggable.php on line 1196
Is it possible to hide the header on spesific pages?
I was looking to get an answer to the same question and the main reasons I have to use the admin bar are:
1. Because of buddypress options that get added to the admin bar. How do we add buddypress fields to the tagdiv login modal?
2. Tagdiv login modal can only launch from the header menu (top bar of tagdiv) – which is not responsive (is not sticky for mobile screens). How can we get the tagdiv login modal to launch from other places in the UI?
Even when I use the buddypress admin bar – it gets hidden behind the tagdiv main menu. Is there a way to make sure that tagdiv menu doesn’t hide the buddypress flyout?
Hi
I finally found a solution
Header add Access-Control-Allow-Origin “*”
Header add Access-Control-Allow-Methods: “GET,POST,OPTIONS,DELETE,PUT”
from
http://stackoverflow.com/questions/14467673/enable-cors-in-htaccess
Now the CDN is working for me.
Thanks
Yes, I’ve followed the Console and I see such error
“Font from origin ‘http://cdn.bestwebhostinghero.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: The ‘Access-Control-Allow-Origin’ header has a value ‘http://cdn.bestwebhostinghero.com’ that is not equal to the supplied origin. Origin ‘http://www.bestwebhostinghero.com’ is therefore not allowed access.”
I tried to add
” <IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>”
into my .htaccess
but not working for me.
Hi
If you want the same color on the mobile version you can use custom css but notice that you need to change the color of the mobile menu and the search button, because will not be visible.
@media (max-width: 767px){}
.td-header-wrap .td-header-main-menu{
background-color: white !important;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color: #0A0A0A;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: #000 !important;
}
Please post your issue on Newspaper forum https://forum.tagdiv.com/forum/newspaper/
Thanks!
Hi,
I need a link to inspect this, you can try to hide it via custom css in Theme Panel > Custom Css:
.wpb_revslider_heading {
display: none;
}
You can change the header style to one that use full logo size – http://screencast.com/t/mV8fUDZ6kg
If you don’t want to post images or link here on forum, you can send an email at contact@tagdiv.com and provide details about your issues.
Thanks!
Hi
To remove the header ad from indicated page add this code in ads.php like here: http://screencast.com/t/COlRp5RciXQt
if (!is_page(9276))
Thanks!
Hi
Please try this css in theme panel > custom css:
.td-header-style-10 .td-a-rec-id-header > div{
display:table;
}
Here it’s the result: http://screencast.com/t/5Rfe9e29NQ
Thanks!
Hi,
I have checked the link and it works. You also can find it in theme’s documentation(right side on forum) or top menu (Newspaper 6 documentation) – https://forum.tagdiv.com/header-ad/
You will have to use those div containers to display non-adsense or you can use a plugin like AdRotate or Simple Ads Manager that are used by many users and place the plugin shortcode in Theme Panel > Ads section as the theme ad system was designed to work with shortcodes.
Thanks!
Hi my name is Robert,
Have a problem with Newspaper 6. After I made a test Structured Data Testing in Google Webmaster Tool on every single post it shows errors of mising headers and published dates, in few posts where the main picture is taken from url adres of video is also as an error because it shows no picture in it. On every error it shows its important, misssed and requaried. Is there any solution to solve this very important problems.
My page http://www.bikeron.pl
Kind Regards
Robert
Hi,
I’ve added your suggestions on the list, Radu O. is going to investigate this, he’s the expert on this area.
The Google SEO requests are not properly defined, Radu constantly looks for the pattern used on big sites with lots of employees which benefit from high quality SEO expertise and are highly ranked on Google. He also makes tests with various installs to test the theme pattern are working and the results are excellent. The theme is constantly tested with Google Structured Data Testing tool, a fix on this will be released in the next update to address some issues which appeared lately (Google is constantly changing the requirements).
If you’re in a hurry the title h tags can be changed manually in the code, ex for modules/blocks – http://screencast.com/t/pk3pvqzQvZ – http://screencast.com/t/fVS4pOnM
The header container can also be changed, it seems it doesn’t affect the css but additional tests should be made (i just made a quick test) – http://screencast.com/t/R5ewHTxWGii
On the sidebar is more complicated, on a quick look you have to modify the before and after used on widgets – http://screencast.com/t/5o1A6ZJd8F4 – then change the sidebar container tag on templates – http://screencast.com/t/Lke6IZsOk – extensive tests have to be done it this area too.
Any changes to these sections will be announced in the theme log.
Thanks for your feedback!
How do I remove the header block above the Revolution slider? <h2 class=”wpb_heading wpb_revslider_heading”>Main Slider</h2>
I want the slider to butt up against the main nav bar on top and also align with the left and right (full width on content area).
Also, I want to make my logo much bigger. Is there a way to do this with affecting everything else?
Thanks
PS – is there a way to share images and make this “private” rather than public?
Hello,
I would like to remove the header ad on this page of my website (but not the other pages):
http://livelovefruit.com/rejuvenation-retreats/
How would I go about doing so?
Thanks! 🙂
Hi!
I want to use the header ad but I want my logo to go fully across the top of the page and the ad to be centered below it. How do I make this happen? Custom CSS perhaps. If you go to my site mycommunity.news you can see what happening now. It’s being pushed down by the logo. I am fine with the position actually but I just want it centered. Please help! Thanks!
Hi,
This may be what your looking for..
CSS tweak is needed to .td-header-style-10 #td-header-menu
Remove: /* margin-left: auto; margin-right: auto; */
Change: display: block;
Hi
1. You can use header style 10 and remove the margins around the logo with custom css:
.td-header-style-10 .td-header-text-logo{
margin:0;
}
The result should be like here: http://screencast.com/t/KwPqcFjUGGvl
2. The size of social icons from top menu and footer can be changed using custom css: http://screencast.com/t/Qjtloicy3L
.td-social-icon-wrap i{
font-size: 18px;
width: 30px;
height: 30px
}
You can modify this values as you like.
3. To add the line between post
-in block 12 use this custom css: http://screencast.com/t/RgwLycBvzygI
.td-block-span12{
border-bottom: 1px solid black;
margin-bottom: 35px;
}
-in module 8: http://screencast.com/t/h5AM7N0Qp
.td_module_8 .item-details{
border-bottom: 1px solid black;
}
-in module 11: http://screencast.com/t/6UTSJvxMQAeT
.td_module_11{
border-bottom: 1px solid black;
margin-bottom: 35px;
}
4. We didn’t tested any plugin for that request so I can’t recommend one, this is the theme’s mega menu https://forum.tagdiv.com/menus-newsmag/ which you can use, but if you need another appearance for it you can look for a plugin.
5 For the big grid title you can use this css: http://screencast.com/t/ltBUOngPS8at
.td-big-grid-post .entry-title a{
background-color: red;
display: inline-block;
opacity: 0.8;
}
You can change the color and opacity as you like.
Thanks!
Hi
The logo div it’s located in header style file, for example for header style 3 the file it’s header-style-3.php as you can see here: http://screencast.com/t/0hgHc5VQ The logo class is td-header-sp-logo and you can apply some css and center how you want, depending by the header style used. Here are some good information about css positioning: http://www.w3schools.com/css/css_positioning.asp
If you can’t manage to do it let us know and provide a link of your site.
Thanks!
Hi,
Your logo looks fine blank background like you have on desktop. You can change also the background color for mobile menu using custom css in Theme Panel > Custom Css – http://screencast.com/t/GdbfzhveFH4
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Hope this helps!
Hi
The theme doesn’t have an option to display different font size on mobile devices but you can use media queries to do that like in this example.
/* the query for mobile devices */ @media (max-width: 767px){
/* classes for the selected element */ .td-post-template-default header .entry-title{
/* css rule */ font-size: 28px;
}
}
Notice that this example it’s for the post title from post template default. For other elements and post templates classes will be different and you need to inspect the element (hover over, right click >
Inspect element) and target that specific classes that the changes take effect.
Thanks!
