- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
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?
Hello!
Unfortunately, there is no option to change the default sizes for the mobile version.
Thank you for understanding!
Hello Alessio!
Here you can remove/set a picture for mobile menu background: https://www.screencast.com/t/x3Xrln2b88x
Thank you!
[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.
Hi,
I have this problem too: it seems to happen only on mobile devices with screen width at 1024px and above (realme gt neo 2, iPhone Pro Max tested), is there a method to set screen width for mobile version switch?
Thanks!
Hi i can’t find where to change image background on mobile menu. See image https://ibb.co/ryyc1YF
Thank you
Alessio
it has stopped showing on my desktop but still showing on mobile device. the URL is Zambiawatchdog.com
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!
Hi WordDom,
I see that now the desktop results are better than on mobile – https://i.imgur.com/pOf9JMU.png – https://i.imgur.com/9qi3aDq.png, but for the moment the status for Core Web Vitals is the same, maybe it needs a few days to be checked by more users.
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!
Hello @gracesteban!
Please check this thread: https://forum.tagdiv.com/topic/the-mobile-version-and-amp-version-is-not-displayed-correctly/
Thank you!
Hello!
The changes need to be done in those files https://i.imgur.com/CH8RfMH.png -> https://i.imgur.com/gwmwQ6p.png also the h3 from the comments I think that is coming from this file wp-includes/comment-template.php https://i.imgur.com/9ZOr7FO.png
If you are using the mobile theme plugin, then you need to apply the changes for this too -> https://i.imgur.com/AgI6GKp.png -> https://i.imgur.com/mQESGpX.png
Save the code and replace it after the update.
Thank you!
Hello,
Did you add your logo in Theme Panel -> Header? If yes, please delete it and let only in the mobile theme the logo.
Thank you!
Hello,
You have the mobile theme plugin activated.
To customize the mobile theme plugin you need to go in Theme Panel -> Mobile theme.
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!
Hello,
To add the social icons you need to edit with tagDiv Composer, search after social icons and set the link for social platforms https://www.screencast.com/t/kATmr6b3yg
You can manage the social icons for the mobile menu from the Theme Panel -> Social Networks => https://prnt.sc/10112uu
Hope this helps you!
Thank you!
My WP website is http://www.pilbitnews.com. It loads fast on desktop, but it takes about 9 seconds on mobile platforms. Should I change my newspaper theme? What plugin do you recommend that works best with TagDiv Newspaper theme?
METRICS
First Contentful Paint
3.5 s
Time to Interactive
10.1 s
Speed Index
5.6 s
Total Blocking Time
1,830 ms
Largest Contentful Paint
9.9 s
Cumulative Layout Shift
0.016
I am using Newspaper theme but theme (website) looks different on mobile and desktop. Please check Header and Footer area.Check here
Hi there,
When I go to my website headerbidding.com on my phone, it shows the incorrect header and no footer. I’ve deactivated my cache plugins but this is still showing!
https://drive.google.com/file/d/13LYvcCXojnV8ssvMWfblr404y7z4esZJ/view?usp=sharing
We have a staging site at staging19.denverlifemagazine.com that you can take a look at, but the issue is when viewed on mobile the entire home page down to the footer does not render, and then when you try to scroll back up it freezes.
There are currently no other active plugins on this staging site besides the Tagdiv composer, cloud library, and standard pack since they require each other it seems.
Any assistance would be greatly appreciated, thank you!
I need to edit the checkout page
1. Change the Buy Now button in the shopping cart
2. Move to the checkout page when clicking the Buy Now button
3. Modify checkout page form
The current form of the theme does not match the situation in Korea.
Korea does not distinguish between first name and last name, so I would like to collect only [Name, mobile phone, email] information.
5. Modify the login page
[Name or e-mail address] is displayed on the login page. I want to convert English to Korean so that I can intuitively write only [e-mail]. where can i do this?
If you can simply put the contents into code, please code it and tell me the path.
HI,
Well, when you navigate on mobile (on the home page https://t5mad.com/), opne the hamburger menu and click on the menu items with anchor links (Agencia, Estudio, Eventos). You’ll see that they don’t work.