- 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
@Arved007 after you created the ad spot please select it for the top header via the theme customizer: http://screencast.com/t/7PlyMwV1Q
We are working to improve the ad system (major update coming at the end of the month)
Sorry for all the problems 😐
Pagespeed mod test update: settings 0.4
Google Pagespeed 93/100 on main GPS Insight
page: http://ga-ga.com/1262/fiction-area-code-666-part-18-del-arton/
– google adsense – no ads for test
– addthis plugin replace social media buttons with single button ‘on’
– gravatar loaded dynamic over network for author box
todo:
1) load author image locally either with plugin, or add field to functions.php to add new user datafield, then call user meta for the field instead of gravatar code.
2) reduce server response time — typical is 0.32 seconds (320msec) up to 4 seconds; but Google now saying <200msec is the “ideal” — not sure tradeoff on optimizations for everything else; but I did see a post the other day about server tweaks to speed up “first byte” load of WordPress pages to deal with that so called “error.” Solving this would negate the penalize from Google AdSense being on.
3) super annoying “reder blocking” CSS almost “quashed” and ironically the error is from mod_pagespeed trying to fix:
Optimize CSS Delivery of the following:http://ga-ga.com/…ootstrap.css.pagespeed.cf.n0P3fhMJJz.css
http://ga-ga.com/…/A.style.css.pagespeed.cf.JAYrGYtjNo.css
– so in typical GPS fashion, one Google product complains about another Google product which is designed to fix the complaint in first place (ARGH!). This one will take some playing around with the “filters” which is where I got stuck this past weekend.
Hope this is entertaining somebody 🙂
and I forgot to mention here is the code I’m using in my htaccess file for mod_pagespeed testing, in addition to CoreFilters being on from the main .conf file at server level, eventually this would be a <directory> directive in the .conf and not in htaccess for better optimization.
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters move_css_to_head
ModPagespeedEnableFilters combine_css
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
CHANGE to my prior htaccess code for expire headers to solve one javascript file for comments in the core wp code:
AddType text/javascript .js
# 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"
</IfModule>
I also added these to the end of the htaccess after the cache control headers, to solve the ETag problem and also the damn spammers hitting my ping script.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
AS EVER: do not make changes to any of your files/settings unless you have backups done.
THis is all experimental at this point; when I have a solid Apache-friendly setup, I will share all the settings in all the files for those interested in this discussion. 🙂
Cheers,
Christopher Simmons
member: PRSA, ASCAP
CEO, Neotrope®
Torrance, CA, USA
(please don’t call me asking for help on anything at this point in time; I will resume my consulting biz once I have my own ducks back in a row, as it were!)
-
This reply was modified 12 years by
simchris.
Hi! I´m having problems to setup google dfp in the theme. Till now, I didn´t have problems. Maybe with the last update??
I´m following those next steps:
1. I copy each label code in the section Responsive Ads, then
2. I copy the script header
3. I save change.
Normally, I have success. With now, I don´t get any change.
Can you help me??
Many thanks!
Also, is there a way to delete the Ad in header? I want only my centered logo there, without the ad. It currently looks like this – http://prntscr.com/2jse23
Another problem with the header – if the logo is bigger than the set size, the header menu moves to the top of the browser BEFORE it’s supposed to. It looks like this – http://prntscr.com/2jsfi7
Is there a way to fix that, or can I only upload an 300×100 px logo? 🙁
Oh my God, sorry, I forgot to paste the link to the Twitch pluging I’m trying to use. Here it is – http://wordpress.org/plugins/marctv-twitch-status/
I’m just not sure how to install it properly and thought, that maybe you could give me a hint 🙂
I put tagDiv’s facebook in the social counter, but it’s still bugged – it shows 0 likes. YouTube also doesn’t seem to work, but Instagram on the other hand shows the correct ammount 😛 http://prntscr.com/2jrwdd
I’ll try to dig into the missing titles problem a little more. If I can’t get them to work – I’ll message again 🙂
Thank’s for the info about logo being the only thing in the header, it’ll really help me out 🙂
And lastly, about that twitch player on the STREAM page. Is there any way to make it take ALL of the website’s width? Currently it’s bound to the middle of the page, but I would like it to me as wide as the whole website. Is that possible?
Best
Bartek
Hello,
Do you use a plugin for that Twitch? You can truck somehow if you are online or not? Sorry but i don’t have experience with this.
Social counter should work, just write your username or id’s. Try tagDiv for facebook.
We have there all possible templates, each one have a diagram how work, is very flexible. The content is built with page builder.
About missing title, is strange, please try to deactivate some plugins and see if work.
I see that the Twitch player is responsive now.
If you want to have a full header go to Theme customizer http://screencast.com/t/6bmrE8aLIA6H and upload in logo a big image.
Thanks for the message!
Great Marius!
Thank you 😉
Hey 🙂
I’m having a great time configuring my own Newspaper website, but I also have some questions on how to do some things or if something maybe doesn’t work properly. Firstly – here’s the link: http://www.tivoltgames.pl/
My website will be centered a lot around YouTube and Twitch and I’m trying to configure a plugin, that would show everyone, if my Twitch stream os online or not (a red/green dot next to the “STREAM” position in Header Menu. Could you please help me install it or give a tip on how to make it also work with the red/green dot idea.
Is there a way to create my own website template? I mean those things that are marked with an arrow: http://www.webpagescreenshot.info/img/52d2bb6adda156-22571751
The Social Counter doesn’t work :S Either it doesn’t show the number, or they are wrong. Do you maybe know how to fix that?
When I build my HOME page I have a problem with the LATEST ARTICLES section. I’m choosing module 6 or module 3 to show articles in the way I want them to appear, but I think it’s bugged. Module 3 is supposed to show the thumbnail, post date AND the title, but my title is missing from all of my posts, you can see it here:
Page settings (module 3) – http://prntscr.com/2jiazy
How it looks – http://prntscr.com/2jib8x
I’m trying to build a nice STREAM page, but I’m wondering, if it’s possible to make the stream window scale to the user’s browser. Mine – http://www.tivoltgames.pl/stream/ is really static, the size is set AND it takes only the space in the middle of the website. Would it be possible to make the stream AND the chat window scale to the full width on one’s browser? Like in the “stretched” wersion of the preview template, where the website take the whole browser? You can check what I mean on my friend’s page right here – http://jarock.pl/live/
Is it possible to make my logo take all of the header? I don’t want the ad-box to be there, but I’m not sure on how to do that 😛
Best
Bartek
Hello,
Delete this or change the value to 298 (your logo size) http://screencast.com/t/igzB6NqwzIU
Thanks and sorry for the misunderstanding.
Have a nice day!
Hello,
I hadn’t upload the same logo in the header online, to avoid to show the problem at all my readers. For this, I made those screenshots.
Howeaver, now you can see the problem online. Same logo on the header and footer, but you can clearly see the difference. The logo on the footer is perfect, that on the header is “cloudly”, not clean.
Site: http://www.webhostingmagazine.it/
Logo header: http://www.webhostingmagazine.it/wp-content/uploads/2014/01/logo-whm-p-new2.png
Logo footer: http://www.webhostingmagazine.it/wp-content/uploads/2013/07/logo-whm-p-new.png
How can I resolve the isse and give at the “logo header” the same effect and quality of the footer’s logo?
Thank you Marius,
Regards
-
This reply was modified 12 years by
Anna1986.
Hi, Radu!
I’m just glad you figured out a way to do the async ads (remember my post way back in the “coding” category). That is one tricky beast!
By the way … one way to make a quick and easy “web safe fonts” methodology for folks would be to change the default fonts in your main style.css to something like this:
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif
and then by default folks could simply leave fonts as “default” in the theme customizer; -or- switch on the Google fonts if they needed them.
This would be a super simple way for you to answer everybody’s thing about fallback to web-safe fonts without having to recode.
Just use the above in your style vs the Google fonts, and then let people turn “on” the Google fonts to match your demo.
OR: you could provide an alt-stlye.css using above replacement, and then tell folks in docs to rename to style.css to use web safe fonts.
Just an idea 🙂 (I was playing around with that).
Of course, this doesn’t solve the load of the fonts in the functions.php file by default, but a savvy person could strip that out if they knew they only wanted to use web fonts.
I could post a how-to on this ‘hack’ but I’m going to presume at some point it would be better to have the Google fonts be optional “all off” and “don’t load in header the pulls to Google CDN” vs doing hacks.
Thinking out loud. 🙂
Hi, Radu/Marius
updated to latest theme version today 1.12.14, and ran into one issue trying to use the async adsense units (created new, proper ad ID, proper user ID).
However when published the code is duplicating the first couple of characters of my publisher ID, causing pull of ads to fail:
e.g.,
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle header" style="display:inline-block" data-ad-client="ca-ca-pub-XXXXXXXXXXXXXXXX" data-ad-slot="XXX6870028"></ins>
<script>(adsbygoogle=window.adsbygoogle||[]).push({});</script>
where publisher ID is: ca-pub-XXXXXXXXXXXXXXXX
printing to page as: ca-ca-pub-XXXXXXXXXXXXXXXX
ref: http://ga-ga.com/1228/likely-happened-royalties-sugar-man/
Hello,
Yes, should work fine. You can use in logo you header image for destop and on retina logo you can upload a logo that will be for mobiles(retina display)
Something similar i thing you want to do.
I have just purchased the Newspaper theme and am working on the full size header (style 3) rather than having a logo. I have this working fine (I think!) on my desktop computer but I have a couple of issues with both the retina display on a Mac and also on the mobile version.
Am I uploading the image correctly by having it in the top header ad section (using a size of 1170×110 for the img size) and if I do this can I still use the responsive version of the site for mobile etc?
Any assistance would be greatly appreciated!
Chris
Hello,
If you use the full header style move this code here: http://screencast.com/t/SuHxMNjQYYl
Thanks!
Hello,
As you can the logo is different http://screencast.com/t/pXMR5mqWE7o
http://screencast.com/t/rE6mgUCED1
Thanks!
Atello, la versión móvil tiene ese problema con algunas medidas, yo lo solucioné de momento alterando el tamaño del logo, pero puedes introducir algunos cambios en el header para acomodarlo mejor o de menos quitar el espacio superior en blanco.
De cualquier forma quedaron ,de solucionarlo este mes y se viene una actualización importante de esta plantilla, así que a pesar de que suena difícil, te sugiero tener un poco de paciencia. Mi problema es básicamente con las reseñas, pero de momento uso un plugin aparte. 🙂
Por cierto, creo que si van a poner el feed Twitter y el cuadro de Facebook, deberían ubicarlos en el sidebar de la derecha para que sea más visible, e igual me parece que luce mejor que cuadro de Me Gusta salga con las caritas de la gente que le ha dado like, siempre motiva más para los usuarios nuevos.
Saludos y éxito con el proyecto, si en algo puedo ayudar en la medida de mis posibilidades estamos en contacto.
PS. I added this to the custom template (based off single.php), towards the top:
//read the current author object - used by here in title and by /parts/author-header.php
$part_cur_auth_obj = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
`
I thought that would do it but I’m still not getting results as in the previous examples.
Hi, @evdb
glad all the rambling helped 🙂
For those who are trying to work with the “step up” on speed from caching, such as using mod_pagespeed and then an optimized .htaccess code block, I found this article super helpful, and is somebody else who is a couple steps ahead of my efforts with the whole “make the server do the work, not a plugin” mentality.
http://customerhelp.co.za/wordpress/optimizing-linux-apache-for-wordpress-blogs-memcached-mod_pagespeed-expires-headers-mod_deflate-gzip.html
Hello Marius,
the problem is that the logo (298 x 124), in footer looks well, but in the header, it seems no clean as on the footer, but cloudy. Perhaps, because in the header it is resize automatically? It’s very strange. I would like understand and resolve, this situation.
Thank you
-
This reply was modified 12 years by
Anna1986.
Hello,
You can upload on the top logo, the footer logo and see how it look, is ok if not keep the 300×100 size as is specified.
Thanks for the message!
Hello,
You can choose a background on the big slide if you use a template with bg and you have here: http://screencast.com/t/sWjm61LPOP
For widgets you have this http://screencast.com/t/50b3K7gfUQ, if you want to change for default WordPress widgets you have to change it via CSS.
Thanks for the message!
Hello,
I would like modify slightly the size of my logo and use 298 x 124px (that is actually in the footer, part 1, left side). I have already tried to upload the logo on the header, but strange, I don’t see it clean as in the footer, but I see it a little bit “cloudy”.
See the screenshot please:
http://i39.tinypic.com/a2pv1j.jpg
You can see the difference regard quality, with the logo on the footer online, on my site: http://www.webhostingmagazine.it
See the screenshot of the logo in the footer:
http://i41.tinypic.com/1zd0yux.png
Should I modify some size attribute in the .css, for the header?
Thank you