- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
CCS issues solved. page is displayed correctly. We still don’t know where it came from. But since we set back php version from 8.0 to 7.4 we were able to reload css and create a correct mobile page. probably the theme/composer has some issues there?
Another thing is, we tried to set up a caching plugin after we recreated all pages and from our side we seemed to ready to publish. But, all plugins seem to create issues. We tried it with the recommended WP Super Cache plugin, but an interesting error is, that on desktop the home page showed up on desktop in mobile version. happened to us due to the fact we use both devices. After turning of caching plugin, the error is gone and everything is loading correctly.
Have you heard about an issue like that before? Any recommendations for caching? We would like to use it since the page is loading already pretty lame.
FYI: We exactly set up the plugin as you recommended it in your forum blog post.
Hi,
On the mobile version of https://www.creermalin.fr (using the mobile theme) I had a title under the Top 3 grid where one could read “Derniers Articles” (Lastest Articles in English).
So I use the CSS below to hide it:
/* Hides DERNIERS ARTICLES on HP */
.block-title {
display:none;
}
But then the 1st article is stuck to the Top 3 grid.
So I use the CSS below to add some margin:
/* Adds top margin instead of DERNIERS ARTICLES */
div.td-container:nth-child(2) {
margin-top: 30px;
}
It does the job but now, I have a margin above the breadcrumb on every post (pages seem to be fine so far).
Check the breadcrumb on this post for example: https://www.creermalin.fr/contenus/10-astuces-creer-contenu-qualite/ There’s a space above it.
How can I fix it?
Thanks for your help.
Hi,
You can enable/disable the sticky header on desktop and responsive version using the manager -> https://forum.tagdiv.com/header-manager/
About the mobile version. If you do not use the mobile theme plugin and you do not have apply any mobile page, then will be display the responsive version, the one from the desktop. I’m not sure, but I think you may have assigned a mobile page, it should be deselected.
Thank you!
Hi Paradoxer,
The content is bolded because there is a 600 bold set on it. I think that you have some custom css set in the theme panel https://i.imgur.com/yCfrL9x.png and this need to me changed from font-weight: 600 !important; to font-weight: 400 !important;
Or you can use this custom css for mobile theme:
body .td-post-content blockquote p {
font-weight: 400 !important;
}
Set the code in the theme panel > custom code> css.
I hope this will help you!
Thank you!
I don’t know what’s going on, but two pages I could fix. The “About Us” page still can’t be adjusted to a mobile version. Also the color adjustment option with color palette in composer comes and goes. page: sherides.de
Is it normal that with this theme you need to do many adjustments in terms of page speed. At the moment it’s horrible what Page Speed Insights show to us.
Hi,
Indeed, the WP Rocket plugin is not official tested with our theme, but there are many users that use this cache plugin with our theme, maybe the are using the responsive version or the mobile theme plugin and not the mobile page template.
When you are using the mobile page template the layout will be display on the landscape and portrait mode -> https://i.imgur.com/gEvy6po.png
If you want you can make a test using the WP Super cache to see if you ca get better results.
Let me know the results!
Thank you!
Hello!
There is a toggle and you can choose to enable/disable Mobile Theme while you edit a page/post normally in Gutenberg or Classic Editor: https://forum.tagdiv.com/mobile-theme-introduction/
Thank you!
Hello @fdellanna@ideacreativa.eu,
As my colleague said, it looks like you have a mobile theme plugin enabled. so if you want to have the same footer and header as on the homepage, then disable the mobile theme plugin and after that, there should be no more problems.
In case there are any more questions, please check this topic -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and you can write to us here.
Thank you!
I see, so you want to use the mobile theme with the Advanced Ads Plugin.
I think that first you should enable the google fonts for the mobile theme -> https://i.imgur.com/uDAzbZs.png to have the same style for fonts, after that you need to use a custom css for the Call To Action Banner -> https://i.imgur.com/H387Yje.png
.tdm_block_call_to_action {
display: inline-block;
margin-bottom: 32px;
}
.tdm_block_call_to_action .tds-button a {
display: block;
}
Set this code in the theme panel > mobile theme> custom code> css.
I hope this will help you!
Hello @fdellanna@ideacreativa.eu!
It seems that you use Mobile Theme plugin. The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with its own templates/design for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/
If you deactivate the Mobile Theme plugin from Dashboard -> Plugins, then it will load your responsive version automatically(different layout than now, similar as desktop).
Thank you!
Hi. I have reinstalled the Mobile Theme plugin, i don’t have a caching plugin and it didn’t help. Also, all the modifications i do to my website are in incognito mode to be sure there is no cache.
Hello @webdinasty!
Try to reinstall the Mobile Theme plugin and clear the cache. Let me know the results.
Thank you!
Hi. Standard Pack plugin is installed and i have the latest version of the theme and plugins, but it doesn’t help.
Also, my client told me last evening about another error. Whenever i click on any author from About Us page, it shows a 404 error. This happens when the tagDiv Mobile plugin is activated. If i deactivate the plugin, the author’s page works fine.
https://ibb.co/0DG0sQd – 404 error on author’s page
Hi AhmadiKatu,
Usually, this situation appear when you are using the mobile theme plugin and the cache plugin that you are using do not have mobile cache support (or is not enabled).
We recommend to use the WP Super Cache with those settings https://forum.tagdiv.com/cache-plugin-install-and-configure/ -> https://i.imgur.com/pPzH3D4.png
I hope this will help you!
Hi Assia75,
I think that your website is this one http://www.livinginashoebox.com/
I see that the auto scrolling is working on desktop, but on mobile you are no longer using the responsive version of desktop, you are using now the mobile theme plugin and that it is way the auto scrolling is no longer working because the mobile theme plugin do not have this option.
Just disable the mobile theme plugin or use it only for amp.
This should fix the problem.
Let me know the results!
Hi,
Normally, if the mobile cache support is enabled, then should be no problems.
Also, if you want to have different ads on mobile, then you can use the mobile page template(this is using the tagDiv composer) or the mobile theme plugin (this is using theme panel settings).
If you want you can check our video tutorial -> Let’s go Mobile! Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates.
For pagespeed, please try our guide -> How to Make the Site Faster
I hope this will help you!
Thank you!
Hi muktipolice,
Did you test the amp without the mobile theme plugin or with the mobile theme plugin.
If was only the amp, then it is possible to be some problems, but if you are suing it with the mobile theme plugin should work correctly.
In case that you want to try some other amp plugins, you can try some of those -> https://themegrill.com/blog/best-wordpress-amp-plugins/
Thank you!
After the latest theme update the auto scrolling feature has disaaperead from the mobile version of my website. What to do?
Hello Anamaria,
The versions are 11.4.1 of newspaper with magazine PRO Demo installed (as basic foundation of site), and 5.9.1 of wp.
No mobile theme activated.
Have deactivated all plugins a part from the ones that comes with theme.
Still no luck, the “add feature image” box in sidebar is still missing, but is there if I use my android phone to log in to admin and continue with post….
I am lost, have no clue as to why this is happen. And this feature has gone missing for all of us editors (5 of us)
-
This reply was modified 4 years by
mxfarsa.
Hi. I wasn’t able to solve the problem although i have read more topics and followed your instructions.
I have attached a few links with screenshots from my website, maybe it will help to find out what the issues are
https://ibb.co/JBgqQky – in this image tagDiv Mobile Theme is activated and the screenshot is from page About Us (page content is in romanian)
https://ibb.co/4Tr9j1B – in this image the plugin tagDiv Mobile Theme is deactivated and the screenshot is from page About Us (page content is displaying good, but the header doesn’t show burger menu as it displays on home page)
https://ibb.co/qncDZ7q – screenshot from home page where the burger menu displays and works fine
https://ibb.co/4THtGsv – this is how footer should look like on mobile (here the plugin tagDiv Mobile is deactivated)
https://ibb.co/MgvvL56 – mobile footer after i activate the plugin tagDiv Mobile
https://ibb.co/qjc9LgG – theme requirements
I also have deactivated all plugins except the ones from theme and it didn’t help. I have no cache plugin on my website.
Hi,
I’m using Newspaper mobile theme and since recently below message is shown on top of my mobile pages.
Warning: is_readable(): open_basedir restriction in effect. File(/Newspaper/theme.json) is not within the allowed path(s): (/home/klient.dhosting.pl/pkp01/bajki-zasypianki.pl/:/home/klient.dhosting.pl/pkp01/.tmp/:/demonek/www/public/bledy.demonek.com/:/usr/local/lsws/share/autoindex:/usr/local/php/:/dev/urandom:/opt/alt/php53/usr/share/pear/:/opt/alt/php54/usr/share/pear/:/opt/alt/php55/usr/share/pear/:/opt/alt/php56/usr/share/pear/:/opt/alt/php70/usr/share/pear/:/opt/alt/php71/usr/share/pear/:/opt/alt/php72/usr/share/pear/:/opt/alt/php73/usr/share/pear/:/opt/alt/php74/usr/share/pear/:/opt/alt/php80/usr/share/pear/:/opt/alt/php81/usr/share/pear/:/opt/alt/php53/usr/share/php:/opt/alt/php54/usr/share/php:/opt/alt/php55/usr/share/php:/opt/alt/php56/usr/share/php:/opt/alt/php70/usr/share/php:/opt/alt/php71/usr/share/php:/opt/alt/php72/usr/share/php:/opt/alt/php73/usr/share/php:/opt/alt/php74/usr/share/php:/opt/alt/php80/usr/share/php:/opt/alt/php81/usr/share/php:/opt/alt/php53/:/opt/alt/php54/:/opt/alt/php55/:/opt/alt/php in /home/klient.dhosting.pl/pkp01/bajki-zasypianki.pl/public_html/wp-includes/class-wp-theme-json-resolver.php on line 433
Example: https://bajki-zasypianki.pl/bajka-o-skrzacie/
Any advice on how can I get rid of it?
Thanks,
Pawel
Hello Henrik,
Please let me know what version of the theme you have and what WordPress.
Also, did you use the mobile theme plugin?
Also, have you checked for a plugin conflict?
Thank you!
Hi sckapadia80,
In Newspaper theme the Google Analytics Code will be set in the theme panel > analytics/js code -> https://i.imgur.com/K2qeY90.png and will be apply for both theme and mobile theme, only if you are using amp, then the code for amp need top be set here -> https://i.imgur.com/k3UDTve.png
Thank you!
Hi michaeldef,
If you are using the responsive version of the theme, then the mobile font size can be set using tagDiv Composer, edit the single post template and set the mobile view port -> https://i.imgur.com/QrCGzn5.png then select the elements where you want to change the font size -> https://i.imgur.com/eQ0DcUO.png
I hope this will help you!
Hi everyone,
My issue is this: When you start a new post/article on site. Everything loads up and you can start to write your post, but for some reason the block with “Add feature image to post” that used to be on the sidebar in Gutenberg editor, this block is missing and I have not seen any solution to add it back in?
Have tried adding following code to functions but without any luck:
// Add theme support for Featured Images
add_theme_support(‘post-thumbnails’, array(
‘post’,
‘page’,
‘custom-post-type-name’,
));
This code is also listed in functions but for some reason its gone now.
Anyone else having this issue? it has been going on for some time now. The strange thing is that if you log in by mobile phone, you get this option, but not if you sit at a computer?
Is it a theme related issue? or a wp issue?
Been searching but have not found any solution…
We are several editors writing, and we all have the same issue. So its not only me and my computer either.
Hope that anyone here can help/guide me in right direction, this need to be sorted.
Kind Regards,
Henrik