- TutorialsDefault Block Settings Guide
Hi, I recently signed up for taboola contextual ads to drive ads that appear at the bottom of every post. Instructions are to place three sections of code in the ‘head section’, ‘end of <body> tag’ and ‘where you want the below article thumbnail to appear’. This is all the ‘support’ they give along with the code.
For the head section code, I assume place the code between the two <head>s in the header.php section
For the ‘end of body tag’, I assume place code in the footer.php section after the ‘</body>’ tag? or is it just before ‘</body>’??
For the ‘where you want below article’ placement, this is where I am stuck. Is it the index.php file I use? And where to insert to drive ads after the post. Just before the footer.php is called?
Anyhelp would be appreciated.
Thanks
Just want to make it a full page with three sections – header, body and footer, and each section has its own background.
In Theme Panel, there’re only settings for header and footer, but not the body. Maybe do something on the body settings in future updates?
G
Bogdan, thanks for the tips.
G
———
One more thing, how to remove/narrow the gap between the content row and footer? I can use padding -45 to remove the gap between row and header, but can’t remove gap between row and footer.
From your screenshot (https://www.screencast.com/t/0Dk025Y18), there’s a white gap between content row and footer.
G
-
This reply was modified 9 years by
Gordonhe.
How can I change the font size of the sidebar, the widgets text and headers and so on? I could not find the setting in the panel
Hello, i had problem with Better WordPress Minify. After refresh css stop work and i see error in code:
<b>Warning</b>: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone. in <b>/home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php</b> on line <b>360</b><br />
<br />
<b>Warning</b>: Cannot modify header information – headers already sent by (output started at /home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php:360) in <b>/home/admin/domains/mydomain.pl/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php</b> on line <b>214</b><br />
If i refresh again it work again :). Earlier i didnt have problem with this. It starts after last(?) update.
And second problem:
It is way to cover with image for example grid 3? Now it depends on image, if image cover the biggest box, then is problem with cover all box in others grid?
Same here, installed today and received this error:
The plugin does not have a valid header.
Downloading install package from http://dev.xxxxxxx.com/wp-content/themes/Newspaper/includes/plugins/td-composer.zip…
Download failed. Unauthorized
Hi all,
This is my first post on here.
I bought Newspaper as the theme for my site not so long ago, having just got down to start proper work on it, it appears that I cannot install the recommended tagDiv Composer plug-in.
The error I receive is ‘The plugin does not have a valid header.’
Why is this? Any help greatly appreciated!
Hi,
You can choose from Header styles 9, 10 or 11 if you want to display bigger logos. These header styles do not have a limit for the header logo
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hello,
I uploaded all the logos in newspaper theme panel / Header / iOS Bookmarklet
while checking on HTML Validator it’s giving some error only on these FIVE iOS bookmarklet icons.
Kindly check here: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.happyblob.com%2Fnews%2Fuplifting%2Fact-of-kindness%2F
is there any option to solve these.
Kindly help
Thanks
Best Regards
Kapil
Hi Catalin,
Sorry, I put a w too much in the address. 🙁
It should be https://www.brazilie.rocks.
Like I said. It worked fine until I started changing the header styles. When I changed it back to the header style I started with, the problem didn’t disappear.
I have version 3.2 of the theme.
Could you please take a look at it again?
Kind regards,
Bernard
Hi,
There are 12 header styles that you can choose from, each one has it’s own design
– https://forum.tagdiv.com/header-styles/
There are also options to stretch the header elements, in the theme panel
– https://www.screencast.com/t/dzLlRsYiGn9
Thanks
Hello,
I have just tested the list menu as well as block header 8 and it seems to work properly: https://www.screencast.com/t/bM8gter5d
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi all,
I want to create a new custom post template for newspaper theme with no ads, other than the header ad.what i want is remove all the ad placement on that particular post template and display only the post.any ideas to solve?
please help.
Thanks.
Hi,
You could achieve something like that by setting a margin for the body, and the background will display above the header as well. Like this example
– https://www.screencast.com/t/nDyaErBbvYgX
This is the code used in the example (you can modify the margin value as you want). If you decide to use it, enter it in Theme panel->Custom Css section
body {
margin-top: 300px;
}
Thanks
Hi,
There is no option in the theme for this, but you can try a code like this one
– https://www.screencast.com/t/e9kMlrpD1
It will increase the font size just for the socials displayed in the top menu (you can set the size you want in the code)
.td-header-sp-top-widget
.td-social-icon-wrap
.td-icon-font {
font-size: 18px;
}
Enter it in Theme panel->Custom Css section.
Thanks
I was add list menu in this page ( http://youblock.co.kr/hot-video/ ) with TD composer
and set header template [Block Header 8].
But it doesn’t work at all.
please see this site and help me.
Hi,
I was playing with the header styles and now there is a problem.
I have style 4 (logo in menu).
* In Chrome everything works fine.
* In Safari there is this big white space now above the menu.
Can anybody please take a look at this.
* I had already style 4, with no problem. That’s the strange part.
* I flushed all cache
Kind regards,
Bernard
https://wwww.brazilie.rocks
From here https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ , I ended up doing this in the php header 5 file.
<div class=”td-visible-desktop”>
</div>
<div class=”td-visible-tablet-landscape”>
</div>
<div class=”td-visible-tablet-portrait”>
</div>
<div class=”td-visible-phone”>
</div>
It has the images centered. Is there a way to stretch the image 100% so it fills up the space for each device, but that keeps the image in tact? (i.e. so that parts of image contents don’t get clipped).
-
This reply was modified 9 years by
JJ0000.
Is there a place in visual composer to place an image (ad) so that it’s responsive on all devices? From what I saw, there are no ad spots above the admin bar (which is good spot for many impressions). Is there a hack for this? I have gotten it to somewhat work (doesn’t look great though like the adsense ads), by editing /parts/header/header-style-5.php file. But is there a cleaner way?
I’ve looked at this https://forum.tagdiv.com/using-other-ads-non-adsense-ads/. Can I put this code in the header-style-5.php file and wrap my image in it?
I have elected to have pagination after 20 posts on https://gamechangers3.wpengine.com/game-changer-videos/
however this is not working, the lists are to long and I would like after 15 or 20 posts to see “Next”
Is there a way of doing the same on my page https://gamechangers3.wpengine.com/pod-casts/
Ideally it would be great if you offered tabs?
Also is there a way of changeing the font for the header logo text – I have uploaded a custom font called ADAM.CG PRO.
Hi,
I am assuming that you are referring to the ajax filter displayed on top of the blocks
– https://www.screencast.com/t/1AuaLIJTAc
This will display information based on the available selection you choose in each of the block settings. There is no option to enter additional information in that field, it is an automated process that can only work with the options it currently has.
Here you can find more about block settings and options
– https://forum.tagdiv.com/block-settings-guide/
Blocks can display the titles you choose, and there is a particular block header style that would allow something like you want
– https://demo.tagdiv.com/newspaper/block-header-13/
– https://www.screencast.com/t/yRIkfSdIyh
Please correct me if I misunderstood what you were asking.
Thanks
Hi,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate the block headers. Also provide ftp access in case we need it.
Thanks.
Hi,
It seems that maybe you have set a custom background color for the header main menu. That is not a problem by itself, but the opacity set is
– https://www.screencast.com/t/rNHsdBGd2
Please go the theme colors and modify this property or set a different color for the header menu
– https://www.screencast.com/t/nKvlqqjt89Bs
Thanks
Hey,
Thanks for the suggestion. I did exactly what you said but I still have all those problems.
– How do I remove the distance between header menu and first content block? (I copied the first few rows of home page and pasted on live website but there is still gap between Header and First Block.)
– And, How do I make sure the articles are not repeated on home page?
___________
I have uploaded some images here so you better understand the problem.
-
This reply was modified 9 years by
iMohitPahwa.
