Home › Forums › WoodMart support forum › Theme is showing too much
Theme is showing too much
- This topic has 19 replies, 2 voices, and was last updated 4 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
February 15, 2020 at 9:51 pm #173723
Soho89ParticipantHey,
I just included the plugin Germanized Pro and activated the multistep checkout. Unfortunately it displays way too much. basically everything under the Button “Weiter zu Schritt 2” Whereas it works fine with other themes. Any idea how to fix that, without disabling the plugin and without using css? If I do so, the boxes disappear in the other steps where they are suppossed to be shown.
Thanks!
Attachments:
You must be logged in to view attached files.February 16, 2020 at 8:30 am #173760
Artem TemosKeymasterHello,
Could you please send us a screenshot of how it works with other themes and provide us your admin access so we can test this? Also, send us a step by step instruction on how to reproduce the problem. We will also need to switch between the themes to see the difference and understand why it works in a different way with WoodMart.
Kind Regards
February 16, 2020 at 8:55 am #173779
Soho89ParticipantHey,
To find the settings go to woocommerce–>settings–> Germanized–> Mehrstufige Kasse, screenshots from other themes are attached. Unforunately the are missing the button for the next step.
Credentials are:Thanks
Attachments:
You must be logged in to view attached files.February 16, 2020 at 10:50 am #173801
Artem TemosKeymasterPlease, send us your FTP access as well so we can check what is wrong.
February 16, 2020 at 10:56 am #173803
Soho89ParticipantHey,
see access data below
February 17, 2020 at 7:17 am #173917
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to do this
remove_action( 'woocommerce_checkout_order_review', 'woodmart_open_table_wrapper_div', 7 ); remove_action( 'woocommerce_checkout_order_review', 'woodmart_close_table_wrapper_div', 13 );
February 17, 2020 at 7:51 am #173925
Soho89ParticipantHey,
thanks, that works. But what happened to the rest of my theme? Did you deactivate or change something? Some Css isn’t working anymore and it seems like the header.php isn’t working anymore as well.
Thanks
February 17, 2020 at 12:40 pm #173994
Artem TemosKeymasterNo, we didn’t touch your website styles. What exactly is wrong now? Please, send us some screenshots.
February 17, 2020 at 1:46 pm #174029
Soho89ParticipantHey,
no problem, it was my bad. I didn’t notice, that you deactivated the child theme.
Thanks again!
February 17, 2020 at 1:47 pm #174032
Artem TemosKeymasterAh, sorry about that. We glad you sorted it out.
February 27, 2020 at 9:13 am #176525
Soho89ParticipantHey, I got the same problem again, after updating your Theme.
ThanksFebruary 27, 2020 at 9:19 am #176527
Artem TemosKeymasterDo you have the code we sent you in the child theme functions.php file? Send us a screenshot also be sure that the child theme is currently active.
February 27, 2020 at 9:23 am #176528
Soho89Participantyes, I put it in there. And took out all the other modifications I made so far.
screenshot is attached.Attachments:
You must be logged in to view attached files.February 27, 2020 at 9:55 am #176530
Artem TemosKeymasterCould you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we can check it?
Thank you in advance
February 27, 2020 at 10:07 am #176538
Soho89ParticipantI deactived everything, still not working. FTP data are the same as above:
February 27, 2020 at 10:18 am #176539
Artem TemosKeymasterWe need your admin access as well.
February 27, 2020 at 10:23 am #176545
Soho89ParticipantSorry, admin is
February 27, 2020 at 12:01 pm #176598
Artem TemosKeymasterWe can’t enter your dashboard with this access.
February 27, 2020 at 12:04 pm #176601
Soho89ParticipantSorry, my bad. Wrong password. Right is
February 27, 2020 at 12:36 pm #176623
Artem TemosKeymasterTry to replace that code with this one instead
add_action( 'wp', function(){ remove_action( 'woocommerce_checkout_order_review', 'woodmart_open_table_wrapper_div', 7 ); remove_action( 'woocommerce_checkout_order_review', 'woodmart_close_table_wrapper_div', 13 ); } );
-
AuthorPosts
- You must be logged in to create new topics. Login / Register