Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey,
    I’m not seeing anything odd when looking on a iphone. What device are you seeing issues?

    Kadence Themes

    Thread Starter mehdiase

    (@mehdiase)

    ok
    I have Iphone 5s and Ipad air. In both devices, when I use google search app to look for my website, nothing will show up.
    However, if i use safari, the website show up after taking a year but again on both above mentioned devices, is not clickable. I have actually have tried on other mobile devices such as Samsung, on which, the website wont be shown up at all.
    pls if you know how to help me, guide me. not to mention, I am not a pro in WordPress developer

    Are you using a child theme?
    What edits have you made?

    Kadence Themes

    In your theme options > advanced settings. Try adding this css:

    html {
        direction: ltr;
    }
    #wrapper {
        direction: rtl;
        unicode-bidi: bidi-override;
    }

    Kadence Themes

    Thread Starter mehdiase

    (@mehdiase)

    I am using the child them and I have not made any change in that child theme. However, I am using a plugin WaspThemes – Yellow Pencil Lite. Apparently, that was the problem.

    However now the site is responsive but pls go to my website and try to buy sth from your mobile device. go until you be able to the summary of your purchase, you will notice that the font are will all over the page.

    thank you for helping me

    Thread Starter mehdiase

    (@mehdiase)

    i guess in the mobile theme i not defined that my site is in Persian and so the fonts, should RTL.
    do you have any solution for that pls?

    Thread Starter mehdiase

    (@mehdiase)

    I mean when you are in your shop cart and are about finishing the transaction the fonts are all over and not nicely organized.

    tnx again for helping me

    Looks like you have a plugin that might be breaking the cart page. add this css:

    @media (max-width: 767px){
        .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
    }
    }

    Kadence Themes

    Thread Starter mehdiase

    (@mehdiase)

    it is interesting. After I change the language my website from English to Persian. WordPress Overwrite some items on my theme.For example my sidebar moved to left from right and my navigation menu is repositioned.

    After this incident, my website is not clickable on mobile and smart devices. Can you pls kindly help me to fix this problem.

    https://www.bazreza.com

    Persian is RTL vs English is LTR

    Language direction would make a large impact on our site.

    Add this css for mobile:

    body.rtl #kt-skip-link {
        display: none;
    }

    Kadence Themes

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘my website is not responsive’ is closed to new replies.