Home Forums WoodMart support forum RTL problems

RTL problems

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

    John
    Participant

    my website in RTL language and i have these issues:
    1) my logo in main menu in the in the left when i scroll down become on the right, how to prevent flip?

    2) how to make this “sign up” section with same size in the middle of the website ? (attachments)

    3) when reload the page the slider have an animated white layer on the text (rtl main slider). by the way, how can i change the loading icon of this slider?

    4) in 404 error-2 page (mobile phone) the photo appear before the text how can make the text appear before the photo

    5) i have a problem in (shop page) like shown in attachments

    thank you,
    and why there is no chat support? i have many questions i wrote them to ask about them together

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

    Hello,

    1. Please provide your site admin access to check the logo on the scroll.

    2. Navigate to the Theme settings > Shop > Promo popup > check the HTML ID, then find it in HTML blocks. Enter and save the template:http://i.prntscr.com/EmtSZcP1Skm85IPcNCu9qw.png and
    then paste the template in the page you need http://i.prntscr.com/dIsrexMpS1_r8EA9jdrZ2g.png drag and drop

    3. Enter the slider settings and change or disable spinner http://i.prntscr.com/Uby7lU9oQ4OnQMa355G4uQ.png

    4. Do you use the custom 404? As soon as we get we shall check.

    5. Do you mean padding?

    Best Regards

    #75263

    John
    Participant

    1) okay

    2) i don’t know what you are saying i am asking about sign up section in home page i take your sign up section from this page: https://woodmart.xtemos.com/layout-basic/?opt=layout_basic
    and when i use it in my website it appears float right

    3) thanks for answer about loading, but also i asked about a white animated layer that appears above the text and then disappeared ! like the photo in the attachments

    4)yes i am using your custom 404 page number 2

    5) no i mean square frame (stroke)

    #75269

    Hello,

    Please provide admin access as I need to check the settings for the header.

    As for the sign-up sections, its location depends on the position of the column, enter the column settings and check “Responsiveness”. As soon as I get the access I will show what to change to put in the center.

    Regarding the animated layer, I do not see it, I need to enter slider and check the layers.

    404: now text before the photo http://prntscr.com/kpsr6p

    Also we shall check the styles for sorting menu.

    Best Regards

    #75303

    John
    Participant

    I am of course checked responsive sittings,

    in the layers sliders there is no white layer but it appears when we play the slider

    and for the 404 page i said the problem in mobile: https://prnt.sc/kpzxw2

    Okay please check all of these things

    #75320

    Hello,

    Please provide full admin rights for the user

    Best Regards

    #75321

    John
    Participant

    done

    #75337

    Hello,
    1. Header: your header is made in LTR style for RTL, though as per the RTL standards your logo should be on the right, it is located on the left. You can add this code to functions.php file of the child theme and header will be displayed as you need:

    
    add_filter( 'woodmart_header_clone_template', function(){
        return '
        <div class="whb-sticky-header whb-clone whb-main-header">
            <div class="<%cloneClass%>">
                <div class="container">
                    <div class="whb-flex-row whb-general-header-inner">
                        <div class="whb-column whb-col-left whb-visible-lg">
                            <%.full-screen-burger-icon%>
                            <%.woodmart-shopping-cart%>
                            <%.whb-wishlist-icon%>
                            <%.search-button%>
                            <%.woodmart-header-links%>
                        </div>
                        <div class="whb-column whb-col-center whb-visible-lg">
                            <%.main-nav%>
                        </div>
                        <div class="whb-column whb-col-right whb-visible-lg">
                            <%.site-logo%>
                        </div>
                        <%.whb-mobile-left%>
                        <%.whb-mobile-center%>
                        <%.whb-mobile-right%>
                    </div>
                </div>
            </div>
        </div>
    ';
    }, 10 );

    2. The block with the form was aligned right. Now I have made it in the center.
    3. I have changed the type of animation and this white block has gone.
    4. Disable “Row reverse on mobile” http://prntscr.com/kq27x3
    5. The frame is stipulated by the browser and it is not removed with CSS.

    Best Regards

    #75341

    John
    Participant

    okay great thank you very much !

    i don’t want to remove the frame, my question was why there is no stroke on the right and on the bottom like your theme? (i want a full frame like your theme)
    https://prnt.sc/kq35pr

    #75362

    Hello,

    I do not see the difference in these drop-downs http://prntscr.com/kq5fkt what browser are you viewing. If you want to increase width and height, here is the code:

    .woocommerce-ordering select {
        max-width: 200px;
        padding-right: 2px;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    Change the values as per your needs and add it the Theme settings > Custom CSS

    Best Regards

    #75377

    John
    Participant

    oh ! thank you very much 😀

    #75384

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘RTL problems’ is closed to new replies.