- TutorialsDefault Block Settings Guide
Hello lospicos,
As you can see in our demo preview, the header style used in this demo is header style 5 and font family for menu item is Sue Ellen Francisco as you see here -> http://screencast.com/t/ywS4cxPUqSzt As an example, you can compare with the demo and try to add the same design. (you should use the inspector for it).
Hope this helps!
Thank you for the message!
Hi,
Our theme does not support dynamic ads. The header and sidebar ads cannot be changed based on the post content, but an ad that is included with the post content can be added from the post editor itself. for example:
http://screencast.com/t/sVubAjer – http://screencast.com/t/hxIrR5N7W
If you want to change the header and sidebar ads based on the post content, then you can maybe find a plugin that does that as there is no solution for it with the theme settings.
Thank you!
I havetried the tutorial you mentioned it worked. But what about the header menu. How we will do that?
Hi,
If you want to display a full size logo, then you will need to use one of the header styles that allows it:
https://forum.tagdiv.com/header-styles/ headers 9, 10 and 11
Thank you!
Hi,
1) Unfortunately there is no setting for this. It will have to be made custom with css. You can make a block title orange from the block settings, but the ‘separator’ styling must be added custom.
Maybe this will help: https://css-tricks.com/line-on-sides-headers/
2) Unfortunately the predefined content cannot be edited. If you want to have better controll over the widgets inside the footer, please use a blank footer style and add your own widgets using footer 1, 2 and 3 from here: http://screencast.com/t/n7XIcVaytzhR
Thank you!
Hi,
I’m running an online newspaper: 24uutiset.fi.
In some points we would publish sponsored articles like the one in this image (in the bottom under the blue -advertoriaalit- tag):

Naturally when someone sponsor/buys a spot when the reader click on it they also would like their own adds showing on the landing post/page and not some random ad (as this image shows: 
My problem is that I don’t know how to customize ads per post. Now all the ads are defined in the templates for header, posts and sidebar making them universal.
My solutions would be to be able to either be able to customize each and every post differently OR be to able to make indefinite amounts of templates that are shown in Theme Panel and name them separately as f. ex. the sponsors name so I could add that template to that sponsored post.
Any ideas of how to address this issue?
Hello andantesash,
Unfortunately, we do not recommend to increase/decrease the logo size because you can damage the layout of the theme. For header style 1, please notice that if you want to increase the size of the logo, then you need to remove the ad container because it will fall under the logo and display a big empty space. As example, you can use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-sp-logo {
width: 350px;
height: 150px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 150px;
width:350px;
height:150px;
}
Also, please notice that after these changes to the logo, you need to do some additional customizations for best results.
Hope this helps!
Thank you for the message!
Hello,
The text was added with a link to create a top menu for your theme. If you do not want it, you can create a dummy top menu and simply chose to hide the top menu from the header section: http://screencast.com/t/fmNxunH1Rl
Thank you!
I want to integrate the social media icons into my header, noted i don’t want top bar menu as it looks weird.
This website is a great example of how I want it to look like >> http://www.unlockmen.com
My website is http://www.feelthecar.com
I used the below code and it worked. my website is bigredfro.com
.td-header-sp-logo img, .td-header-sp-logo, .td-header-sp-ads {
margin-bottom: 0px;
}
Hello,
I am using the default css file. Recently i saw http://blog.tatilbudur.com/ website and really like the font familty they are using on the header menu. I want to use the same font family because it does support turkish letters better. The font is called “Shadow Into Light Two”.
What changes do i need to make so that i can change the header font to this? And also that the letters are not capitalized automatically.
Thanks and regards.
Hi,
What is the Custom CSS I can use to fit my company logo full width into the Header?
I read the how to in your header style section but it was unclear how to create a code since i’m not an “advance user”
So there is no what to change the author name? We have multiple adds that we want to rotate in header, footer and slider positions. Is there a way to add multiple adds to those positions?
Where do I go to increase the header logo size? and decrease the size of the padding around as theres too much space around it.
Thanks
Hello quibresciaproject,
Unfortunately, our theme does not have such an option to add two ads for header section, sorry! Please notice that if you want to have this option you have to do some additional customizations through code. Also, please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
I’m sorry to be a stickler about this and at this point I am no longer looking for support, however, I can’t help but wonder if you are even reading my entire post or looking at my screenshot. The screenshot (link below again) clearly shows that there is a bbpresss folder FROM THE ORIGINAL DOWNLOAD OF THE THEME in the root folder. And if you look at the code of “content-single-topic.php” within that folder, you will see the following code. I am again highlighting the code that makes is clear that it was written by TagDiv since it is referring to td classes:
<?php
//single topic
/**
* Single Topic Content Part
*
* @package bbPress
* @subpackage Theme
*/
?>
<div id=”bbpress-forums”>
<?php do_action( ‘bbp_template_before_single_topic’ ); ?>
<?php if ( post_password_required() ) : ?>
<?php bbp_get_template_part( ‘form’, ‘protected’ ); ?>
<?php else : ?>
<?php //bbp_topic_tag_list(); ?>
<?php //bbp_single_topic_description(); ?>
<?php if ( bbp_show_lead_topic() ) : ?>
<?php //bbp_get_template_part( ‘content’, ‘single-topic-lead’ ); ?> <———- COMMENTED OUT!
<?php endif; ?>
<?php if ( bbp_has_replies() ) : ?>
<?php //bbp_get_template_part( ‘pagination’, ‘replies’ ); ?>
<?php do_action( ‘bbp_template_before_replies_loop’ ); ?>
<?php
?>
<ul class=”td-reply-list-header”>
<li class=”td-posted-in”>Posted in: “><?php bbp_forum_title(bbp_get_forum_id());?>
<li class=”td-favorite-subscribe”>
<?php bbp_user_favorites_link(); ?>
<?php bbp_user_subscribe_link(); ?>
<?php while ( bbp_replies() ) : bbp_the_reply(); ?>
<div class=”td-reply”>
<div class=”td-reply-author-thumb”>
<?php bbp_reply_author_link( array(‘show_role’ => true, ‘type’ => ‘avatar’, ‘size’ => 50 ) ); ?>
</div>
<div class=”td-reply-desc”>
<div class=”td-reply-header”>
<!– author –>
<div class=”td-reply-author”>
“><?php bbp_reply_author_display_name() ?>
</div>
<!– permalinks and post controls –>
<div class=”td-reply-controls”>
” class=”bbp-reply-permalink”>#<?php bbp_reply_id(); ?>
<?php do_action( ‘bbp_theme_before_reply_admin_links’ ); ?>
<?php bbp_reply_admin_links(); ?>
<?php do_action( ‘bbp_theme_after_reply_admin_links’ ); ?>
</div>
</div>
<!– comments –>
<div class=”td-reply-content”>
<span class=”bbp-topic-post-date”><?php bbp_reply_post_date(); ?></span>
<?php bbp_reply_content(); ?>
</div>
<?php if ( bbp_is_user_keymaster() ) : ?>
<?php do_action( ‘bbp_theme_before_reply_author_admin_details’ ); ?>
<div class=”bbp-reply-ip”><?php bbp_author_ip( bbp_get_reply_id() ); ?></div>
<?php do_action( ‘bbp_theme_after_reply_author_admin_details’ ); ?>
<?php endif; ?>
</div>
</div>
<?php endwhile; ?>
<?php do_action( ‘bbp_template_after_replies_loop’ ); ?>
<?php bbp_get_template_part( ‘pagination’, ‘replies’ ); ?>
<?php endif; ?>
<?php bbp_get_template_part( ‘form’, ‘reply’ ); ?>
<?php endif; ?>
<?php do_action( ‘bbp_template_after_single_topic’ ); ?>
</div>
At this point I do not care for any support, but do not tell me that I am mistaken and that the bbpress plugin or I put that folder into theme root. There is a screenshot of the never touched unzipped newspaper theme and you can clearly see a bbpress folder in it! I will concede that it is perhaps confusing and that there is an update where that folder no longer exists or was moved, but in my case, when I purchased and downloaded and installed the theme, it did! All I was really asking was how the style the lead topic the same as the replies, which your theme does! You can even see the td classes that are being called right in the PHP. I would think that it would be an easy fix, but since you guys don’t even believe what I am saying, I will figure this out on my own.
http://www.screencast.com/t/sIQJgjwtG
Thanks,
Alex
Hello,
I’m a beginner with newspaper, but I really like.
I have a question. Is it possible have a header like this http://www.quibrescia.it with a ads on the left, logo aligned in the center, and another ads on the left (adsense+logo-adsense) in horizontal. I looked in theme panel>header but i didn’t find.
Thanks
Paolo
Hello! how can i change the them name?, I tried to use Hide-my_Wp, but the name still there
“var td_ajax_url=”http:\/\/flyon.co\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=6.7”;
var td_get_template_directory_uri=”http:\/\/flyon.co\/wp-content\/themes\/Newspaper“;
var tds_snap_menu=””;
var tds_logo_on_sticky=””;
var tds_header_style=””;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide=”#4db2ec”;
var tds_smart_sidebar=””;
var tdThemeName=”Newspaper“;”
Hello willysawa,
If you want to add this feature for your side above your menu, you have to use the do_shortcode method in order to achieve as you wish. You have to add the following snippet of the code in header-menu.php file, like this ->
http://screencast.com/t/8XbhMLA0rfZ and the code is ->
The result you should see here -> http://screencast.com/t/HfWKKiEnOF
Thank you for the message!
Dear Catalin
Yes, that’s because on Saturday I worked on the header with my colleague—we made some css changes. But what we notice is that in the header style with full logo [style 9 upwards], the mobile logos don’t show on the mobile screens. That seems to be a bug because when a mobile logo has been provided, the theme should show it. For mobile, it should show 280×96 for retina and 140×48 for normal screens. Instead, it is showing the size 544×180, which is meant for desktops. You can see in the screenshot you sent to me –> http://screencast.com/t/bzGwqyTB
Could you please address this bug in your next release?
Hi
I’ve checked your site and the header ad-spot it’s empty: http://screencast.com/t/9lq1B2FZVt Please make sure that the code added in theme panel it’s correct and generate the desired rezult.
If you still can’t manage to solve this issue please provide your ad-code via http://pastebin.com/ so I can inspect it closer.
Thanks!
1. I posted pseudo code, not actual php. You’ll have to Google for the correct syntax. Here’s a code snippet from TechRanker.net theme’s header.php:
<?php if( is_home() || is_front_page() ) echo '<h1>'; else echo '<h2>'; ?>
2. I don’t have the Newspaper theme files handy but here’s a suggestion. Find the files for the blocks you plan to use and search those files for <H3>, <H4>, etc. Then use something similar to the code above to perform your conditional logic.
If you can figure out how to add these changes to a child theme instead of editing the actual theme files, that would be preferred. Otherwise, you will have to reapply these changes every time the theme is updated.
3. On pages, posts, and other content pages, <H2> should only be used by YOU the content writer, not the theme.
On the home page, archive pages, and other non content pages, <H2> can be used by the theme itself.
On this post:
https://godhelpusall.com/brexit-bilderberg-one-world-government-bbc-bias
The <H2> tag is now being used in the sidebar. The <H2> tag tells Google what your post is about. Right now, you are telling Google that all of your posts are about this:
<H2>: Social Media Connections
<H2>: Trending Alternative News
<H2>: In Other News
<H2>: Follow Us
This is SEO suicide. The <H2> tag should not be used by ANY theme on posts, pages, or other content pages. It’s ok for a theme to use <H2> on the home page, archive pages, or other non-content pages.
Instead of changing all <H4> to <H2>, you need some conditional logic like this pseudo code below:
IF IsHomePage or IsArchivePage THEN <H2> ELSE <H3>;
(<H3> in the sidebar works for me)
I forget how Newspaper works exactly but alternatively, if you use block templates or modules exclusively for the home page and archive pages (and not on posts and pages), you can change the header tag on only those block templates or modules. On posts and pages, use blocks that use <H4> or preferably <H3>.
The solution to the problem is to put the line of code from this link on top of the htaccess file. Literally put it on top, not inside the other lines of code, but just on top.
Not the whole thing or else it will screw up your webpage. Just this part: Header add Access-Control-Allow-Origin “*”
Make sure you copy from StackExchange so it copy and pastes correctly, because the htacess file is one of the most delicate parts of operation.
The solution to the problem is to put the line of code from this link on top of the htaccess file. Literally put it on top, not inside the other lines of code, but just on top.
Not the whole thing or else it will screw up your webpage. Just this part: Header add Access-Control-Allow-Origin “*”
Make sure you copy from StackExchange so it copy and pastes correctly, because the htacess file is one of the most delicate parts of operation.
-
This reply was modified 10 years by
branch1.