- TutorialsDefault Block Settings Guide
Hi,
Please provide more details about this as I’m not sure what you mean. Did you tried non-adsense documentation – https://forum.tagdiv.com/header-ad/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
On the first error – http://screencast.com/t/KTCSvcFmvY – you could try this solution – https://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/
You can also try to make the folder unavailable by playing with the permissions – https://codex.wordpress.org/Changing_File_Permissions – http://codex.wordpress.org/Hardening_WordPress#File_Permissions
Thank you!
Hi,
1. Yes you can use also custom ads to your sidebar – http://screencast.com/t/wBQs54Ekypn3
2. Unfortunately there is no unique class to target products pages(Property Listing, For Rent..) and you will have to use page id to hide header ad – http://screencast.com/t/3poNFvyT
.page-id-25487 .td-header-sp-recs, .page-id-25457 .td-header-sp-recs, .page-id-25459 .td-header-sp-recs {
display: none;
}
For single product page you can use .single-properties class like this: http://screencast.com/t/LI5zpMtNzO
.single-properties .td-header-sp-recs, .single-properties .td-a-rec-id-content_top, .single-properties .td-a-rec-id-content_bottom {
display: none;
}
Hope this helps!
Hi
I’m using the default demo data. I’ve checked the DISABLE ON PHONE in HEADER ads panel. On my iphone 6 the ads is still visible.
Then, if you look with ipad mini on portrait orientation, the header is not resized correctly and the ADS goes at the bottom of the logo. On landscape working well. I’ve leave the setting for ADS on auto resize function.
At the moment i’m on staging and only demo data with a little css modification is visible.
You can take a look here
http://beta.ilnostrobimbo.it
Tks so much
Roberto
Hi,
You have to use the no-repeat parameter and some size if you want to stretch it ex:
.td-banner-wrap-full {
background: white url("http://xyz.png") no-repeat;
background-size: 100% 100%;
}
Check this guide for more details – http://www.w3schools.com/cssref/css3_pr_background-size.asp – http://www.w3schools.com/css/css_background.asp
The logo on header style 10 is set to appear on one row. It’s position is set with css. – http://screencast.com/t/wUjskDTyhTjW
I’m not sure exactly what you’re trying to do, if you can’t find the right solution please provide more details.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Please provide the url so we can take a look. Also provide details on how you tested, if you tested with browser window re-size you have to reload the page to load the ads corresponding to the window current width.
Note that the theme ad system was built for adsense and custom html ads (image+link) – https://forum.tagdiv.com/header-ad/ – http://screencast.com/t/uaS5GpvDOo
If you use another type of ad the theme code doesn’t make adjustments on it, you have to make modifications on the code or look for a plugin which handles this type of ad.
Thank you!
I followed the links from the newspapper Theme Panel
The links:
https://forum.tagdiv.com/header-ad/
https://forum.tagdiv.com/sidebar-ads/
https://forum.tagdiv.com/article-ads/
Are not working!
I have a 728×90 banner image that I would like to use for an affiliate program (I’m the affiliate)so when someone clicks on the banner it takes them to the url link.
Can anyone tell me how to code this i.e. location of banner image on my server plus affiliate link.
Thanks
Derek
Thanks Alin,
1. Ads then use custom 1-5 (I can add adrotate widgets to Newspaper 6 sidebar though too? Any widget can go in your sidebar?
2.
I’ve done that just as you asked:
Deactivated all plugins – cleared all caches
Activated one by one – Result EWWW Image Optimizer causes the class errors (I have left it deactivated but installed) I’m sure I can use an alternative plugin to manage media upload minimise sizes.
Could you look at some CSS for me? Need no ads anywhere at all on ‘All listings’ ‘For rent’ ‘For sale’ and the ‘single listing’ quality
Sorry for the trouble but really want to use theme and the ad thing is a problem for the Real Estate advertisers. You can see how it’s worked on westbridgfordwire.com/for-rent/ with this css from theme author below: I tried the CSS from the WP-Prosperity author below in Newspaper 6 but it wouldn’t do anything
body.single-properties .banner-ad { display:none !important; }
So in the current ‘live’ theme there’s a tick box for remove all ads (I know you don’t have that no worries) – and additional custom CSS to remove header ad
Best wishes
Pat
Hi,
Unfortunately the theme doesn’t have an option to disable category title, you can hide it via custom css – http://screencast.com/t/qb5o1koK1J
.td-category-header .td-pb-span12 {
display: none;
}
If you want this only on specific category you can use category id – http://screencast.com/t/pcR4VT8opRF
.category-xx .td-category-header .td-pb-span12 {
display: none;
}
Thanks!
Hi,
If your category settings are not saved and it doesn’t been applied on frontend, please check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k Let me know how it goes!
Unfortunately the category header templates were designed like you can see also in our demo, there is no option to display header image, just to set background image or color.
Thanks!
Hi team,
just upgraded in beta version of my site your latest version of newspaper theme and I’ve found this issues:
– ADS on iphone 6 is visible in header yet if DISABLE ON PHONE is enabled in header
– On ipad mini portrait layout the header is not visible correclty. The ads is shown down the logo.
Can you please help me on fix it?
Thank you
This one is working.
Header ads,
Sidebar ads,
Article ads not.Only blank page when you clicking on them
I am on my desktop also.
I’m trying to add a non adsene ad to the header.
The above links at documentation page not working. Could you please fix them.
Thanks.
I tried EVERY setting before writing here
So I tried to change the style in every sub-category but the result is always the same:
every category AND sub-category displays always the DEFAULT style, no matter which style I choose in the “per category settings” section. So the “per category” selection seems not to override the default one.
Anyway, I don’t need to personalize every category so I could choose one style as default for all the categories.
But I would like to know if there is a way to display a header image (not BACKGRUOND image!)
Hi
You can use a footer template that have the social icon included: http://screencast.com/t/umebpftr5Q and apply this css to modify their sizes:
.td-social-icon-wrap i{
font-size: 18px;
width: 30px;
height: 30px
}
The theme doesn’t have an option to ad social icons in sidebar area, sorry, those are available only on header and footer, if you need other customization on this regard please consult or hire a freelancer or a developer from a site like studio.envato.com
Thanks!
Hi
Thanks Chris!
If you plan to customize theme’s code then it is recommended to use the child theme and make the necessary adjustments there, you have a guide on how to do that here: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Using a child theme is recommended but given the fact that we are constantly looking to improve pour products we usually release updates quite often so if we change a file in the main theme which you’ve altered in the child theme you have to take note of those changes and adjust your changes to the new version of the file so in this regard if files you change are post’s templates or headers then you could use the child theme because we don’t plan to change any posts template or headers or anything similar, usually the change occur in theme core files.
Thanks!
Hi,
Add the following css in Theme Panel -> Custom CSS: – http://screencast.com/t/RJS42yxAR
.td-category-header .td-pulldown-filter-display-option {
display: none;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
@mariosem You can find the head tag in the header file here: http://screencast.com/t/XJvYfUmOjn6
Hi Lucian/Support
Things have gone quite well replicating ad positions. A few questions as I finish off the move to Newspaper 6;
1. TagDiv ad block – for sidebar does this only have one ad and one widget? The one where you enter code in Theme Panel? I have used multiple Adrotate widgets instead.Can I use multiple instances of your TagDiv ad widget? Different ad code in each?
2. I have property pages – they are custom pages from Estatik plugin. in the shortcode from the plugin
[es_single_property] in generates the single property house or apartment – I need to remove all ads from that page and all like it – remove header ad/sidebar (sidebar which I’ve used a plugin for and removed the sidebar so that’s done) and all other banners – just need a clean page or no other real estate agents will pay to list properties with us. My previous theme had a tick box to remove all ads in WP editor for posts/pages. Is there some custom CSS or other code that I can put in to help with this?
also need all ads removing on ‘All Listings’ – ‘For Rent’ – ‘For Sale’ (accessible from dropdown menu) How can I do this?
3. Style 8 (posts) shows badly on smartphones – the parallax seems to corrupt
My staging URL is – http://147.e4d.myftpupload.com
Thanks so much
Pat
Header – http://i.imgur.com/jZtQdY9.png
Footer – http://i.imgur.com/7ErE9Dn.png
Let me know if that helped.
Hi Sid, Add the code below to your custom css in the theme panel.
.td-header-style-6 .td-top-menu-full {
display: none;
}
Hi,
We use a custom css for blog logo on our demo – http://screencast.com/t/whvCqj6drpc – http://screencast.com/t/plpsS6pTKt
.td-header-style-10 .td-header-sp-logo img {
width: 540px;
}
Hope this helps!
Hi,
It did solve the problem with the logo however it meant that all drop down menus from the top header were hidden behind the main nav bar so I hav to delete the custom css.
Hi,
You can use the plugin shortcodes also in the theme ads sections from Theme Panel > Ads – http://screencast.com/t/zY1bQVFe6Pv as the theme ads system was designed to run shortcodes – https://forum.tagdiv.com/header-ad/ and use Ad box block to display it on the page – http://screencast.com/t/uI2YhfPgM
Thanks!