Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #913664

    I would like to thank you for the theme.

    I really like the theme and I would like to see well themed and designed for all languages as it has a lot of features that meets purchasers.

    for your information I am using the theme in the local server I am not publishing in the internet.

    1- we are having an issue with menu links where Arabic text letter having a spaces in one word.
    please check Picture 1 .

    http://up4ae.com/do.php?img=91

    2- another thing is that the progress bar or percentage in Arabic Language is not presenting in the Left while in English is showing in the right. please check Picture 2 in the below link.

    http://up4ae.com/do.php?img=88

    3- a Grey line is showing to the left in menu in Arabic RTL but in the english version is not showing me anything.I want to make
    Grey line disappear.

    English
    http://up4ae.com/do.php?img=89

    Arabic
    http://up4ae.com/do.php?img=90

    we are looking forward replying from you.

    thanks a lot.

    #913685

    Hey Mohdes,
    For 3: Please try this code in the General Styling > Quick CSS field:

    .header_color div {
        border-right-color: transparent!important; 
    }

    For 2: Please try:

    .progressbar-percent {
        float: left!important; 
    }

    For 1: is it possible that the font for the character is wide and looks like a space? Please try highlighting the word slowly one character at a time to see if the “space” is part of the character. When I try this on google translate it shows it is one character with no space.
    2018-02-17_104246

    Best regards,
    Mike

    #914169

    Thanks for your prompt response.

    For 3: I have applied Left rather than Right on the code as below to make disappear.

    border-left-color: transparent !important;

    For 2: it works great. we was looking for the class that is responsible of the percentage but we could not find it in rtl.css.

    For 1: we are sure about it. it seems that there is a space as well in the English letters which has a space between the letter.
    would you please give us the class that responsible of letter spaces in the menu? this will give the opportunity to check if there are any spaces.

    suggestion: if it possible to make place or page that we can find by searching in a specific solutions that related to theme, changing css ..etc.
    it will be easier for us to search and find the solution without wasting your time for things that happened with your clients.

    – Another issue arise for us:

    we changed the header for main menu, we put the button in the main menu in the Left but when we pressed on the button is showing and sliding the menu from the Right. please check the photo below:

    https://ibb.co/dxuKi7

    • This reply was modified 7 years, 4 months ago by Mohdes.
    #914232

    Hi,
    This css will change the letter spacing, but you will need to add the menu item to the rule as right now it will effect all of the menu items:

    .avia-menu-text {
    letter-spacing:-2px!important; 
    }

    adjust to suit.
    Question though, was my screenshot showing the correct word & the space highlighted is the correct character?

    Best regards,
    Mike

    #914309

    Thanks a lot for your time and your support we are appreciated.

    it works but I put it with 0px.

    for your question, Yes it is correct word but the highlighted character is not the correct one. the character is next to the highlighted character to the right in between.

    Would you please answer to below issues ?

    1- we changed the header for main menu, we put the button in the main menu in the Left but when we pressed on the button is showing and sliding the menu from the Right. please check the photo below:

    https://ibb.co/dxuKi7

    2- We have 2 Languages: English LTR and Arabic RTL in the website:
    how to make RTL logo remain in the same position and the menu goes to left with Search button?

    https://image.ibb.co/fmYhLn/Arabic_RTL.png

    https://image.ibb.co/gTPp0n/English_LTR.png

    3- How to make the Porfilio showing from RTL as the picture below shows in Arabic Language? what is the css code that give us the ability to do it? we want to theme fully supportive for RTL.

    https://image.ibb.co/fwSei7/Screen_Shot_2018_02_19_at_7_08_57_PM.png

    thank you

    • This reply was modified 7 years, 4 months ago by Mohdes. Reason: adding more issues
    #914844

    Hi,
    To have the menu slide in from the left to right please try this css

    
    .html_av-overlay-side .av-burger-overlay-scroll {
        right: auto;
        left: 0; 
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }

    to move the burger menu to the left for mobile try this css:

    @media only screen and (max-width: 426px) {
    .rtl .avia-menu.av-main-nav-wrap {
      right: 300px!important;
    }}

    Since your site is a localhost and we can’t see it to test, I’m trying to test these codes on my localhost before posting them and wanted to know if this is the correct language:
    2018-02-20_073953
    Also perhaps you can add your custom rtl code to a dropbox file so I can avoid any conflicts.

    Best regards,
    Mike

    #917049

    my apologies for the delay for replying to you.

    we have make uploaded the theme to become online you will find the link in the private content

    the Language that you choose is correct.

    #917053

    we have used 250px instead of 300px to make sure that it will be displayed well in the phone as it not showing in the phone that we tested.

    @media only screen and (max-width: 780px) {
    .rtl .avia-menu.av-main-nav-wrap {
      right: 250px !important;
    }}
    #917166

    Hi,
    Thank you for putting the site online, this will help a lot.
    I was going to work on #3 next:
    make the Porfilio showing from RTL as in your screenshot:
    https://image.ibb.co/fwSei7/Screen_Shot_2018_02_19_at_7_08_57_PM.png
    but I couldn’t match your screenshot with your site, perhaps it has changed.
    Please include the url to the element in question so we can take a closer look.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.