- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
Sorry about that, please remove the css I have gave you above and use just this: http://screencast.com/t/T4QYotDDwOl
Should solve this issue, please let me know if it doesn’t and send me an example so I can inspect it.
Use it like this:
.single_template_5 .td-post-content header {
margin-bottom: 10px;
}
Thanks
You can also simply use the control panel in Yoast, which allows you to insert the page number, site name, category name, short description with page number, etc., dynamically …
this is done as follows by example (for those who can’t read the docs) — and you don’t need to edit your functions.php file each update
under > SEO > Titles & Metas > Taxonimies
e.g., for categories
Title
%%term_title%% Archives %%page%% %%sep%% Name of my Awesome Magazine site
Description
%%term_title%% Archives %%page%% %%sep%% My Awesome Magazine | Read cool stuff on our magazine related to %%term_title%% on mysite.com
You can adjust that using the various code examples provided by Yoast for their plugin.
Hi,
This fixes the small number image problems but it then means that other images I place in the content area get reduced on mobile, when I don’t want them to. Ie advertisements that should fill a mobile screen width (i.e. 320px, get reduced to really small).
I need to use image alignment so the desktop version looks full of content. But it looks like the css fixes just messes with these additional images.
example:
<…http://www.vitalstrengthblog.com.au/webdev/best-shoulder-workout/…>
Thanks
Hello guys,
If someone comes across this issue you can fix it by adding the following code at the end of the functions.php in your theme folder(default: /wp-content/themes/Newspaper). This code works only for Yoast SEO!
/** Add Page Number to Title and Meta Description for SEO **/
if ( ! function_exists( 'multipage_metadesc' ) ){
function multipage_metadesc( $s ){
global $page;
$paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
! empty ( $page ) && 1 < $page && $paged = $page;
$paged > 1 && $s .= ' - ' . sprintf( __( '<strong>Page</strong> %s' ), $paged );
return $s;
}
add_filter( 'wpseo_metadesc', 'multipage_metadesc', 100, 1 );
}
if ( ! function_exists( 'multipage_title' ) ){
function multipage_title( $title ){
global $page;
$paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
! empty ( $page ) && 1 < $page && $paged = $page;
$paged > 1 && $title .= ' - ' . sprintf( __( '<strong>Page</strong> %s' ), $paged );
return $title;
}
add_filter( 'wpseo_title', 'multipage_title', 100, 1 );
}
The bold text can be changed to your heart desire, like part 1. More details here:
multipage-wordpress-seo/
Hi,
I am encountering a similar problem: Theme Admin is not loading.
It started after this: I put a title in one of the “Block 1” which contained this text “Tools & Quizzes”. I then went to edit it and saw that it turned into something like this “Tools 1$3& Quizzes” (or similar – I don’t exactly remember).
I then edited it and changed it to “Tools And Quizzes”, AND that’s when the browser freezes and I now can’t access the Admin at all.
Any bugs known when you put a “&” ?
Thanks!
Hi,
Yes, you can target and style tabs via css, here is an example: http://screencast.com/t/esZ2MfwEc
.wpb_tabs .ui-tabs-nav .ui-tabs-active a {
color: white;
background-color: red !important;
}
.ui-tabs-nav {
border-bottom: 2px solid red !important;
}
.wpb_tabs .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-active a {
color: blue;
}
Change the colors as you like.
Thanks
Thanks, medium. Worked like a champ!
Good News & Bad News. We switch off all plugins and switched them back on one by one and found the problem…
Good News: We found out that the WPML plugin is causing the Tags to 404.
Bad News: We don’t know how to fix it. We don’t know where it is causing to to break.
Any thoughts or ideas?
Thanks
David
Hi,
Just wonderering how I can get my posts too show an short excerpt rather than the full article. For example on my http://aikidohombu.com/category/articles/ page the full articles are showing and I like to just run a excerpt so that people need to click thru to teh full post. I have tried setting the post summary in read settings but no luck. I dont want to have to use <read more> or fill an excerpt in for every page.
Also, why does my category page have a feature image at the top of the post list?
Cheers,
Rusty
Hi,
You can add a new menu-item like this: http://screencast.com/t/GIEyslQY4Bv and move it to the right using positioning via css, like this: http://screencast.com/t/vywJwLP8aGD
Note that this is just an example, use this method in your case.
You could also add the button like this in the menu-header.php file:
If you don’t have basic php/html/css knowledge we recommend you to hire a freelancer to do this for you because this is custom work and we cannot provide custom work at this time as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks
Hi,
I feel the comments are too low donw the page and visitors to teh website are not realising they are there.
Is there a way of moving comments above ‘Similar Articles’ field? For example see this article post here and how far the comments are below the end: http://www.viewpointsandreviews.com/rising-sun-sushi/
Thanks
Vince
Hi,
You can follow this example and search for the excerpt function like pointed: https://forum.tagdiv.com/topic/tag-more/#post-22383
Note that you will need more changes for this to work if you don’t have basic php/html/css knowledge we recommend you to hire a developer or a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Thanks for sharing!
Have a nice day!
I can add a custom background for my pages using this css code:
body {
background-image: url(‘http://mysite.com/press/wp-content/uploads/2014/10/blackpaper.png’);
background-color: #121212;
background-size: cover;
background-attachment: fixed;
}
Sample: http://screencast.com/t/j9aStWxzDq
But I can’t seem to do the same for my posts or my “post page” using the same coding.
I have background images off.
And I have used this code to create a custom homepage background than what I want to use for my other pages.
Right now, I am using the above code for my legal pages, and would like to apply the same background to my posts and “post page”.
Thanks for the help!
Hi, firstly we are enjoying the theme, good work and as always good support. Our current issue is the way it displays on mobile devices. For example on Galaxy S5 and similar devices it looks strange and quite jumpy.
For example, if you click on an image in Android it takes you to a new page and not the media file.
The images don’t appear flushed with content instead they sit on top of each other.
Example URL’s:
http://www.viewpointsandreviews.com/
Thanks
Vince
hi Lucian thanks for the reply what i mean is.. for example i have a post title SEO TIPS
so in the comment section it should be
Leave a comment on SEO Tips
This will boost SEO..
Example 2..
for this post.. http://biliranisland.com/blogs/2014/10/18/fire-biliran-town/
The title is Fire in Biliran Town
then in comment section there is Leave a Comment
I would like to have Leave a Comment on Fire in Biliran Town
Hello Sirs,
Newspaper is great! And I theoretically love the Newspaper “View Counter” of pages. But as everytime, there are big exceptions. I had a look at the sourcecode and the current implementation has two major drawbacks/dealbrackers.
### Problems:
1.) Performance: On large Sites, This feature introduces one additional Write to the Database per View! As you know, writes are much more expensive than reads. So for large Blogs this can kill the whole website.
2.) Your current implementation shows the View Counter in the Admin Backend in the Lists when viewing CUstom Post Types. And this is in a lot of cases not desired. I have for example a Jobs CPT. And I do not want the Owners to see exactly how many times evrey Post (Job) has been viewed. This is a private an confidential information. So I do not want the view Count column to be displayed in the Backend-Admin Lists…
### Solutions:
Best: Please provide an Option to completely disable View Tracking! This is quite easy to implement. I think you can even hook into the AJAX logic (that decides if AJAX Tracking should be used) so its very easy to implement .
(Alternatives:
Or implement some internal filters hooks so I can write a “plugin” to hook in an disably it on my own.
I would be thankfull for an answer when this could be implemented in Newspaper (I think this is really a feature, as you can sell this as “performance optimization / confidentiallity” features
thanks.
Hola a todos,
(Hi everyone, this post is addressed for spanish speakers, although it may help you too taking into account that this is visual learning as well. In this post I will add some extensive spanish videotutorials I have done using Newspaper Theme in order to help people to configure it the right way from scratch)
Teniendo en cuenta que no hay información en español sobre el tema Newspaper me he dispuesto a hacer una extensa serie de videotutoriales donde se configura a fondo todos los aspectos del tema (theme).
Aún tengo varios vídeos pendientes, pero son de algunos aspectos no muy importantes del tema, y ya todo lo básico para tener nuestra web a punto ya está publicado en youtube, por lo que debería ser suficiente para ayudar a la gente.
Intentaré actualizar este post con nuevos vídeos cuando los vaya sacando, de todos modos, más adelante haré un mega tutorial con cada vídeo y una explicación en mi blog: http://ticseducativas.com
Comencemos (Pulsa encima de los títulos para ir al vídeo):
Theme panel de Newspaper Theme para WordPress – Todo para personalizar tu web
Cómo utilizar el plugin visual composer incluido en Newspaper theme y reducir el tamaño de imágenes.
Cómo personalizar la página de Inicio con Visual Composer en el Newspaper Theme.
Newspaper Theme. Particularidades del tema y optimización de escritura e imágenes (SEO).
Post, shortcodes y settings en WordPress. Newspaper Theme (tema) de ThemeForest.
Menu Newspaper Theme ticseducativas.
De momento eso ha sido todo, espero que os sirva de ayuda :). Podéis echarle un vistazo a mi canal completo, donde encontraréis mucha información sobre plugins y otros aspectos referentes a la creación de las páginas web, aquí: https://www.youtube.com/user/ticseducativas
After searching for hours why all my sliders don’t slide at all, I deactivated Q2W3 Fixed Widget and all sliders are moving again…
Just to inform the community, in case someone has the same issue.
http://bravenewtimes.pequeavalley.org
Hi,
Our mega-menu thumbnails are only intermittently loading. For example, when I hover over “Brave New World” at the top, I get the red loading graphic on a loop. If I refresh the page and repeat the same process, it displays fine. Any ideas as to why? Any fixes?
Thanks in advance!
Hello Lucian,
Thank you for the quick respons.
Concerning the gallery question: i’ve did exactly as you said and still can’t see any different types of gallery’s.
For my second question see the links below: http://screencast.com/t/Yo4MhsVIntIW & http://screencast.com/t/HWsXK1Un
Thanks in advance.
Tim
when i share a post via Facebook I get a wrong sharing information for example when i share
http://channelmarketing.guru/zuckerberg-facebook-near-term-plan-monetize-whatsapp/
i get different word content that the content in the original post
PS: this is not happening in the other posts
How i can fix this
Hi,
Thanks for sharing!
I can’t see a way on how you can easily do this, you would have to modify the code, and add conditions to detect the screen’s width and use other thumb size or build another page and enable it for mobiles only via js, either way it’s not an easy task.
Another way would be to use a plugin to manages and customize your mobile content, you could try WordPress Mobile Pack for example(I’m not sure if helps with adding a new image size on mobiles but you can go trough the description/FAQ and see what you can do to your site using it..) or another similar.
Leaving all these aside I don’t think you have to do this. If you look to the page-speed result the suggested fixes don’t specifically include changing the way images are loaded: "Properly formatting and compressing images can save many bytes of data" this manes that you would consider finding another way to properly format/compreess iamges: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization or you can go trough this topic as this issues where discussed over and over again: https://forum.tagdiv.com/topic/pagespeed/
Another matters which affects your page speed are this: http://screencast.com/t/0gVaRWv1CfVJ
so you should also consider fixing those also.
Hope this helps!
Thanks
Hello to everyone. First of all I would like to make a tiny contribution to the forum. In found an excelente and free way to compress images. Just go to kraken.io and upload the images you want to compress. Their free service is really great.
My problem is that in mobiles versions my images are not properly resized and therefore google page speed is giving my site a low score. In my last post (where I use large images), the mobile version of the site did not change it size to adapt, so the score is the lowest I have ever seen: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fvivisaludable.com%2Festilos-cabello-tutorial%2F&tab=mobile
Is there a way to tell the site to resize the images for mobile instead using the original size (desktop). I have searched in the forum but I was not able to find a solution to this.
Thanks in advance!
Hi guys,
I’m trying to expand the div container-fluid size as so to make the gaps inbetween the container and the sides smaller (see below examples)
Current div.container-fluid:

What i’m trying to achieve (example taken from post not homepage):

I don’t expect there to be an easy fix but if anybody knows what CSS specifically I need to work on/change, id be grateful!
Thanks in advance