- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Already uninstall the mobile theme & AMP plugin
Everything looks fine on PC and phone.
May I know why this function cannot be turned on?
Dose mobile theme & AM P plugin increase web page speed?
Thank you
P.S.: In addition I would like to know, how I can control the Ads in an AMP article (via mobile theme and official AMP plugin)
Hello,
You can set the limit for the latest posts here for mobile theme -> https://i.imgur.com/iMmxxMw.png
Thank you!
Hello @swankyfella !
If you have the Mobile theme plugin disabled, then you don’t need that code.
Specify only the folder name: /wp-content/themes/Newspaper/images/icons/newspaper.woff
Thank you!
Hi,
I’m using cloud templates too, and want to add ads globally to all posts.
If I understand it correctly, I need to go into my single post template (and not use the article ad option in the theme panel), right?
There, I’m having trouble adding a top ad just for mobile devices – how can I exclude tablet and desktop for that?
Thanks,
eC
Hello @ndodariya!
The AMP works better only with the Mobile Theme plugin. From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Please read all about AMP here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Check this thread also: https://forum.tagdiv.com/topic/as-a-result-of-checking-the-amp-version-of-the-website-it-was-found-that-the-st/
Thank you!
Hello
In newspaper theme panel, on section mobile theme – grid & latest article settings at number of post to display 6 is the biggest value. Is any solution to increase the value?
Hi @Bettina,
Thank you for the quick response. Is the second code, the one for mobile theme, only needed if I use the dedicated mobile theme?
I will try it and then get back to you.
EDIT – sorry, considering that I use WP Rocket, I will preload the fonts there. Do I add the links from example in code, like “/wp-content/themes/Newspaper/images/icons/newspaper.woff?17”, or just “/wp-content/themes/Newspaper/images/icons/newspaper.woff”, like in the screenshot of WP Rocket settings?
Thanks.
-
This reply was modified 3 years by
SwankyFella.
-
This reply was modified 3 years by
SwankyFella.
Hello,
Unfortunately, this can’t be achieved using the mobile theme plugin.
Thank you!
Hello Hakan!
Please check the settings you applied here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/ ; https://forum.tagdiv.com/the-mobile-theme/ ; https://forum.tagdiv.com/mobile-theme-introduction/
If the problem is still there, then please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cpanel url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hi,
@imranarshad,
The menu is created in Appearance -> Menus.
To change the font and color for the mobile menu, please go to Theme Panel -> Theme Colors -> Mobile menu/mobile search => https://www.screencast.com/t/0CvSgXp9H to set a background image go in Theme Panel -> Background -> Mobile menu/mobile search => https://www.screencast.com/t/uvDejzbX to change the font from Theme Fonts => https://www.screencast.com/t/ANBQe7hQhJd.
The social icons from the mobile menu are coming from the Theme Panel -> Social/Apis -> Social Networks -> https://i.imgur.com/kKYIECB.png. Remove/edit them after your needs.
@ilouie,
I saw that you also wrote about the topic and sent an email; not all problems are alike.
For example, with you, maybe you have a conflicting plugin, or maybe you added a custom code that interferes with the theme, we will investigate it, but you have to be patient because the support is from Monday to Friday from 8:00 AM – 5:00 PM.
Thank you!
@bettina Didn’t understand. Please explain in details. What is dimension for that particular theme. What is dimension of that square image? And problem is it is different in mobile and other devices? Also, when we open post after clicking on this image, it goes behind the title. So the feature image becomes huge horizontal cover image. If we give small dimension like u said 50*50, it will be stretched and look ugly on post.
Hope u r getting my point.
Hi my website is https://www.wendyjourney.com/ and use Newspaper Version: 12.1.1 REGISTERED
There are some page that will display the normal theme like below
in pc
https://www.wendyjourney.com/zurich

in mobile
https://www.wendyjourney.com/page/4

but some pages are not themed like below
in pc
https://www.wendyjourney.com/swiss-pass-and-half-card

in mobile
https://www.wendyjourney.com/page/3

I discussed with my server manufacturer cloudways.com, cleared server & cloudflare cache but it still didn’t work
The following is the response from the server manufacturer Cloudways Support team
Support (Cloudways Ticketing System)
Dec 9, 2022, 10:23 AM GMT+5
Hello There!
I hope this finds you well. I have checked your caching and it looks setup fine. Can you please check with your theme developer if theme is compatible varnish and object cache? And also ask for their suggestion if they recommend any other cache plugin for their theme. Furthermore let us know if theme requires anything exceptional on server level so we could setup that too for you. Thanks!
Kind regards,
Usama Sharfi
Please help me how to troubleshoot this problem, Thank you
Hi, we can add code in head for desktop and mobile theme but not for mobile+amp because there is no head section for amp.
This is bad because CMP code for amp needs to be inserted in head code on amp pages.
How can we do it ?
Salve, sito https://tenacemente.com/
Vorrei sapere se è possibile aggiungere gli articoli più letti del giorno (tramite Jetpack) nella Home del Mobile Theme. Grazie.
Hi,
I suppose mobile theme has a lot of optimizations for CWV.
Maybe you use defer or delay js ?
PRoblem is ads only show if the user interacts with the content like scrolling.
If there is no scroll, then ads don’t show (talking about adsense)
And it makes big drop for earns.
How to resolve it ?
Hello,
i have installed child theme and made some changes to functions.php which are working fine. but they are not working on mobile as I have mobile theme plugin installed. i had to make changes to wp-content\plugins\td-composer\mobile\functions.php to make them appear on mobile. but after theme update they are gone and i have to edit mobile’s functions.php again, is there any way keep those changes in mobile’s functions.php after update?? like child theme’s changes which stay on desktop?
[Information]
I’m using the real news demo.
My site is duweek.com.
I have a question about changing the Buy button.
1.
I put the code to delete (or change) the shopping cart button. But I can’t change it. Please check whether the code is correct or the method is correct.
// 곧바로 체크아웃시키기
add_filter (‘add_to_cart_redirect’, ‘redirect_to_checkout’);
function redirect_to_checkout() {
return WC()->cart->get_checkout_url();
}
// 장바구니 텍스트 변경하기
add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woo_custom_cart_button_text’ ); // 2.1 +
function woo_custom_cart_button_text() {
return __( ‘바로 구매’, ‘woocommerce’ );
}
2. Button Modification PC and mobile are different.
I put the [width: 100%;] code to adjust the width of the shopping cart button. The PC is adjusted normally, but the mobile is not applicable.
3.
I want to align the buy (or shopping cart) text to the center and the amount (amount) above to the right inside the box. How can I do this?
4.
Every time I click Buy (or Shopping Cart), the shopping cart is added up unnecessarily. Due to the nature of digital products, only one item is required. Is it possible to forcibly stop this? page move
Also, the page is quite narrow on the PC screen and is not intuitive to the user. I tried [Newspaper Builder] for design, but an error occurred. Is the external page (or plugin or function) unmodifiable? Can’t use the Newspaper template? (Change)
5. Checkout page form issues
Deleted unnecessary forms with code. (Only name 1, phone number and email are required)
However, the width of the form of the name does not match, so I put CSS [width: 100%;] cor, but it does not apply to both PC and mobile.
First of all, this is the code for deleting the form. Please check if it is correct.
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 11);
function theme_enqueue_styles() {
wp_enqueue_style(‘td-theme’, get_template_directory_uri() . ‘/style.css’, ”, TD_THEME_VERSION, ‘all’ );
wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );
}
function wc_remove_checkout_fields( $fields ) {
// Billing fields
unset( $fields[‘billing’][‘billing_company’] );
unset( $fields[‘billing’][‘billing_country’] );
unset( $fields[‘billing’][‘billing_state’] );
unset( $fields[‘billing’][‘billing_last_name’] );
unset( $fields[‘billing’][‘billing_address_1’] );
unset( $fields[‘billing’][‘billing_address_2’] );
unset( $fields[‘billing’][‘billing_city’] );
unset( $fields[‘billing’][‘billing_postcode’] );
// Shipping fields
unset( $fields[‘shipping’][‘shipping_company’] );
unset( $fields[‘shipping’][‘shipping_country’] );
unset( $fields[‘shipping’][‘shipping_phone’] );
unset( $fields[‘shipping’][‘shipping_state’] );
unset( $fields[‘shipping’][‘shipping_first_name’] );
unset( $fields[‘shipping’][‘shipping_last_name’] );
unset( $fields[‘shipping’][‘shipping_address_1’] );
unset( $fields[‘shipping’][‘shipping_address_2’] );
unset( $fields[‘shipping’][‘shipping_city’] );
unset( $fields[‘shipping’][‘shipping_postcode’] );
// Order fields
unset( $fields[‘order’][‘order_comments’] );
return $fields;
}
add_filter( ‘woocommerce_checkout_fields’, ‘wc_remove_checkout_fields’ );
add_filter(‘woocommerce_checkout_fields’, ‘custom_override_checkout_fields’);
function custom_override_checkout_fields($fields)
{
$fields[‘billing’][‘billing_first_name’][‘label’] = ‘Name’;
return $fields;
}
6.
I installed a plug-in externally because I needed to use a feature that Newspaper didn’t have.
However, the news paper login, checkout, and thank you pages do not appear and are newly applied.
Can’t you just use the plugin for functionality and use the existing Newspaper demo method for login, checkout, and thank you pages?
!! Please, I would appreciate it if you apply a case-by-case method that only allows you to view specific content when paying for a specific content in the next update. This is a much-needed feature.
Pages on desktop and mobile devices display question marks errors. I updated the theme with all the plugins but still showing errors.
Hello @prothomprokashito,
As I said , you can’t customize the AMP pages with the tagDiv Composer. Please check our documentation
-> https://forum.tagdiv.com/mobile-theme-introduction/
-> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
-> https://forum.tagdiv.com/the-mobile-theme/
You do not need to create a separate page for mobile; only if you use a mobile page, please check the documentation -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ and disable the mobile theme and amp plugin.
AMP works only with the Mobile theme plugin.
Thank you!
Hello,
If you disable the mobile theme plugin, then if you add it in the footer section in the column text should work -> https://i.imgur.com/tL82y7I.png
Thank you!
Hello Hakan!
Do you have the Mobile theme enabled on that post?
Thank you!
Hi this is Hakan,
I have an issue with AMP pages. I want my AMP version look the same as mobile theme. Whenever I apply mobile theme to AMP and activate AMP, AMP pages look different then mobile usual pages. Check these screenshots:
Hello,
Please disable the mobile theme plugin, clear the cache and check the results.
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and choose what mobile version you want.
Thank you!