- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Concerning ads: Another idea.
At least in germany we do have to add some notice to ads being such.
Maybe you could offer a css solution to mark ads as ads in the ads options.
Perfect. I change what you say to me in logo_ad.php and works. I think it will be better if I could add a white space below the logo, but now my web looks better. I only need to solve the problem with search form. Thanks, thanks and thanks! The theme is perfect and the support team too 🙂
I write into fuctions.php file and doesn’t work. Where I have to add it? I don’t want scheduled results in the search form. Thanks for all!
Back 🙂
Edit logo_ad.php file located in \parts\header folder and change like here to span 6: http://screencast.com/t/nTbLkHqcf0LK
Now you will lose some space for banner ads but you can put there a 468 x 60px banner instead of 728×90
Hello,
For search to return scheduled post add this into fuctions.php file
function wpshock_search_filter( $query ) {
if ( $query->is_search ) {
$query->set( 'post_status', array('publish','future') );
}
return $query;
}
add_filter('pre_get_posts','wpshock_search_filter');
For logo I will give you a solution soon
Please consider adding mixed ads. i.e. responsive ad elements you can mix own ads and adsense. This block should not reload on browser resizing.
If the logo area would be widgetized like the footer would be awesome too.
I use the code you have post this morning in other topic and the author name appears in all the web. Thank you very much.
I have now the other two cuestions: the logo size and the problem with the search form, where appear results of articles that are scheduled yet.
The author meta plugin doesn’t work in this wordpress version. Can you give me another solution? I always work with the codes, and I can write code by FTP, Could you tell me where is the meta options?
My logo size is: 500×94 px
What can you say me about the bug of the search tool?
Hello,
1. You can use this plugin Author META. Also we will fix this in the next update.
2. You can use a big logo if you want, depend which size you want to be, please give me the size of your logo you want to have it and i will give you the solution.
Thanks for the message
I add another problem. It consists in a bug in the search form. When I do a search, appears future results. In the results I can see articles that are scheduled, but aren’t published yet. How can I fix it?
I have fixed the problem with my favicon but the first and the second problems persists. Thanks for the help!
Hello,
I’m an spanish web-magazine editor. The Newspaper theme is very beautiful and full customizable, but I have two problems:
1. I can’t put the Author name and a link to the articles of each author in the meta of the articles in the homepage and in the articles.
2. My logo is bigger than 300×100 px, how could I change this restriction although it suppose the loss of advertising space in the header?
3. Also I lost my favicon (my url is: http://papeldeperiodico.com).
I’ll be very happy if you give a quickly answer, I’m showing a bad image d my magazine. Thanks!
Hello!
How do i change the height of the footer, the footer with logo and logo text (not the grey one with Copyright etc.)?
I was just wondering, I want to just use the upper (above logo) bar.
How do I remove the <strong style=”word-wrap: break-word; color: #555555; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #f9f9f9;”>Header Menu (main)
and the little search glass to the right of it?
Hello,
1. the footer is made from 3 widget zones (sidebars). You can modify the widget that holds the footer logo here: http://screencast.com/t/cxHCXwDcdH9
2. you can edit the contact page like this: http://screencast.com/t/yxxknhzMQQTk … The contact page should be available in the page list.
We have some very nice documentation: http://import.tagdiv.com/newspaper/doc/#footer and I will update it with a tutorial for the homepage 🙄 sorry about that.
Hi,
I have just installed the great Newspaper them and the one click demo.
Now trying to built my blog over.
But on every page, a block with Newspaper logo and your text appears at the bottom, just over the footer box. How can I disable this block or change it ?
I’d like to do the same about the contact page, I didn’t find how to turn to my own adress informations (the contact page is not available in the pages list).
I will appreciate a lot a quick answer from you, thank you a lot for your help.
I have installed the Newspaper theme, or actually a child theme referring to Newspaper on my local development environment (MAMP). Test data are installed and now I ‘m playing around with the theme customizer. Uploading new logo, changing colors etc. works fine .. until I click a link and get a page refresh. My settings does not seem to be saved correctly, which makes the customizer useless. Am I doing something wrong or is this a bug? Would appreciate a quick reply!