Home Forums WoodMart support forum IPHONE header error

IPHONE header error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286457

    maykonmv
    Participant

    Dear, how are you?

    See if you can help me. My website on mobile is giving a problem that I have no idea why. I’ll try to explain:

    -On Android devices, it is working perfectly without any errors, but on Apple devices, when I roll the page down, the header is being my logo leaving it unconfigured. I’ve tried everything to try to solve it and I can’t. I am not sure when this error started to appear because I discovered the error today, but I believe it started after the update, because, a while ago, it did not present these errors on the iphones.

    NOTE: This error is only happening on iphones. In ANDROID smarphones it is working normally.

    Can you help me?

    Attachments:
    You must be logged in to view attached files.
    #286538

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .whb-sticked .wd-switch-logo .wd-sticky-logo, 
    body .whb-clone .wd-switch-logo .wd-sticky-logo {
    	display: inline-block;
    }

    This issue will also be fixed in the next theme update.

    Best Regards

    #286963

    maykonmv
    Participant

    Dear,

    it worked right here. Thank you very much as always for your attention and support. I just have one more question.

    Is it possible to exchange thema icons from cart to bag?

    I was able to change only the header icon, however, I was unable to change the widgets on the store page, or the cart page. Here are some images:

    Attachments:
    You must be logged in to view attached files.
    #287023

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .wd-add-cart-icon>a:before,
    body .wd-empty-mini-cart:before,
    body .cart-empty:before {
    	content: "\f126";
    }

    Kind Regards

    #288154

    maykonmv
    Participant

    It worked. Thank you very much

    #288199

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘IPHONE header error’ is closed to new replies.