How do I activate the mobile home?

Posted in: Newspaper
Post count: 460

Hello team,

I’m really excited about the new updates. I just installed the latest version of newspaper, but I’m a little clumsy about this.

I want to use my home page responssive. I want to use the categories in a responssive way. I want to use the contact page, in a responssive way.

And I want all post/publications to use the mobile plugin. Because this way you get a better score on Google pagespeed.

I know this should be possible with the new update of Newspaper, but I do not see the way Can you help me?

  • This topic was modified 7 years by Jose.
Post count: 35449

Hi,

Yes, in the new version of the theme ( Newspaper v9.7.4 ) you can enable/disable the mobile theme on posts and pages, but in order to do that you’l need to use the Gutenberg editor, you’ll need to edit the page using the backend, and click on the mobile icon -> https://www.screencast.com/t/lNcNzjAhZS0 -> https://www.screencast.com/t/h4nrMSw4LOmx , you can check the new options for the mobile theme here -> https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Post count: 460

Thanks Calin for the clarification, the problem is that I do not use gutenberg. I will have to catch up.

And for the categories created with a template of the library, like for example: https://bit.ly/2SlC3E4 Is it possible to keep the option desktop-responsive?

Post count: 460

Sorry Calin, I have a problem.

I have deactivated all plugins, deleted cache, etc.

I’m using gutemberg, I’ve deactivated mobile for my home page, but it seems that something is not working.

Can you help me locate the problem? url: https://bit.ly/2LILBJU

https://fotos.subefotos.com/ea363d3a50727cc3cc60a998db4ec502o.jpg

Thanks

  • This reply was modified 7 years by Jose.
Post count: 35449

Hi,

So you deactivate all non theme plugins, clear all cache and the option for responsive version is still not working? please make sure that you made the update according to our documentation -> https://tagdiv.com/update-newspaper-theme/ and all theme plugins are updated, if you made all those steeps and the problem persist, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Post count: 460

Yes, I do all this and have a problem 🙁

Email sent, thanks

Post count: 460

Hi again,

Thank you for fixing the bug on my secondary page. But I need you to please tell me how the bug was fixed, because the same thing happens to me on my home page and I need to fix it.

Can you tell me how it was fixed?

Post count: 35449

Hi,

The fix was make inside the mobile theme plugin, in td_mobile_theme.php on the line 183 this code $post_id = url_to_postid( $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); was change with this one $post_id = url_to_postid('https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); because our website do not provide a $_SERVER[‘REQUEST_SCHEME’] this was change with https.

Thank you for your understanding!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.