- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Hi albnaldo,
thanks a lot for your help. Bg color and logo are displayed correctly now. Unfortunately the toggle menu and search box are not visible anymore. I guess I have to make them black but I do not know how. Can somebody please help me out here?
cheers,
julingn
Hello, I deactivated all the header ads and the top menu, and after moving the logo in the header menu, I have a large portion of unused space at the top of every page https://www.idevice.ro/
How can that be removed ?
I’ve just updated the site and it’s been a real pain to tidy it back up. I’ve got things working again but I’m discovering so many things which I preferred in the previous version.
* On the home page I use Big Grid 2 for the featured posts – how do I stop it from zooming in on the images? I can’t seem to find the option.
* Is there an easy way to change the font for all of the headers and the body font? Do I really have to go through the crazy amount of options to change them all? Can I change the default fonts somewhere?
* How to remove post meta on the first post in the Big Grid 2?
* How to show page views on the homepage using the
* How can I make the meta on the home page go back to how it was in the previous version (greyed out, clustered together). The new comment meta icon is too bold & distracting and I don’t want to show the author.
* Where can I find the option to remove ‘More From Author’ at the bottom of posts?
* Does the logo have to be exact width? My logo now looks like it’s been pushed to the right.
* Why aren’t section/widget headers the same colour as my theme accent colour?
Hi there,
Firstly, I’d like to congratulate you on the release of V6 however I’m a little bemused by the jump from 4.x to 6.x… anyway…
The logo seems a little misplaced. Here’s how the logo looks on V6: http://take.ms/Y5bmk and here’s how I’d like it to look: https://api.monosnap.com/rpc/file/download?id=0ufedrMtqNKYbA2dJ0GC66ChFb09qc (ignore the colour difference)
Big chunk missing from header when using post template 4: http://monosnap.com/file/ghiiwYH0xkXKXxRajqypUazkupEneP
Is it possible to close these gaps: http://take.ms/cloVH and http://take.ms/yO4HI?
Everything else is great so far..
Hello can you please tell me how can i customize logo height and width 270*90 px is quite low for my website so whats the new css class in new update btw.! thanks for the awesome update 🙂
-Mosam Gor
After the update, I am getting the error below.
Fatal error: Call to undefined method td_page_generator::wrap_no_row_start() in /home/outdoorhabercom/public_html/wp-content/themes/Outdoor/page-homepage-loop.php on line 67
Everything is broken at the site. Widgets are gone. Logo is gone. Theme look-feel broken.
Theme Admin interface is also missing.
Haven’t you guys tried before releasing it.
Hi,
You can do this if you don’t want to use a banner beside the logo on header style 1. Anyway you also can use a header style with full logo like style 3 or 6.
If you want to do this with style 1 you have to edit the header template – http://screencast.com/t/j0OU0LAt and use this custom css in Theme Panel > Custom Css to center the logo – http://screencast.com/t/H38xqFkonIDK
.test img {
display: table;
margin: 0 auto !important;
}
Thanks!
Hi Sir,
I’m using header style 1, but not look like demo.
how to fix logo height like this http://prntscr.com/7guv5m ?
regards,
Hi,
We would like to put our social links in the header area to the left of the logo where there is ad space. How could we go about that?
Thank you!
Excellent theme by the way!
Hi,
is it possible to centralize the logo for style 1 in mobile 1? If so, how can I go about doing it?
Thanks!
Also be aware sometimes no ad is served by adsense if their system times out.
In your adsense account you can specify a fallback image such as site logo with link to subscribe page or whatever, so that when no ad served you don’t have blank spot.
You can also review their recommendations for your site in AdSense to serve only the sizes and locations they “recommend” for your particular site to increase conversions and clicks for better revenue.
Hi there,
I just changed the Header Style to Style 3: Full width Logo + Menu, and it causes various issues.
On Chrome it looks alright, but on Firefox and Safari it looks different with the menu above the Logo.
See the screenshots:
Homepage style 3 on Chrome:
http://www.screencast.com/t/0aOm7fQhGqbt
Homepage style 3 on Firefox and same on Safari:
http://www.screencast.com/t/15QC32Coyi
Any idea how to fix?
Thanks!
Hi,
After you install the demo you can import the predefined styles(stacks): http://screencast.com/t/Lc6Dho2jdh – http://screencast.com/t/pumXbxmy3u Please note that if you activate a stack, it will import only settings like fonts, colors… When you import a stack it will be activated automatically.
When you want to remove it, unfortunately you will have to make a factory restore – http://screencast.com/t/xBfbVrEr but this will remove all your panel settings like logo, ads..
Thanks!
Hi,
I’m not sure what you want to do, your screenshots are the same. Do you want to add text link on your logo image?
Please provide more details.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/alcnfNnU8
@media (max-width: 767px){
.header-style-3 .td-logo img {
display: none;
}
}
Thanks!
Hi, I´ve made the change in menu-header.php, but now in the mobile version shown both, two logos.
Thank you very much!
Thanks for your reply. That doesnt really work for me as I want the larger area you get from my current settings.
Would you be able to help me with some custom css to push the logo across to the left?
Hi,
If you use header style 3 or 6 to display full width logo, it will be centered like in your case. You can change the header style to style 1 – http://screencast.com/t/rW27TfhhAq but the logo image will not be displayed full width.
Thanks!
Hey,
How can I change the header logo alignment? It used to sit left but somehow it now is centred and I have no idea how to change this.
See it here – http://ucgeek.co/
Hi,
The Page Loading Speed is really fast when no user is logged in but when a user is logged in (no matter if it is admin or not) the loading speed of the homepage is extremly slow. Also the login process and the logout process is slower than on other sites I own.
I disabled every plugin but that doesnt help.
Is there anything I can do? thx
Here my .htaccess:
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /fitsta/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /fitsta/index.php [L]
</IfModule>
# END WordPress
<IfModule mod_filter.c>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript application/x-javascript
</IfModule>
</IfModule>
SetOutputFilter DEFLATE
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 2500000 seconds”
ExpiresByType image/jpeg “access plus 2500000 seconds”
ExpiresByType image/png “access plus 2500000 seconds”
ExpiresByType image/gif “access plus 2500000 seconds”
ExpiresByType application/x-shockwave-flash “access plus 2500000 seconds”
ExpiresByType text/css “access plus 700000 seconds”
ExpiresByType text/javascript “access plus 700000 seconds”
ExpiresByType application/javascript “access plus 700000 seconds”
ExpiresByType application/x-javascript “access plus 700000 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
ExpiresByType font/truetype “access plus 2500000 seconds”
ExpiresByType font/opentype “access plus 2500000 seconds”
ExpiresByType application/x-font-woff “access plus 2500000 seconds”
ExpiresByType image/svg+xml “access plus 2500000 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 2500000 seconds”
</IfModule>
# END Expire headers
Hi,
Unfortunately the header style 3(also header 6) use the same logo image also on mobile, you don’t have to upload a mobile logo. All header styles will be changed in Newspaper 5.
Until then you can try to make this change in menu-header.php file – http://screencast.com/t/2S3dTDOoo8u and now you can upload mobile logo – http://screencast.com/t/tMwGGtAbIOh this will be used on mobile devices.
You can activate the theme also when it will be moved on final domain. If you want to use it on multiple sites/domains you’d have to buy a license for each project.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can try this custom css to add a border there on post pages – http://screencast.com/t/wKdZ9HuWmloo
.single .td-logo-rec-wrap {
border-bottom: 1px solid red;
padding-bottom: 5px;
}
This will be applied on all your post templates as the default template doesn’t have a specific class to target. If you want this border only on default, you have to hide it:
.single_template_1 .td-logo-rec-wrap, .single_template_2 .td-logo-rec-wrap, .single_template_3 .td-logo-rec-wrap, .single_template_4 .td-logo-rec-wrap, .single_template_5 .td-logo-rec-wrap {
border-bottom: none !important;
padding-bottom: 0px !important;
}
Thanks!
Hello, I´m working in a new wordpress web with your newspaper theme and I have used The Header Style 3 – (full width logo) + menu; all is ok but I have a problem with the version of the logo for mobile. I’ve uploaded another file to use like logo in the mobile version but this does not work and continue with the normal logo instead of the mobile version.
This is the url http://palmvit.net/vitaepalm.htm
Another question, to develop the web I am using a provisional domain “palmvit.net”, when the web is finished will be another domain “palmvit.com”. I hope there is no problem with the registration and activation code, Now I have activated the theme in the domain “palmvit.net” but the final domain will be “palmvit.com”.
Best regards!
Hi,
Thanks @nf_prt
I have tried to access your site, but – http://screencast.com/t/oE7cCm7e
@nf_prt has right the logo image have an inline css for width, if you use header 1 you can change the image width from – http://screencast.com/t/y2ytMxJ8gzJg
Or you can try to use this custom css – http://screencast.com/t/UFueFmFA
.header-logo-wrap img {
width: initial !important;
}
Thanks!
Hello, excuse my English. I’m Brazilian.
Questions:
– When I put the code of the ads he repeats 3 times. How do I solve this problem?
– How do I put the announcement of the destination URL when it is clicked?
– Its place an ads above the prominent image of the post without it being also in my home? I do not want ads in the header home, just want a post alone.
– I set my in every possible and imaginable forms, but keeps showing the following text: Click here – to select or create a menu. 3 appears on the menus that. I do not know what to do. It only appears when I set up on the “customize” which shows the changes at once. When I go out to personalize it changes everything again.
– I want to stay with the Style 8 (logo + menu on one line), but some pages are below the menu line, leaving all unformatted in the “customize” option. Decrease the letter does not help. I wanted him to just + menu occupy entire header without the spaces on the side, is it possible?
– I created categories to make my mega menu and pointed out the pages, but, from what I saw, I get a link to access the category and the page link. You can not, for example to place ads above category posts, because it’s a category and not a page with the classic editor. You have a solution for this? I wanted when the player clicked on the title of the block he went to the page and not to the category.
My site: http://www.empreendendosonhos.com/
Thanks in advance.
Adriana