Forum Replies Created
-
I have applied a workaround, by adding custom css:
#klarna-checkout-iframe {
min-height: 1000px;
}It now seems to work on all devices. But it’s not very satisfying that this error occurred at all, since it’s the last step before purchase.
But I don’t know if it’s something in the theme causing this or if it’s the payment plugin.
Best regards,
Andreasin reply to: Checkout not displayed properly in SafariHi again,
It seems that this problem was not fully solved after all.
Last week we got complains from customers that they could not complete the checkout, the buy-button was missing.
If using iPad in “landscape-mode”, the button is missing.
If I’m on my computer and I resize my checkout window (make it smaller), the “Slutför köp”-button disappears. This happens both in Chrome and Safari, but not Firefox.
We really need a fully working solution for this, we are loosing orders and money because of this 🙁
Any help will be highly appreciated!
Best regards
Andreasin reply to: Checkout not displayed properly in SafariOh, the html code was coded… I put the same message but I try to use the “code”-button.
Hi,
I have customized the theme by removing page title (<h1>) and bread crumb from the category image by removing the following from header.php:
<div> <h1><?php echo esc_html($page_heading_title) ?></h1> <?php if(!empty($page_heading_sub_title)):?> <span><?php echo esc_html($page_heading_sub_title) ?></span> <?php endif;?> <?php if($page_heading_breadcrumb_flag):?> <div> <?php dh_the_breadcrumb()?> </div> <?php endif;?> <?php if($page_heading_button_flag):?> <a>" title="<?php echo esc_attr($page_heading_button_text)?>"><?php echo esc_html($page_heading_button_text)?></a> <?php endif;?> </div>
Instead of this, I manually place an <h1> in the category description.
So far so good. But when I check the source code on one of the category pages, I have two <h1> tags. The one I manually set but also this:
<h1 class="navbar-brand-title"> <a title="MarockoDesign" href="https://marockodesign.se/"> <img alt="MarockoDesign" src="https://marockodesign.se/wp-content/uploads/2016/04/Marocko_Design_Logo_grey_bg.jpg" /> <img alt="MarockoDesign" src="https://marockodesign.se/wp-content/uploads/2016/04/Marocko_Design_Logo_grey_bg.jpg" /> <img alt="MarockoDesign" src="https://marockodesign.se/wp-content/uploads/2016/04/Marocko_Design_Logo_grey_bg.jpg" /> <meta itemprop="name" content="MarockoDesign"> </a> </h1>
The product pages have the same issue: two <h1>-tags.
For example you can see a category here:
https://marockodesign.se/produkt-kategori/inredning/mobler/
and a product page here:Is this normal, I tought there should be only one h1-tag on every page? Some SEO analysing tools are complaning about more than one h1-tag.
Thanks in advance!
Best regards
Andreasin reply to: More than one -tagThanks for your reply. I found this small change in WooCommerce 2.6.2:
* Tweak – Revised stock display based on feedback to hide ‘in stock’ message if stock management is off and only show available on backorder if notifying customer.
So I have to use “backorder – notify customer” now after the upgrade. That is why it did not work as it did before. Problem solved 🙂
Best regards
Andreasin reply to: Backorders not working correctThis reply has been marked as private.in reply to: Backorders not working correctHi. I have done some more testing and the problem seems to be solved.
Thank you very much for the great help and support!
in reply to: Checkout not displayed properly in SafariSeems to work now. I will check more soon. What did you do?
in reply to: Checkout not displayed properly in SafariThis reply has been marked as private.in reply to: Checkout not displayed properly in SafariThis reply has been marked as private.in reply to: Checkout not displayed properly in SafariThis reply has been marked as private.in reply to: Checkout not displayed properly in SafariYes, perfect! Thank you very very much! 🙂
Best regards
AndreasThank you very much! It look much better now. What/where did you add?
This reply has been marked as private.Hi,
Perfect, this solves it! Thank you very much for great support once again.
Best regards
Andreasin reply to: Remove function that changes image on hover