- 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
The code works properly in the header now.
Check this now: http://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/
Hello, I tried to change my site url using functions.php file and wp-config.php file, now my site does not display the body, only header and footer, I can’t even login to my dashboard!
What did I mess up? here is my site; http://qrackmedia.com
thank you/!
Hello everybody
I have a question, might look newbie kinda, about the color of search button at theme header…. How can I change it?? It is black when I click on search icon and change to theme’s default color on hover.
Any help?? And thanks in advance
Hello,
Header style 11 uses a header ad under the logo. If you mean to reduce the space between the ad and the content, you can use this css:
.td-main-page-wrap {
padding-top: 20px;
}
.td-crumb-container .entry-crumbs{
padding-top: 2px!important;
padding-bottom: 2px!important;
}
If this code does not work as expected, please provide a link to your website so we can inspect it.
For the ad, in order to move it below the title you can edit the file for the template like so: http://screencast.com/t/hLTGjb8lOW
Thank you!
Hello sir,
I want to add google custom search box in header looks like shoutmeloud.com.
When I edited header and added custom search box code looks like here http://www.getcooltricks.com/wp-content/uploads/2015/09/Google-Custom-Search-For-wordpress-theme-2.jpg
I found not displaying
Hello magamy86,
Thank you for purchasing our product!
Unfortunately, to increase the width and height is not a good way to achieve what you want because if you take a look on the structure of header you can see 2 different container-> the first is for logo area and the second is for ads if you are using. When you increase the width of the logo the header it would be possible to be broken, like this: http://screencast.com/t/SrqNf15Xa
For a full image, logo, try using a header style that supports full-size logos: https://forum.tagdiv.com/header-styles/
(style 9, 10 or 11). Then you can upload a logo as big as you want and it will display the full size.
Hope this helps and let us know how it goes!
Thank you for the message!
Hallo, i like to reduce the space between header style 11 and the firest block in pages and articles. And i want to ask you at DEFAULT SITE POST TEMPLATE style 12 how i can ad the ad before title. Thank you
Hello,
If you want to add a different logo for each category, you have to edit the theme core files and add a condition like so: http://screencast.com/t/RDofG5R4YL This is for a header style 7. Change the corresponding file to the header you use. You can get the category id like so: http://screencast.com/t/oIF2jUCn
';
}
elseif (is_category('CATEG ID')){
echo '';
}
else {
locate_template('parts/header/logo.php', true);
}
?>
For more information about he function: https://codex.wordpress.org/Function_Reference/is_page
Thank you!
Hello Bernd,
1) Please use this custom css to adjust the menu:
.td-full-layout .td-header-style-3 .td-header-main-menu{
padding-left:0!important
}
2) Unfortunately for header styles that use the logo besides the header ad, you cannot increase the size of the logo too much because the ad will then not have enough space to fit in the container and this will happen: http://screencast.com/t/JYhz6YeaKGG
You can change the width like so:
.td-header-style-3 .td-header-sp-logo {
width: 284px;
3)You can use this custom css:
.td-big-grid-post .entry-title a{
color:red;
}
I hope this helps.
Thank you!
Hello yopyop22,
Please try the code below to align the logo with the pictures.
.td-header-style-6 .td-header-sp-logo {
margin-top: 15px;
}
The result you should see here: http://screencast.com/t/JPC7a0sV
Hope this helps and let us know how it goes!
Thank you for the message!
Is there a relatively painless way to display an alternate logo in the header of a category index page and any post in that category?
http://www.empathiefaktor-magazin.de/
Hello there,
sorry for my impatience and thanks for the support information.
Yes, I use the header Style 3
1. Not all the main menu Navigation to the left. The first navigation link “News” is scheduled to begin on the far left. (1 point)
2. How can I change the logo area larger (point 2)
3. How can I change the font color (point 3)
http://www.fotos-hochladen.net/uploads/ef2zh9vp4lyo6.jpg
Thank you for your support
Bernd
I have searched the forums and found this code to add the topbar to mobile but I get an error while adding the custom code in the control panel
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
The error I get it says “Use of !important”
I tried without but still nothing shows
any help please?
Thanks for reading
Anybody can bookmark a website/page by using the favorites/bookmark function in their iOS web browser (e.g., Safari, Chrome, etc.). You don’t need any special link.button, etc. to do that.
If you’re talking about a custom “app” — you need to build one, then have it in the App Store, then put the code in your header file to sense/inform iOS visitors you have an app.
If you’re talking about a pre-composed Apple icon, you simply put those in the root of your main public web root, and Apple devices look there for it.
If you’re talking about “web clips” — see this:
https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
Hello Pc-Drifter,
Unfortunately, please check our support hours below ->
Support Hours (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM
If you write in the same topic you will only delay the answer. We answer from oldest to newest and writing in your topic will move it to newest and delay your turn.
I will try to answer the questions that do not involve access to your website.
1) If you want to decrease that space, please try the code below and place it in Theme panel->Custom Css area. I suppose you use a header style 3, otherwise, please replace .td-header-style-3 with your header used.
.td-header-style-3 .td-header-main-menu {
margin-left: 10px;
}
The result you should see here: http://screencast.com/t/j3JjqgRALw
2) You can change the distance between the menu items if you use the code below.
.sf-menu a.sf-with-ul {
padding-right: 15px;
}
3) You can try the code below or you can use Big Grig 3->Style 1
.td-grid-style-4 .entry-title {
background-color: rgba(77, 178, 236, 0);
}
The result you should see here: http://screencast.com/t/KYzOOHK1u0dI
4), 5) I suppose you mean about the color of category tag. You can change the color of this if you use the code below
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: red;
}
The result: http://screencast.com/t/kr3qApmn
If is not what you mean, please provide more details and your URL, so I ca inspect it closer.
Thank you for the message!
Hello,
If this is a header ad you are talking about or a logo, you need to use one of the header styles that allow full size logos or ads. The’re the ones that do not have the logo and ad on the same line. These header styles do not re-size your ads or logo. You can see a list of headers styles here: https://forum.tagdiv.com/header-styles/
Thank you!
Hello temp2escape,
If you want to have a logo centered, I suggest using another header style, like header_style_10. This kind of header has the full logo on top + center menu, like this: http://screencast.com/t/mcvaD5dyT For your second request, you can try the code below and see how it works in your side.
@media (max-width: 1140px){
.td-main-menu-logo img {
max-width: none;
}
}
@media (max-width: 768px){
.td-main-menu-logo img {
max-width: 200px;
}
}
Hope this helps!
If is not what you mean, please provide more details about what you want to change exactly.
Thank you for the message!
I have to get Google Doubleclick ads placed in the Newspaper theme and could use some help.
Am I going to have to use a plugin to get this to work since Newspaper is built for adsense only? They seem pretty complicated to use, so I am hoping there is a simple way to do this.
I have posted the codes that were sent to me:
THE FIRST ONE IS SUPPOSED TO BE PUT IN THE HEADER
<script type=’text/javascript’>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement(‘script’);
gads.async = true;
gads.type = ‘text/javascript’;
var useSSL = ‘https:’ == document.location.protocol;
gads.src = (useSSL ? ‘https:’ : ‘http:’) +
‘//www.googletagservices.com/tag/js/gpt.js’;
var node = document.getElementsByTagName(‘script’)[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type=’text/javascript’>
googletag.cmd.push(function() {
googletag.defineSlot(‘/6732/insidestl/homepage’, [970, 90], ‘insidestlhome-0’)
.addService(googletag.pubads());
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-1’)
.addService(googletag.pubads());
.setTargeting(“pos”, “top”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-2’)
.addService(googletag.pubads());
.setTargeting(“pos”, “bot”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [728, 90], ‘insidestlhome-3′)
.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
THIS ONE IS SUPPOSED TO GO IN THE BODY I WAS TOLD
<!– /6732/insidestl/homepage 970×90 –>
<div id=’insidestlhome-0′ style=”width: 970px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-0′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 300×250 Top –>
<div id=’insidestlhome-1′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-1′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 300×250 Bottom –>
<div id=’insidestlhome-2′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-2′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 728×90 –>
<div id=’insidestlhome-3′ style=”width: 728px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-3’); });
</script>
</div>
<!– End of Tag –>
==========================================================================
insideSTL_homepage_body.txt
Displaying insideSTL_homepage_body.txt.
Thanks for the reply Andrei.
It did not work, I’m not sure why. Looking at the new Comments.php file, it shows the changes made. But it still redirects the user to http://www.aculco.co.uk/wp-admin.
Any Help?
Also, My website is in Spanish, but certain bits are still in English.
Here are the areas that are still in English:
1. The Top Header date
2. The date that appears next to author on articles.
3. The commentary area: Everything is in Spanish except “You must be logged in to post a comment.”
4. If I was to create a drop down box on the widget area (for example archives), It states “Select a month” in English.
How do I change these areas?
Thanks!
Hello friends, I want to place a large header, but the system always redirects and makes small.
I have a 1190 * 200 pixels image, I can put a little smaller if necessary
My theme does not display the body, it only displays the header and footer yet I have posts there, this only happens when a visitor opens the site address until when they click on the menu! for example when you open http://qrackmedia.com you can not see the body!
What exactly I’m I doing wrong?!
Hi
Please check this topic, I’ve posted a solution here: https://forum.tagdiv.com/topic/different-header-ads-on-each-page/
Thanks!
Hi folks,
I’m sure this has been answered here before but I’m unable to find where. So here goes:
I want a specific page to NOT display the header ad. How can I go about doing that?
TIA!
Didn’t realise everything would stop working, teach me to go in blind and just try and update by FTP!
Grid
1. How can I change the title font on Grid 2?
2. How can I remove the meta data? I tried the following code, but it removed the title too:
.td_block_big_grid_2 .td-big-grid-post-0 .td-meta-info-container {
display: none;
}
3. How can I stop the zooming effect? I tried the code below but it still happened.
.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
4. The padding is uneven, how can I make it equal?
5. How can I make the photo stretch to fill the container?
Hopefully this photo explains the issues

6. How can I adjust the padding in the header menu.
7. Something odd has happened to my BBPress style, how can I fix this?

8. When I try and add too many blocks on a page, I get a 500 error.
It’s a lot, I know, but the update has caused a lot of problems!
Hi,
could you give me a tipp, how i can use a Wallpaper within the newsmag Template. The super banner (728×90) should be the HeaderAd, the Skyscraper Ad (160 x 600) should work with the headerAd. our Adserver can handle this, but i don’t now how i can ad the skyscraper ad within the template.
Would be great if you can implement this type of Advertisement within your standard Ads.
Thanks
Markus