compatibility issue with WPML

Dear Phil,


i believe there are compatibility issue with WPML . i report overlaping menu icon and logo when WPML change the language from english to persian. you suggest a CSS code ... but i hope you solve it by next updates

again now i face with abnother issue. please check attached images. offer slider in english mode is ok. but by WPML in persian , it collapsed as attached. please check ....

This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
Image
Offer Slider in English.jpg
111.54 KB
This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
Image
Offer Slider in persian.jpg
107.17 KB

website link is www.aktistech.com


thx

Comments

  • Hi,

    Thanks for reporting I will pass it to the dev team.

    For now, please, use the following CSS code:

    1. @media only screen and (min-width: 768px) and (max-width: 959px){
    2.    body.rtl .offer_thumb_ul .offer_thumb_li .image_wrapper{
    3.      float: none;
    4.  }
    5. }
    6. .rtl .offer_thumb_ul .offer_thumb_li .image_wrapper{
    7.    float: left;
    8. }
    9. .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper .title a.button{
    10.    right: unset;
    11.    left: 0;
    12. }
    13. .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper .title{
    14.    padding-left: 30px;
    15.    padding-right: 0;
    16. }
    17. .rtl .offer_thumb_ul .offer_thumb_li{
    18.    padding-left: 0;
    19.    padding-right: 30px;
    20. }
    21. .rtl .offer_thumb_ul .offer_thumb_li .desc_wrapper{
    22.    float: right;
    23.    margin-left: 4%;
    24.    margin-right: 0;
    25. }
    26. .rtl .offer_thumb{
    27.    padding-left: 0;
    28.    padding-right: 120px;
    29. }

    Thanks

Sign In or Register to comment.