Mobile issue and CSS hidden

Posted in: Newspaper
Post count: 11

Hello, I have two problems:

http://2022testumgebungmallorca.myilands.de

1. I have NOT activated the mobile plugin. Nevertheless, a button “switch to mobile version” appears at the very bottom of the articles in the browser.
Where does this mobile version come from and how do I deactivate this mobile version and how could I edit this mobile version?

2. I have disabled certain elements on all devices to hide them temporarily. (Element – CSS – Display:Hidden).
How do I re-enable these elements now (Display: Show). I can’t select them because they are currently hidden.

Thx 🙂

Post count: 11

Addition:
The “Mobile” version seems to be shown by the plugin “AMP”.
But how do I edit the elements here?
z. For example, the element “Author” is hidden on all devices via CSS-Settings in the Element. In the mobile version it is now displayed anyway. But I can no longer edit the element, because it is no longer displayed in the editor on all devices :/

Post count: 11

Another problem:
In the Woocommerce store on the product page the button “Add to cart” does not work.
Error message: Your transfer has failed. Please contact the developer of this form processor to improve this message.
On the overview page of all products the button works.

When I “leave the mobile version”, the button works. But the page is displayed with a border on the right and on the top. Also, the following error comes:
Fatal error: Uncaught Error: Call to a member function get_id() on null in /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php:264 Stack trace: #0 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-includes/class-wp-hook.php(307): Jetpack_WooCommerce_Analytics_Universal->capture_product_view('') #1 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #2 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-content/plugins/td-woo/templates/td_woo_view.php(42): do_action('woocommerce_aft...') #4 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-includes/template-loader.php(106): include('/var/www/vhosts...') #5 /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-blog- in /var/www/vhosts/h212666.server05.campusspeicher.de/myilands/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php on line 264

Post count: 35449

Hello,
1. That message appears because you are using the amp and this is set to redirect the mobile users on amp, please disable this option -> https://i.imgur.com/ShXatoR.png

2. If you have hidden it on all devices then it won’t appear anywhere. Open the CSS section in the composer and enter this code in it – https://prnt.sc/pqi1z7 the row should then be visible so you can interact with it. Then you can remove the code, after you make it visible on at least one viewport
.td-pb-row.vc_row {
display:block!important;
}

The elements from the amp are using the mobile theme layout, so the option for those are in the theme panel > mobile theme -> https://i.imgur.com/4VmBIdy.png

The above message/error it is about the jetpack, the problem is coming from there. You need to check the settings from that plugin or disable it.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.