- 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
Hello,
I just checked now your website and seems to look fine -> https://i.imgur.com/GD2UKnU.png
Please make sure you have set the AMP and mobile theme like in our guides -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
-> https://forum.tagdiv.com/the-mobile-theme/
Thank you!
https://www.politicaltruthnow.com/
Hi, I have a problem with the mobile version. Sometimes my logo is PoliticalTruth, sometimes it’s TodayNews. I used a pre-built template.
Also I want to turn off the featured images in the post, but the option in theme panel doesn’t work. Please give me solution. Thank you
Hi!
I have EXACTLY (!) the same issue as you can read here:
https://forum.tagdiv.com/topic/amp-plugin-and-tagdiv-mobile-theme-plugin-conflict/
A few weeks ago I had both plugins (AMP and MobileTheme) installed and both displayed perfectly in my WordPress backend. Because I was very unhappy with the design options of “AMP” and “Mobile Theme”, I deactivated and deleted these plugins again.
But now I’m again very unhappy with the page speed, which is why I installed and activated both plugins again.
Now I have the same problem as the user “vanisticz” from the above topic: The AMP plugin is displayed perfectly in my WordPress backend (as long as the mobile theme plugin is disabled). As soon as the Mobile Theme Plugin is ACTIVATED, the AMP Plugin disappears in my WordPress backend.
It won´t help you to fix this problem but my website is: https://www.motivationsheld.de/
I believe that you need access to my backend and CPanel?
Please let me know!
Thank you!
When you visit the http://www.capitallinkshipping.com from desktop you will see the layout for mobile.
Why?
The mobile setting of tagdive is “Use mobile theme for: Mobile”
Thank you.
Hello!
I’m sorry to hear about this.
Please read all about AMP here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/ and Mobile theme here:
– https://forum.tagdiv.com/the-mobile-theme/
– https://forum.tagdiv.com/mobile-theme-introduction/
You can use the Mobile theme plugin without AMP too.
Thank you!
Dear Sirs I have installed RomaniaNews prebuilt, but in the mobile version (the responsive version and not with the mobile plugin theme) I have many types of sub footer. I want to edit copyright Newspaper WordPress Theme by TagDiv (is not possible via TagDivcomposers,I also edited footer.php but nothing has changed). Thanks
Hello,
Usually, this happens with cache plugins. If the cache plugin does not have mobile support then the mobile theme version can be delivered instead.
The solution would be to use the recommended WP Super Cache plugin instead and activate these settings (especially the mobile device support): https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also, please make sure you have enabled the mobile cache if the plugin has this option
I hope this helps.
Thank you!
Hello!
We have 3 options of mobile versions that you can use:
1. Responsive version: A responsive version of your website is looking similar like on desktop, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there or adjust them to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
3. 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/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
You can choose to use which one is more affordable and useful for you.
If anyone doesn’t fit as you created, then make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Thank you!
Hi,
Please disable the tagDiv mobile theme plugin, clear all cache and check after the mobile version.
Am getting this: https://ibb.co/27xJRNt
Instead of this: https://ibb.co/d26RxBh
I’ve followed the procedures in the article, even uninstalled both mobile themes and AMP plugins but the issue remains the same. The global mobile templates I created with tagDiv composers aren’t working on mobile
The link to my site is: https://www.sourceht.com/
-
This reply was modified 4 years by
mikerono15.
Hello!
You need to take into account:
External factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors.
Our developers are working a lot to improve the page speed in every update.
As a suggestion, disable the lazy load animation. Other starting points to improve your website page speed are here:
– https://www.xtechkr.com/optimize-newspaper-theme/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://developers.google.com/speed/docs/insights/v5/about
– https://www.youtube.com/watch?v=tnkVapqhIHc
Please check the tutorials from those platforms gt metrix and Google Pagespeed Insights and I’m sure you can increase the page speed.
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Thank you for understanding!
Similar problem here. My Mobile Responsive Theme is not working. I’ve tried uninstalling both Mobile and AMP plugins the issue remains the same. Last time I clicked the toggle on the ‘Serve all templates as AMP’ on the AMP plugin..worked a bit but was back to default. How can I fix this? Site link: https://www.sourceht.com/
Hello,
It looks like you have two images, which are set but no longer exist in the media library, and that’s why it takes a while to load because it’s looking for those two images -> https://i.imgur.com/kuoBoJC.png so please go in theme panel -> background -> Mobile menu -> https://i.imgur.com/DSM09oO.png and Sign in ad check if here are those links, please delete them.
Thank you!
My ‘Mobile Responsive Theme’ is not working. I’ve tried uninstalling both Mobile and AMP plugins the issue remains the same. Last time I clicked the toggle on the ‘Serve all templates as AMP’ on the AMP plugin..worked a bit but was back to default. How can I fix this?
Hello,
Unfortunately, there is no option in Newsmag theme to remove the search option. What can be done is to use a css to hide it.
For example if is used the responsive version, then it can be used this css
#td-top-search{
display: none;
}
and the code need to be set here -> https://i.imgur.com/AQD7Fp3.png
If you are using the mobile theme plugin the css is this one
.td-search-icon{
display: none;
}
and need to be set in this place -> https://i.imgur.com/6xrotZH.png
I hope this will help you!
Hi i was wondering if there is any way to have a mobile app connected that will work with the theme if not any recommendation on what path should i use to have a mobile app for the theme ?
Hi,
I have followed all the documentation on how to create mobile pages with the Newspaper theme (classic blog pro without the standard pack). However, when I create the pages and check ‘Copy content’ – the mobile page is created without any content on it.
Image attached is the view from desktop when creating the mobile page. All the content is there. But when you try and view on mobile device, no content is there.
See on mobile: snizzle.com.au/privacy
I have also tried to go in and manually add text into the mobile pages, but the ‘add content’ section just loads indefinitely. I have tried on multiple browsers and nothing works.
Can you please advise me how to fix this, I have tried everything and it has been days now I have not been able to launch this new site because of this issue.
Thanks.
Hi there!
I’m using the Newspaper theme fully with customized templates for both web and mobile versions of the site in 3 languages (“polylang” plugin).
I tried both “search form” and “header live search” for web, and “mobile live search” for mobile pages with different outcomes:
– Search form on the web shows English posts on any language, when search for german posts keywords it shows no results.
– Header live search on the web shows translated post only when search content contains keyword from the English post. Example: I type: “Body language”, live search shows the post “Körpersprache: Tipps und Tricks”. When pressing “Enter” or clicking “view all results”, it happens the same (already described in “Search form”).
– Mobile live search on mobile pages shows the live search perfectly (example: typing “Körper” shows the live result of the post “Körpersprache: Tipps und Tricks”, but when entering all results it happens the same as above described – no results.
Subdirectories:
https://enigmaexpert.com/
https://enigmaexpert.com/de/
https://enigmaexpert.com/sr/
What am I doing wrong? Could you please check it for me?
All best to the Newspaper Theme Team! 🙂
i am using wp super cache plugin. everything working fine on desktop and mobile. but when i try to open cache version of my website in desktop it shows a mobile version rather than a desktop version. i also using mobile theme.this is screenshot.
Hello!
If you have the Mobile theme plugin installed and active, then you use the Mobile theme version. In order to display the responsive version, you need to uninstall the Mobile Theme plugin.
Thank you!
Thank you very much for the information and recommendations. I currently have both Mobile and Amp turned on. I was able to edit the site within TagDiv Composer’s phone viewport. When I’m editing in TagDiv’s phone viewport, while also having Mobile & Amp turned on, am I using the “responsive” theme or the “Mobile” theme?
Hello!
1. Please check the settings from the homepage and apply them for the other pages too.
2. You can copy paste the elements in the other page as well.
3. There is only 1 element displaying on 2 rows. So, you can limit the flex block at 4 posts and add other flex block with limit 4 and offset 4.(or copy paste it). For more information about the settings, please check this guide: https://forum.tagdiv.com/flex-block-settings-guide/
4. You use the Mobile Theme plugin, so you can not modify that because there are only some settings in the Theme panel -> Mobile theme.
We have 3 options of mobile versions that you can use:
1. Responsive version: A responsive version of your website is looking similar like on desktop, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there or adjust them to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
3. 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/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
You can choose to use which one is more affordable and useful for you.
5. Please check this guide: https://forum.tagdiv.com/social-sharing/
6. Use a responsive version and all you need to do is to uninstall the Mobile Theme plugin.
Thank you!
I am dissapointed. This video implementation is the main reason I decided to buy this theme.
Can you give me instructions how to implement video on mobile version? Or your develepers can do it for me?
Hello,
Usually, the color is set on row https://i.imgur.com/5HlkTPK.jpg
The background image and color for the mobile menu are set in the Theme Panel -> Theme Colors -> Mobile Menu -> https://i.imgur.com/9eYp5W9.png -> https://i.imgur.com/Ednt2zW.png
-> https://forum.tagdiv.com/background-introduction/
Thank you!
This is just a helpful comment and not support 🙂
‘Responsive’ is the theme without the mobile plugin activated
I have a very busy news site – it depends if you’re building a new one or have an established site I think –
I wouldn’t bother with AMP at all – the theme with good hosting can be as fast as AMP –
AMP isn’t a ranking factor on search results, AMP doesn’t need to be implemented to be on Google News carousel either now – publishers are leaving AMP because it’s a pain to keep preparing for it – and you lose your URL because everything on AMP starts google.com/xxxxx
Check out SearchEngineJournal’s article – Should You Abandon AMP? 4 Considerations To Help You Decide
I don’t think anyone should bother worrying about AMP now, it’s pretty much dead – when I dropped it nothing changed at all on search rankings – if anything they got better
With my site the desktop is a design from a Cloud Template and edited how I want
I’m building a mobile page that’s less cluttered and easier to view than the desktop – so you don’t have to change it every time you change the desktop – unless you really want them to be identical, in which case you may as well stay responsive
Honestly the theme if you take time to read the docs and ask support can literally do anything you want – and with some tweaks ( there are forum posts about it down the years ) you can make it really fast. Check westbridgfordwire.com mobile speed – currently just the responsive version ( mobile page under construction )
Also in TagDiv Composer choose viewport at the top and some design changes can be applied there without the need for a separate ‘mobile page’
As I said just what I find best – I’m sure TagDiv support may be clearer for you 🙂