- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello Catalin,
Here is the url … http://666travel.com/cheap-round-trip-flights-from-atlanta-usa-to-los-angeles-usa-non-stop/
I am having the same problem for the desktop and mobile version.
Thanks!
AMP works with TagDiv themes “right now” — and has passed validation since November during beta.
So, there is no “AMP ready” version of the theme — it’s already AMP-ready. Much like the theme won’t build in its own ecommerce system to replace WooCommerce, etc., it makes no sense to make custom version of theme for AMP, since AMP is designed to load fonts and dependencies off the cloud, and only local content and images from your site. And there is provision for AdSense, and there is provision for CPTs, and there is provision for customizing the template. So, that is available NOW, and no reason to end up with 20 theme updates in the coming year just for AMP, Apple Publisher format, or Facebook Articles — all of this SHOULD be done with actively updated and supported plugins and left agnostic (not part of) the theme.
Many of our sites have been indexed the past month and the only issues are strictly content related, such as bad inline CSS from WordPress like stupidly using the center align tag on a paragraph several places.
I have a thread about this here, which you might find useful. The official AMP plugin is the only way to fly as its theme agnostic, and its being actively developed for WP VIP clients like TIME magazine, etc.
SEE:
https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/
(( I don’t work here … ))
Hi!
Is it possible to know if there is any plan for providing an AMP ready version of the template as an extension to the official plugin https://it.wordpress.org/plugins/amp/?
Then used this in the custom css to add the sub nav menu items to show only on the mobile menu but the sub nav menu to be hidden on mobile.
@media screen and (max-width: 767px) {
.nav_sub {
display:none !important;
}
}
@media screen and (min-width: 768px) {
.menu-item-104301 {
display: none;
}
}
@media screen and (min-width: 768px) {
.menu-item-104302 {
display: none;
}
}
@media screen and (min-width: 768px) {
.menu-item-104303 {
display: none;
}
}
@media screen and (min-width: 768px) {
.menu-item-104304 {
display: none;
}
}
@media screen and (min-width: 768px) {
.menu-item-104305 {
display: none;
}
}
Hello,
thank you for your reply. We disabled the plugins you mentioned, but the problem persists, you can see it now.
When a new article is published, it is not displayed in homepage.
The following settings are set:
Mobile device support. (External plugin or theme required. See the FAQ for further details.)
Clear all cache files when a post or page is published or updated.
Only refresh current page when comments made.
List the newest cached pages on this page.
Are we missing something?
Thank you
i can’t get my mobile menu tabs to show or work so my visitors can visit my site while on mobile devices.
http://www.womenandshoesmag.com/
Hello,
Unfortunately we cannot decide which one of our users’s sites is the most beautiful one from the mobile perspective. You will have to access the showcase and find one that appeals to your taste:
http://tagdiv.com/newspaper-showcase/
Thank you!
Hi there!
Following your instructions and the hints in the manual, I´ve uploaded the folloewing sizes (tried it several times btw):
LOGO UPLOAD 272×90
RETINA LOGO UPLOAD 544 x 180
FAVICON 16 x 16
LOGO MOBILE 140 x 48 AND 132 x 42px
RETINA LOGO MOBILE 280 x 96 AND 264 x 84px
BTW, regarding the mobile sizes: The Newspaper WordPress Themepanel says , your manual on the other hand says
😉
For some reason, the mobile logo doesn´t get loaded, it´s always the standard Desktop Logo. I took a look at it in the shrinked browser window as well as on my smartphone itself, the logo doesn´t scale down and according to the chrome devtools window it´s obviosuly the 272×90 version. Interestingly, the sticky nav reliably shows the mobile logo, so it doesn´t seem to be a picture issue…
Did I do something wrong here or forgot something?
Thanks!
Hello,
The mobile back-end should work properly. Please disable all your plugins except visual composer, clear cache and reset cdn files if you use it. There could be a plugin conflict that interferes with the mobile version.
Let us know how it goes.
Thank you!
Hi @orlando
First of all check in System Status if Speed Booster plugin is active: http://screencast.com/t/6lILerCjFuAr You can read more about how plugin works in this topic: https://forum.tagdiv.com/topic/mobile-view-problem-3/
Also not that google it’s more restrictive when it comes about page-speed on mobile devices. For example if on desktop you have 90/100 page-speed, on mobile the number will be smaller. This can be checked on our demo. If you look on desktop page-speed you’ll see that there is no render-blocking resource: http://screencast.com/t/pNE7wUbobndD but for the same demo on mobile devices google find a few resources which slow down the page load: http://screencast.com/t/GpmmJ1LHZVPt
To have the same page-sped on mobile as on desktop are required additional customizations and lots of tests. You can follow google’s indications to improve you mobile page-speed but keep in mint that this is a complex task which require some coding skills.
We can’t offer speed customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding and for your message.
Hello,
Please disable all your plugins except visual composer, clear cache and reset cdn if you use it. This is most likely a plugin conflict. (I’m not sure about your second part of the message: “What I want is configured to load the background even mobile and tablet version.” Please try to explain better.)
Let us know how it goes.
Thank you!
what is the most beautiful newspaper wordpress site for mobile interface, as i want to get inspired by its ideas, as most of my 100k monthly viewer is surfing via mobile gadget.
thanks
Welll…..
a) if you use the speed booster framework, you would put the code into the Speed Booster plugin settings per the docs for that and the example from Lucien; *and* likely any custom css into your style.css and not in theme panel; and ideally NOT use child theme, to mimize any flash of unstyled text
b) if you’re doing custom hacking of your site, you would put any functions for de/enqueue into the functions.php where all such WordPress “actions” go; then you’d manually put your style.css link in footer. The WordPress codex has good tutorial on how “enqueuing” (adding to queue) works in WP.
c) You would then use the critical CSS generator found in my thread, to put the above the fold CSS “inline” in the header.php file. This loads only the needed CSS for above the fold to load with page — no render blocking of CSS — and then the rest loads with remainder of page. — Trial and error on this stuff.
These efforts are toward solving the pesky lower score on Google PageSpeed Insights for mobile “above the fold render blocking…”
This is a bit “advanced” stuff most folks won’t tackle. But if you’ve got everything ELSE as optimized as possible, this is kind of the LAST thing to do.
And frankly, if you’re using the AMP system for mobile, for a lot of folks, this will be a non issue as Google products will be loading the AMP version vs the responsive mobile version anyway.
So, one could argue if you have a desktop score of 92 or higher, and you’re running “AMP” on your site for posts, you likely don’t need to stress as much as before on the mobile score on Google’s direct testing speed tool. 🙂
( rant over . . . ) 🙂
-
This reply was modified 10 years by
simchris.
Hello, when I’m editing the site from my mobile; on the bottom it asking the option to view in mobile or desktop. The desktop top version works and the mobile doesn’t (which I read an earlier post saying they were the same). How do I remove the option that ask me to view desktop or mobile version?
Thanks
What would be the best way to be able to add a leaderboard bottom, along with mobile leaderboard and mobile leaderboard bottom Ad spots in the theme?
I was using Header ad for the main homepage_top_leader_board.
Thanks in advance.
Hi Andrei L.,
I tried your change, but it does not work well.
But you can not optimize your website in mobile version, at least 85/90% according to Google Page Speed.
As mobile today is the 60/70% of website traffic.
I await your news about
Site: casasdeapuestasweb.com
In the background desktop version click advertising it works correctly.
Mobile version also works well (the fund is not shown). The problem is that when you click somewhere browsing mobile version seems as if the mobile screen out an entire link (although go to the site you have clicked). It is as if, although the fund is not displayed in mobile version, it was carrying in some layer.
What I want is configured to load the background even mobile and tablet version.
Greetings.
Hi
Replace all css with this one, now the border should be displayed fine:
@media(max-width: 768px){
.td-menu-mob-open-menu .td-mobile-nav-wrap{
width: 100%
}
.td-menu-mob-open-menu .td-content-wrap {
left: 100%;
}
.td-header-style-9 {
border-bottom: 3px solid #D60D0D;}
}
}
Thanks!
Hello,
At the moment, there is no difference between the mobile version and the desktop version of our theme. There is no option to change content based on the device used. It can be done with a bit of css if you want. You will need to add an extra class to the latest articles code like so: http://screencast.com/t/736ZoMZatS
Make sure you set your sidebar to none: http://screencast.com/t/Y3UVEVcvie (you can still use a sidebar by splinting your visual composer rows in a 2/3 and 1/3 layout)
Now you can use css to target the latest articles and hide it for desktop and tablets:
@media (min-width:767px){
.mycustomclass{
display:none!important
}
}
Thank you!
Thank you for your response.
But if I add a border-bottom for the header
.td-header-style-9 {
border-bottom: 3px solid #D60D0D;}
On the mobile site, this border will lose about 20% width from the leftside (it only appear 80% width from the right side). The desktop version still appears 100% width.
Do you have any other solution?
-
This reply was modified 10 years by
trigrafik.
Dear Newspaper,
Can i modify the mobile layout of newspaper theme? I only want to show the latest article in the mobile layout but in desktop layout is still the same.
Thank you…
Regards,
Hello,
I have the same problem. I configured a background image click advertising. All right desktop version mobile version but although the image is not displayed background image the system loads and when browsing with mobile and you click somewhere on the web makes a strange as if the entire screen clickable out.
How you could fix that image directly carge not mobile?
Greetings.
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/dkN1ivSk
@media(max-width: 768px){.td-mobile-nav-wrap{
width: 100%
}
.td-menu-mob-open-menu .td-content-wrap {
left: 100%;
}
}
Thanks!
Hello firetoss,
There is an option for it and if you want to rename the word CLOSE from the mobile menu, you can do that from Theme panel->Translations, like this -> http://screencast.com/t/sujG6ucjqYV
Thanks.
Can you show me how to make the Mobile Menu full width 100% the screen.