- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- 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
hello, I ‘m on Newspaper 4.
I have a little problem with the header 1 ( + ad + logo menu) The header is not high enough , so, the banner is cut a few millimeters .
Do you have a solution please ?
Thank you in advance
Hi
we are pondering using the FB comments plugin generated from FB dev site (not WP comments ‘plugin’).
Trick is
a) putting the required div and javascript after body, ONLY on post template — not the header file … we use template 2 as default for posts
b) have to insert the function call for FB comments below the post — tricky with the single post file, single template file, and single loop file, for correct spot ( I tried and got server error, so obviously … duh …)
c) need to remove the “number of comments” element in the single post template, since it cannot count from the FB comments
d) in our version of theme we still get the “NO COMMENTS Comments are closed.” element at bottom of posts, so need to hide that, obviously.
Anybody who has done this with Newsmag would love some feedback on both how to hack this and also any performance issues (aware of the cookies and junk sent by FB, but with local comments on, we get no comments; with Disqus on we get comments, but some folks hate that — so, FB comments getting more and more common, so thought we’d try it …)
Thanks all! 🙂
Hello
I have a full web with Mag with 50 pages/post, and I want to create a domain.com/page
But /page clean without the standard header, menu and all from theme panel.
How is this possible..?
Thank You
Hello,
The full logo has nothing to do with the car demo. you can add a logo of that size on any demo in header style 10 and it will be responsive. I just added a logo of 1920 x580 px in the default demo and it works fine and it is responsive. It remains responsive even if I activate the car demo with or without content. If responsiveness breaks on your site, it is probably from other sources like a conflicting plugin.
Let us know if you require further assistance with this
Thank you!
Hi,
Our header ad has a different format, not 728×90 but 468×60. For some reason the banner stays on the top (see: http://www.mediaweert.nl/img/screenshot.jpg).
What must we perform to get the ad in the middle?
Thanks in advance!
Hello,
This is strange as the font should have been loaded if it has been set in the fonts section. You can try to change your header menu for example to oswald from the theme panel and check in the page source to see if the font is loaded.
You can always try the alternative of loading it with css:
Add this in the theme panel -custom css code:
/* latin-ext */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
And then use the previously provided code to change the font-family.
Let us know how it goes.
Thank you!
Hi Andrei,
I was looking for that file and couldn’t find it, but then looking through the folders wanted to add the location: Newsmag/parts/header/header-menu.php in case someone gets lost like me 🙂
Can you explain which lines of code to comment out? It seems like there would be a template calling on this file where we would comment the call to the search on that file instead of within header-menu.php.
Replace only the last part of the code in Header-menu.php . Send me your blog URL so that I can have a look at it.
Hello chand3g,
If you want to change the height of the top menu, please try the code below. You have to edit the paddings to be 0.
@media (max-width: 767px){
.td-header-style-8 .td-header-top-menu {
padding:0;
}
}
For your second request, I have tested on my side and everything it ok with style.css. http://screencast.com/t/JnvylU3hN6a If your style.css is minified, your code will be messy and probably the code appears like this -> http://screencast.com/t/RH1Y23NIzt
Thank you for the message!
Hello chand3g,
I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}
The result you should see here -> http://screencast.com/t/MRdAUcys3PK
For your second request, unfortunately, I do not understand very good on what you are referring to. Please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hi,
I deleted all blocks from the robots.txt file (put all allow) as by recent statements seem to suggest
All ok, but Google webmaster tells me a soft 404 error in wp-content/themes/Newspaper
clicking on that file in the browser appears follow:
Fatal error: Uncaught Error: Call to undefined function get_header() in /home/site/public_html/wp-content/themes/Newspaper/index.php:6 Stack trace: #0 {main} thrown in /home/site/public_html/wp-content/themes/Newspaper/index.php on line 6
Everything’s OK?
I simply put a Disallow:/wp-content/themes/Newspaper
or what?
Thanks
Hello chand3g,
Please provide your website URL so I can inspect it closer and I will be able to provide a more accurate response. The code that I gave you above have to be changed according to header style used by you.
Thank you for the message!
Hi
Replace the code from header-style-7.php file with this one: http://pastebin.com/MTxJW8zY – http://screencast.com/t/GiQ05BLPA Place the ad code in custom ads spots from theme panel and replace the required numbers as I indicated in screen.
Also you will need this css in theme panel > custom code > custom css: http://screencast.com/t/s7ovP3m4n
.td-header-sp-ads-left{
width: 35%;
float: left!important;
}
.td-header-sp-ads-right{
float: right!important;
width: 35%;
}
.td-header-style-7 .td-header-sp-logo{
width: 30%;
}
.td-header-sp-ads-left .td-a-rec img {
margin-left: 5px;
}
.td-header-sp-ads-right .td-a-rec img{
margin-left: -5px;
}
@media(max-width: 768px){
.td-header-sp-ads-left, .td-header-sp-ads-right{
width: 49%;
}
}
Note that I’ve tested this only with header style 7. For others header styles you will need additional customizations.
Thanks!
Hello sid,
Please check the example below and try to implement in the same way into your .htacces file. After this, please try clears all cache and see how it works for you.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
# END WordPress
Hope this helps!
Thank you for the message!
Hello vasiliki,
If you want to have a bigger logo and if you choose for one of our header styles, you will not have any problem with responsiveness. I suggest you using header style 9,10,11 for a good result for a bigger logo loaded. The result you should see here -> http://screencast.com/t/BdSZ293e76s -> http://screencast.com/t/m1p0b4c1 -> http://screencast.com/t/qJ6tMRPNyYL3
Hope this helps!
Thank you for the message!
Hi,
2. If you are using header style 8 , the sticky menu problem will be fixed in a future update, until then please use another header style. if you do not use headers style 8 and you need a css code for the sticky menu, then please provide a link to your website so i can create the code by inspecting your site.
3. Unfortunately the theme has no option for ads outside it’s main container. You will need to either hard-code it or find a plugin that has such an option.
4. I cannot confirm anything about the disqus plugin other then the fact that our users seem to be satisfied with it. The plugin is not tested. I cannot provide answers for plugins we have not officially tested. You will need to try it out as it is a free plugin and see if the comment counter will work with the plugin.
Thank you for your understanding.
Hi. I would like to have a centered logo (Style 7 Full Header logo) with two ads manchettes (the same manchette) on the left and on the right of the logo.
How to do it in the child theme?
Thanks
Hi Catalin
thanks for the answer. Actually I am working on Newspaper theme on a different location than the front page.
It is here: http://embolos.gr/emvolos/
I don’t care which header style I use.
Thanks
Hi there,
I’ve seen that at every page request there are in the page header the following calls generated by wp_head():
<link rel='stylesheet' id='contact-form-7-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.3.1' type='text/css' media='all' />
<link rel='stylesheet' id='cookielawinfo-style-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/cookie-law-info/css/cli-style.css?ver=1.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='wpus-bar-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/wp-ultimate-search/css/square.css?ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='google_font_open_sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='google_font_roboto_cond-css' href='http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='evcal_google_fonts-css' href='//fonts.googleapis.com/css?family=Oswald%3A400%2C300%7COpen+Sans%3A400%2C300&ver=4.4.2' type='text/css' media='screen' />
<link rel='stylesheet' id='evcal_cal_default-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=2.3.17' type='text/css' media='all' />
<link rel='stylesheet' id='evo_font_icons-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/fonts/font-awesome.css?ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.3' type='text/css' media='all' />
<link rel='stylesheet' id='evo_wv_styles-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/eventon-weekly-view/assets/wv_styles.css?ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='js_composer_front-css' href='http://43b.60a.myftpupload.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='td-theme-css' href='http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/style.css?ver=2.3.5' type='text/css' media='all' />
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/underscore.min.js?ver=1.6.0'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/backbone.min.js?ver=1.1.2'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://43b.60a.myftpupload.com/wp-content/plugins/wp-ultimate-search/js/visualsearch.min.js?ver=4.4.2'></script>
This causes a huge overhead at every page request so that, how can I can get these resources locally in order to reduce the TCP/IP connections and to encrease the site performances?
Moreover, some css and js load are not needed for every page so I could conditionally load these resources only where needed: how can I get this behaviour?
Thanks in advance for any appreciated help.
Giuseppe
I have six menu items in my header. This is causing the last item to be placed on a separate line below the others in the header. How can I set all the items in the menu in one line?
Hello Phonetic,
Unfortunately, our theme does not have such an option. If you want to have the full width for your header style (5,6) you must not use background image because in this case the layout of the theme will be boxed. Please notice that is not a simple task to achieve a full width for header background and require additional customization -> custom work. Unfortunately, we cannot provide custom services at the moment and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to help you.
Thank you for the message!
Hello sid,
This issue is known when using CDN or loading fonts from a different source.
Take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
For your second request, if you want to remove the border between the top bar and main menu, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-8 .td-header-top-menu {
border-bottom:0px;
}
The result you should see here -> http://screencast.com/t/3tRmZyw5k
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Excellent! But dows this css code exclude all comment headers? Also the ones at the posts that ‘do have’ comments enabled?
JB
