- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
How did you fix the favicon problem?
Hi,
1. http://screencast.com/t/dHVqgSdA
2. Add this CSS in theme panel -> Custom CSS
.td-header-menu-wrap .menu-top-container {
margin-right: 33px;
}
.td-header-menu-wrap .span9 {
text-align: right;
}
hi,
try to use this css:
.td-g-rec-id-header .adsbygoogle {
position: relative;
top: 13px;
}
here: http://screencast.com/t/hOhNznJcX
Thanks for you message.
Radu A.
REF: changes since 3.2
======================
V 3.5 – 21 March – The list of modified files
◾added 4 predefined style: SPORT, CAFE, FASHION, TECH – screenshot
◾added option to uppercase the font for the Header Menu – screenshot
◾added Alphabetical A -> Z sorting option
◾added option to change the typography of the default Blockquote in Theme panel – screenshot
◾added COLOR option for default Blockquote – screenshot
◾added old sharing back – screenshot
◾fixed Ad overlapping on Header Style 4
◾fixed translation for Home breadcrumb
◾fixed issue with video thumb downloader (sometimes it did not download the thumb)
◾better megamenu handling on touch devices
◾added comments on pages ( with option in theme panel – default it’s disabled )
◾post views counter alternative for W3 Total Cache (with WP-PostViewer and Ajax_the_view plugins) – https://forum.tagdiv.com/wp-postviews-post-view-counter-alternative-for-w3-total-cache/
V 3.4 – 07 March
◾major improvements to the mega menu. Works with hover on sub-categories
◾major improvements to the ajax system. It’s really fast now 🙂
◾added more source and via
◾added transparent header option in Theme Panel – screenshot
◾added option to switch icons color for Header Menu from Black to White – screenshot
◾added option to switch off the uppercase font on Big Slider/Sliders screenshot
◾fixed sharing style
◾fixed sharing post to open in new window
◾fixed Mega Menu font
◾fixed wp-admin upload file issue on small screens
V 3.3 – 03 March – List of modified files
◾New sharing icons
◾better design for tags at the end of posts
◾better one click import script. Now our demo that is installed locally is more compleate
◾Fixed translation ‘Home’ in the breadcrumbs
◾Added Sub-menu font in Theme Panel -> Custom Typography
◾Fixed MegaMenu color issue
◾Added new pages and categories to demo install
◾fixed some random appearing issue with the menu and category selection on posts
◾we switched the h3 tags to h4 in the mega menu
Hi guys
I have a slight problem with the ad in the header on my site:
http://connecteddigitalworld.com
the ad needs to be slightly higher, but if I manage to move it up, the logo on the left isn’t centered anymore.
any ideas?
thanks
Andrew
hi,
1) try playing with the header options: http://screencast.com/t/ds2d6Ca6
2) this cannot be done.
Thanks for you message.
Radu A.
Thank you for your answer. It fixed the problem.
1. Can you please let me know how to reduce the height of the header? Is it called padding?
2. How can I reduce the borders in the website? I meant there is too much whitespace in the right side and left side of the pages(In all the pages)
FYI..your theme is absolutely fantastic! Love it. And its great for someone who has no experience in WordPress whatsoever!
Thanks in advance.
hi,
we support 6 style of headers : http://screencast.com/t/15ReSchzJq0
1. use this css to position the logo in the left top corner:
.header-logo-wrap a img {
position:absolute ;
left:0 ;
top:0 ;
margin: 0;
width: 200px;
}
2. use this css to reduce the size of the item in the menu and move it to the right:
#menu-td-header-1{
padding-left: 15px;
}
#menu-td-header-1 li a {
font-size: 11px !important;
}
in version 3.6 that we are releasing soon the theme has the ability to use custom fonts. Also in version 3.6 from the Theme panel -> Custom Typography you will have the ability to change the fonts, size , color of the items in the menu. you should check it out. Be sure to update your site before you update.
3. use this css for top social :
.topsl .td_block_wrap.td-social-wrap.td-social-wrap-32 {
position:absolute !important;
right:-35px !important;
top:0 ;
margin: 0 !important;
}
you can add all the css here: http://screencast.com/t/BdpSQk3kx
Thanks for you message.
Radu A.
Hi,
Add this code
<div class="row">
<div class="span12 td-header-style-1">
<?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); ?>
</div>
</div>
like here: http://screencast.com/t/ufwgeKoCb
Add this CSS in Theme panel -> Custom CSS
.td-g-rec-id-header .adsbygoogle {
top: 10px;
right: 0px;
left: 0px;
margin: 0 auto;
position: absolute;
}
.td-g-rec-id-header {
height: 90px;
}
Thanks for the message!
Hi there,
I have disabled author box in posts so that less space between article and comments (people like to comment these dasys), however I would like to show author of post in simple fashion.
If this is not already possible, I would like to suggest update in next version:
- Show author name/avatar/link/ in post header next to date under title
- Show author avatar and/or name in content blocks and/or categories under post title (with option to turn off in admin)
Thanks for considering!
Can someone help me fix the header?
1. I want the logo smaller in the left corner
2. The menu seems to spread out far to the right. I want it smaller and be able to change the font too.
3. I want the social icons in the far right corner.
Please help. I do not have CSS or any code editing experience, so any in depth help is appreciated.
Like here: theguardian.com
At the moment we can have a 728×90 banner next to our logo but not above it (unless I got this wrong).
Can we have the option of a banner above the logo (even if it leaves loads of space to the right of the logo) ?
thanks
Hi,
To make that you need to customize the code, if you don’t have knowledge we recommend to hire a freelancer to done the job for you. You can search here a freelancer: http://www.microlancer.com
Thanks for the message!
Hi,
1. Give me a link to see the banner, can be center via CSS, I will try to provide you a CSS.
2. Yes.
Add this code
<?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); ?> like here: http://screencast.com/t/3KepYp5dgUB
I use here the header spot.
Then add this CSS in theme panel -> Custom CSS
.td-page-wrap .td-g-rec-id-header .adsbygoogle {
position: static;
}
Result: http://screencast.com/t/Q4JhQMpe
Thanks for the message!
Hi,
1. Is possible directly in code to add a banner anywhere. For an AD bellow the menu add the code here: http://screencast.com/t/ZgyvCjUe5Xa also you can use this code if you want to use the ad system from theme panel
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
2. This is possible with this plugin: Q2W3 Fixed Widget (Sticky Widget)
Thanks for the message!
Hi,
add you code here: http://screencast.com/t/3kQx4PVX
Thanks for the message!
Hello,
When I navigate to my category and blog/all articles pages, I would like to have the option to customize what is on the top header area. So instead of just the category name, it would be nice to customize the top area and even be able to add a dropdown so people can navigate by subcategory (on subcategory on category pages) and by category on “all articles” page.
Is this something we can do?
Philip
Hi there, and thanks again for the very impressive Newspaper theme and the consistent updates and improvements, you have a very talented and committed team, thanks!
After updating Newspaper to 3.5. Adwords in Header (leaderboard) are showing at height: 60px; width: 234px;
This is not on mobile or tablet, but in desktop.
Any ideas?
Site: http://www.2ty.in/15ck4
Hi,
The full vs boxed work if a class in on body. To solve this only is you use in Theme panel -> Theme color and choose a color for Background Color and the site will be always boxed.
About that plugin w don;t test it with the theme, we don;t have a license, probably is a javascript incompatibility. Check you site in console with Firebug or Chrome inspector. Can you give us your site URL to see the issue.
Thanks for the message!
Hello,
I am wondering if there is a way to add another one banner next to the other one (for example an 120X60 px image) on the header ad space.
http://tinypic.com/r/eqwigw/8
The code that I have allready in the header ad containing some text and the ad is:
<div align="left">
<a href="http://aeknea.gr/aetos">
<b> Ο αετός λέει: ερχομαστεεεεεεε</a> </b>
</div>
<div align="right">
<script type="text/javascript" src="http://media.mybet.com/ad.aspx?pid=61566&bid=2845"></script>
</div>
Another problem, this theme disables this plugin:
http://codecanyon.net/item/social-gallery-wordpress-photo-viewer-plugin/2665332
Insted of opening images in facebook gallery style(like it does with other themes) it just closes website and opens image when clicked :/
I fixed WP Hide so ignore #2 post.
Still hoping something can be done about #1 issue though.
Thanks, I’ve upgraded the WordPress as well and no problems at all. Only thing I had to do was to choose header menu again, but the menu itself was intact.
I wish our company CMS was this straight forward to manage.
Oh and the pagination works like a charm now.
Thanks for the advice!
D.K.
AFAIK the theme only scales images on responsive resize, but I don’t have the latest version running yet. Meaning, the sizes when viewed on desktop at 100% match the thumbnails created. Maybe post a GTMetrix score page or something for folks to peek at?
You should have higher speed rating than 70 if you have proper expire headers, browser caching, W3 Cache cleared fully before launching new theme and then after launching new theme, and images uploaded are optimized to begin with and/or using something like smushit, or modified the functions.php to increase compression level for thumbs.
Hi,
I’ve noticed we’re “losing” a bit of traffic from our site through the many facebook/twitter/flickr links showing in the author bio below the article and on the author page, which we would like to keep.
I think the links are generated in the author-header.php file, is there any quick way we can add a target=”_blank” (possibly a nofollow, too) to them?
Thank you!