- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Yes.. I implemented it by entering the code on the hearder ads on mobile theme:
<async custom-element = “amp-sticky-ad” src = “https://cdn.ampproject.org/v0/amp-sticky-ad-1.0.js”> </ script>
And entering this code on amp ads im theme panel:
<amp-sticky-ad layout=”nodisplay”><amp-ad data-ad-client=”ca-pub-xxxxxxx” data-ad-slot=”xxxxxx” height=”50″ type=”adsense” width=”320″></amp-ad></amp-sticky-ad>
My problem, I want to hide the empty space on this ad. Please check it http://prnt.sc/nv03v0
Can you give me a good CCS ? Waiting for you
Hi,
I think that this problem can be fixed by changing a line of code in wp-content/plugins/td-composer/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>
-> https://www.screencast.com/t/Fj94HAommH
With:
<html <?php language_attributes(); ?> amp>
-> https://www.screencast.com/t/yIjgHPfpB
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hi @ekreator,
Please make sure that you install correctly the theme, without overwrite the old one;
Since Newspaper v9.7 the mobile folder was moved from theme in tagDiv Composer plugin.
-> https://www.screencast.com/t/reUJZ4xcbqJ
Hi amandajholden@me.com
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hello,
I have updated to the re-uploaded latest version of Newsmag today, and now I am getting an error message on the frontend when logged in as administrator:
wp_booster error:
The category template td_category_template_1 doesn’t exist. Did you disable a tagDiv plugin?
The cause for this error message seem to be my custom plugin that uses tagDiv API, namely this part:
/**
* Update the Style 1 instead of adding a new one, so that we can display the text description for categories while hiding the top menu
*/
td_api_category_template::update('td_category_template_1',
array (
'file' => $this->plugin_path . '/templates/td_category_template_custom_1.php',
'img' => TDC_URL_LEGACY . '/assets/images/panel/category_templates/icon-category-1.png',
'text' => 'Style 1 - Modified',
'group' => '' // '' - main theme, 'mob' - mobile theme, 'woo' - woo theme
)
);
The code actually seems to work fine and my custom template is actually being used, so it’s just the error message.
Am I doing something wrong?
Update:
I also tried to re-write the code by replacing the update() with add() and changing to a custom id, but the same error appeared, with the new id 🙂 And again, the category template works, but just the weird error message appearing on the frontend (only when logged in).
Notes:
There is no error message for my other uses of tagDiv API, which includes:
td_api_top_bar_template::add(...)
td_api_header_style::add(...)
td_api_footer_template::add(...)
So for me the error only appears when I am using td_api_category_template::add() or td_api_category_template::update()
The problem is that everytime I try to update the plugins either using the theme dashboard or the plugins page it gives me this error:
PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Td composer had also disabled itself and won’t enable again. Other people seem to be having this exact issue. Also, the desktop version now has the formatting of the mobile theme. There’s something wrong with the delivery of the update.
Not with wocommerce.. I have made a normal page and showed all the products using the tag composer… and that page is not visible because of mobile theme…
How Can I show that page if I am using tag composer?
Hi,
So you want to display products on mobile, using Woocommerce shortcodes would work
– https://docs.woocommerce.com/document/woocommerce-shortcodes/
Try entering shortcodes in the mobile editor – http://prntscr.com/nuvhtf
Should work – http://prntscr.com/nuvi21
Unless content is entered in the mobile editor, the pages will be empty on mobile (when the mobile theme is active) regardless of what the desktop page contains.
Thanks
I pasted direct HTML in mobile section and it’s working now.
But I’m facing one more problem.
How can I add custom javascript for mobile themes including <script> tags?
What is the best way to set a different home page for the mobile + amp theme?
I have a Static Home Page set under wp-admin/options-reading.php for desktop
but we require a different experience for mobile users and so a different page
Hello !
Usually when the mobile version appear on desktop are some problem with cache plugin, browser cache, please clear all cache and try again.
We recommend using WP Super Cache -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ Make sure if you have followed the steps from this guide if you want to achieve good theme results.
Thank you !
Hello !
1. I’ve answered above !
2. To change the color of categories on mobile theme i will need a link to your page so we can provide a custom css
3. Take a look at this tutorial: https://www.howtogeek.com/196087/how-to-add-websites-to-the-home-screen-on-any-smartphone-or-tablet/
Thank you !
Hi,
In order to remove all these from mobile theme, please try this custom css
.td-page-header, .td-menu-socials .td-social-icon-wrap, .td-module-meta-info{
display: none;
}
You need to set the code in Theme panel>Mobile theme>Custom code>css
Thanks!
Hi,
You need to check in Plugins and delete the tagDiv Mobile Theme https://www.screencast.com/t/scIuvsPNbV after that go in Newspaper>Plugins and update the tagDiv Mobile theme and activate it https://www.screencast.com/t/54HcBdG8p ( if you need it ).
Hope this will help you!
Thanks.
I have made a product page and I want to show that page on mobile. Mobile Theme is activated because of that page is not visible on mobile.
If I remove mobile Theme, will it affect AMP ? Using just AMP is fine or mobile theme is required for this
I’m not sure if my problem is related but … I have 5 categories and 13 subcategories (across the 5 main categories). Last week my mobile menu would have a small arrow on the far right to open into the sub category. Today I can only see the main category themes. Has something changed or do I need to change something? I re-did the menu and I’m setting the mobile menu in a header cloud template. I am NOT using the mobile tempate or AMP. http://www.midlifecurious.blog
Thanks
To fix this go to theme panel/background/mobile menu-Search background and remove the background image.
- How to remove date & author from the mobile theme home-page?
- how to remove social icons from the mobile menu?
- Remove page titles from the mobile theme?
hello,
in the last update, v9.7.3, tagDiv Mobile Theme has an error.
Fatal error: Cannot declare class Mobile_Detect, because the name is already in use in /home3/r65364nofa/public_html/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 28
i am the only user with this error?
Hi,
I think that you have activate the mobile theme plugin, you you want to have the desktop design you need to deactivate the mobile theme plugin.
If there is still a problem, please provide me a link were I can check those problems.
Thank you!
Hi,
I think that this problem is because you set the code for newsletter from desktop page on mobile editor.
Please set in the mobile editor the code that you get from mail-chimp in text editor -> https://www.screencast.com/t/wzqONco5 or deactivate the mobile theme plugin.
Thank you!
So, I followed this method to create the newsletter signup page: https://forum.tagdiv.com/the-newsletter-plugin/
You can see our page here: https://sciencehook.com/newsletter-signup
This page is working fine on desktop but on mobile, it is showing “The site is experiencing technical difficulties.”
Please let me know what can be the problem and how to fix it.
Thanks a lot.
Hi,
You can try this custom css to remove the animation from mobile thme
.td-menu-background, #td-mobile-nav, .td-menu-mob-open-menu #td-mobile-nav, .td-search-background, .td-search-opened .td-search-background{
transition: none;
}
The code need to be set in theme panel>mobile theme > custom code> css
Thank you!
Hi there, First of all, NewsPaper is my All time most favourite theme. but Now I’m facing a problem with Mobile editor. I don’t know why it not working. I have created a page where I wrote 1700+ Words of Artice with 15+ Images (You can say this is a post, But I want to share it on my Page section). After publishing the page it shows on PC or desktop but not in Mobile, Because of when I Copy past the same content from the main editor to Mobile Editor and click save. After refreshing the page the mobile page editor still Blank. I don’t know why it not saving the content. here is the link of my article https://statusmafia.com/cute Now please give me the solution or Fix the issue and update the theme.
Hi,
Unfortunately the only way to change the excerpt_title from mobile theme is to change that value in mobile files wp-content/plugins/td-composer/mobile/includes/td_config_mob.php
-> https://www.screencast.com/t/PW9XUXJEESJv
Thank you!
Hi,
The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Let me know if you have more questions!