Home Forums WoodMart support forum GTranslate RTL issue

GTranslate RTL issue

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #676541

    sidcofoods
    Participant

    Please check images Translate issue when using Arabic RTL

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

    Hung Pham
    Keymaster

    Hi sidcofoods,

    Thanks for reaching to us and sorry for all inconveniences you are experiencing.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,
    Hung PD

    #676742

    sidcofoods
    Participant

    please check i shared link in Private

    #676802

    Hung Pham
    Keymaster

    Hi sidcofoods,

    I kindly recommend you to purge the cache of CDN, clear browsers cache, disable CloudFlare CDN temporarily and double check the issue. https://ibb.co/0yrCfGW5 https://ibb.co/Gf7trJ0D

    Kind Regards,
    Hung PD

    #676840

    sidcofoods
    Participant

    Hi, I’m talking about Arabic language

    #676952

    Hung Pham
    Keymaster

    Hi sidcofoods,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div[class*="wd-section-stretch"] {
        right: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
        left: auto;
    }

    Regards,
    Hung PD

    #676957

    sidcofoods
    Participant

    Hi, Thanks for update. It worked for Arabic but for English its messed up

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

    Hung Pham
    Keymaster

    Hi sidcofoods,

    Please remove above code and use below one:

    html.translated-rtl div[class*="wd-section-stretch"] {
        right: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
        left: auto;
    }

    Regards,
    Hung PD

    #676990

    sidcofoods
    Participant

    Done now there are 2 issues also with itm, Main slider doest work in RTL and secondly carousel feature post is empty on second dot pagination

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

    Hung Pham
    Keymaster

    Hi sidcofoods,

    Please let me know if you resolved the issue https://ibb.co/sv36qJtw

    Regards,
    Hung PD

    #677217

    sidcofoods
    Participant

    This css was again breaking

    html.translated-rtl div[class*=”wd-section-stretch”] {
    right: calc(50% – 50vw + var(–wd-scroll-w) / 2 + var(–wd-sticky-nav-w) / 2);
    left: auto;
    }

    After yesterday Installed Mansonary Grid Patch

    I cleared WP ROCKET CACHE. ITS FINE WITHOUT ABOVE CSS i am monitoring results

    #677408

    Hung Pham
    Keymaster

    Hi sidcofoods,

    Glad to hear your issue has been resolved.

    Regards,
    Hung PD

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