- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
These errors are not important, but if you want you can add style="width:272px; height:90px;" in logo.php if you use header styles that use that logo size like default header: http://screencast.com/t/uGyqewx9
Result: http://screencast.com/t/PlJW8xot7x
Also you can do this for mobile logo altering logo-mobile.php
Thanks!
Hi,
Unfortunately header style 3 (also 6) use the same logo also on mobile view. It was initially created like this but we will change this in the Newspaper 5.
Thanks!
Hi,
The pagination shouldn’t affect the feeds query.
I’m not aware of your mobile application but I’ve also tested this using wordpress’s RSS widget and this configuration: http://screencast.com/t/VabrduYFE1Jv the posts were displayed all even if the category set has 2 pages: http://screencast.com/t/VyaSwfJXBeEY
You might try to increase the number of your feeds items from here and test again it might make a difference: http://screencast.com/t/GhonZm0gkVu
You can also try to search online for a page parameter similar to this which you can use, unfortunately this seems that is not working anymore: http://stackoverflow.com/questions/6765452/wordpress-including-pagination-info-in-rss2-feed
If you can’t manage to do it I suggest you also contact your mobile application authors and let theme know about this.
Thanks
I am having this error on gtmetrix.
The following image(s) are missing width and/or height attributes.
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-320×50.jpg (Dimensions: 320 x 50)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-468×60.jpg (Dimensions: 468 x 60)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-728×90.jpg (Dimensions: 728 x 90)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/tnt-logo-normal-mobile.png (Dimensions: 231 x 90) (2 uses)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/tnt-logo-normal.png (Dimensions: 272 x 90)
How i will solve this.
First 3 images ar ethe ads part. on the top.
ANd other two are logos.
Hi there,
I have 2 different logos, one for desktop view and one for mobile view.
I’m using the header style 3 but both type of views shows the desktop version logo.
How can I fix it?
Hi guys!
When navigating my website with a tablet in horizontal (ASUS MemoPad HD7) – bright view – I can NOT call from the main menu the embedded news categories directly. If I turn my tablet to vertical (same view as on smartphones), I can click each news category direectly without any problem. Same behaviour in mobile Chrome and Firefox (Android).
Is this a normal behaviour on tablets?
Thank you!
Hallo,
I am experiencing a problem with the top main menu on mobile visualization.
It gets normally open from the left side but it looks like as it was on a lower lever.
The menu is hidden from the main slider and the other following images which are positioned just above it.
Please any idea to solve it? It should be a matter of css.
Thanks.
Regards
Hi,
The top menu was not designed to work on mobile devices, that why there is no option to enable it. You can do this with custom css in Theme Panel > Custom Css, but you may need more css customizations when is displayed on small devices: http://screencast.com/t/jZUxEacY
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Thanks!
Hi,
sorry for confusion,
i am trying to load the rss feeds on my mobile app but when i use the rss url for loading the category
for eg if i use url : http://www.yourdomain.com/category/category-name/?feed=rss
or http://www.example.com/?cat=42,43&feed=rss2
and it works but it only loads 1st page of the post while my category has 3 pages of posts so if i want to load all the pages which link should i go for ?
thank you
Hi, how do I enable the top menu bar to display on mobile?
thanks
Oliver
Hi,
This happens because the elements are render in order and the left sidebar comes first. On mobiles the elements are set to float:none and they drop one after the other. Currently we have this issue on the list, we’re looking for a solution.
You can hide the sidebar on mobiles via css or you can use the solution Radu provided in this tread: https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-40627
We have this on our attention and try to find a better implementation within newspaper 5 theme version.
Sorry for the inconvenience!
Thanks
Hi,
Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. We cannot provide any custom work at this time because we work hard on development, updates and support. Sorry!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello,
is it possible to change de side bar for mobile from left to right, so the content wil be show first on mobile?
thanks
Bennie
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/kAZOkx4d8
.media-credit-container {
left: 50%;
position: relative;
transform: translateX(-50%);
}
You use a fixed width on this div – http://screencast.com/t/2ByHtLSqy1vM so the image will not be responsive. You need to use media queries and a fixed width for mobile devices for example: http://screencast.com/t/5ZGBUj44k – http://screencast.com/t/ULRAGiLzLG
We think to add a custom template like that, but I cannot tell you a date for it.
Hope this helps!
Dear Sir
I have the following error on my site and JS down not work(Menu on mobile, main slider if i add more etc).
site.js?ver=4.6.1:69 Uncaught SyntaxError: Unexpected string
Regards
Hi,
Please try this custom css for this issue: http://screencast.com/t/QJTTRk7R
@media (max-width: 767px){
.mobile-logo-wrap img {
max-width: 50%;
}
}
Thanks!
Hi,
On mobile device, when i try “pinch to zoom” feature in my mobile handset i am getting logo header issue, were the logo and the menu is not in alignment and it gets scaled
http://www.screencast.com/t/LqFY3AacGr
Request some help in fixing the issue
Regrads
This is a recent development this year with insights; kind of annoying; and why you get higher score with GTmetrix than insights score. With “responsive” design, images are often resized vs serving an entirely new image as traditionally it was actually faster since the server caches images, especially high request images. However, now the insights score is based on a “mobile user loading the content” as part of the “mobile first” movement, and so it seems there is going to need to be some kind of element added to all themes which load images much like the ad banners used to load the past few years prior to Google adding responsive ad units …
basically…
if viewport large = load big image
if viewport small = load thumbnail
Dumb thing is that in many cases, the larger image being loaded on mobile, e.g., iPad actually works better as a “resized” image, since it effectively makes a 640×400 96dpi image into a 340×200 200dpi image for retina displays by having larger pixel density when the large size is reduced on screen — hence why the images look so good on retina mobile devices without having to reload a “retina image…”
So….. stupidly, they are looking at “bandwidth” not “quality”…
Themes are basically going to have to be re-engineered to “by default” always make something like a 50% thumbnail and serve that on mobile devices.
Even stupider requirement because not all mobile devices have same viewport, and so it’s not practical for every page to constantly load 10 different size “featured images” based on viewport — this is what responsive design partially solved.
Upshot — you can live with suffering the warning for now — everybody is getting this — everywhere.
Not sure how TagDiv will address this, or if some super clever person comes up with plugin.
In our case we’re running mod_pagespeed and just updated last Friday (week ago), in hopes it would have solution for this as part of the “resize images” function (well, subset of “rewrite images”), and that isn’t even doing that with Google’s own technology!
(argh)….
Sorry for editorial. I started trying to deal with this April 1, and was super annoyed by the “actuality” of the issue.
Basically a featured image now has to be treated as an “ad module” and load a different size main image based on desktop v mobile. Show me any themes doing that right now. Nope. Annoying.
Hope that helped in some way …. main thing is to ensure the main images you’re uploading are as compressed as possible. I’ve been trying to make sure our larger images are no more than 25kb vs 32kb. If you have an image with 120kb that can be removed, it might be too big to start with.
No simple answer.
I have a question. If I use google PageSpeed Insights on my site http://modetilkvinder.dk/ I get a red warning for image on Mobile – and that I can reduce my images with 120 kb (90% reduction) I don’t have the same issue on desktop. I am already using WP Smush.it and have optimized all images before uploading to media library. How do I Optimize images for mobile further? and get rid of the red warning?
Regards
Ulrik
Hi,
Recently I purchased NewsPaper4 theme for my News portal IndRead. I successfully installed and did all required settings. Its outlook is simply amazing. Here are some of my problems I am unable to find solution for. Wish I could get some help.
Mobile menu and Search button is not working and is showing # link in URL.
Latest article section page 2,3 and so on are also not opening and showing same # in URL.
Hi,
First of all i’m not a developer i’m a designer/new to wordpress:.I followed the guide by Chris S, it was little bit hard for me to understand all of that, english is not my main language.I did everything i could to improve my pagespeed.I get 89 on desktop and 74 on mobile.I asked developers at my work, they were unable to help or they just sent me away.
In your guide on eliminateing render-blocking js…. i did everything as said but where or how can i look for ids of these files :

This is my ids for all css & js.
registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
td-wp-admin-general | http://domain/wp-content/themes/Newspaper/wp-admin/js/general.js
td-wp-admin-panel-js | http://domain/wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js
akismet.js | domain/wp-content/plugins/akismet/_inc/akismet.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
jetpack-dashboard-widget |domain/wp-content/plugins/jetpack/css/dashboard-widget.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | domain/wp-content/themes/Newspaper/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
wpalchemy-metabox | domain/wp-content/themes/Newspaper/wp-admin/content-metaboxes/meta.css
akismet.css | domain/wp-content/plugins/akismet/_inc/akismet.css
jetpack-icons | domain/wp-content/plugins/jetpack/css/jetpack-icons.min.css
jetpack | domain/wp-content/plugins/jetpack/css/jetpack-banners.min.css
Minify :
Google provides optimized images, JavaScript, and CSS resources for this page.
Is this worth to use? will it work?
thanks.
Hi,
From what I’ve seen it looks fine on desktop and mobiles, use this for the tablets screens:
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8.td-affix .td-style-8-logo-wrapper a img {
max-width: 141px;
}
}
Thanks
Hi, I tried this code and it worked:
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img {
max-width: 60%;
}
.td-head-style8-logo-desktop {
margin-top: 7px;
}
But it makes the logo go below the navigation bar when the user scrolls down on the main site or mobile:


Here is the entire Custom CSS that I am using:
http://pastebin.com/aNVvdF3d
Thanks a Lot Alin 🙂 Now it’s looking much better as I expected.
But there is a problem on mobile devices. only starting part ” from left side” is visible.
Hi,
Unfortunately the theme doesn’t have anymore an option for fixed/responsive settings from 4.3 version. Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
Thanks!