Home › Forums › WoodMart support forum › RTL problems
RTL problems
- This topic has 11 replies, 2 voices, and was last updated 6 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
September 2, 2018 at 12:22 pm #75224
JohnParticipantmy 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 togetherAttachments:
You must be logged in to view attached files.September 2, 2018 at 3:40 pm #75247
Elise NoromitMemberHello,
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 drop3. 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
September 2, 2018 at 7:27 pm #75263
JohnParticipant1) 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 right3) 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)
September 2, 2018 at 8:24 pm #75269
Elise NoromitMemberHello,
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
September 3, 2018 at 10:25 am #75303
JohnParticipantI 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
September 3, 2018 at 11:56 am #75320
Elise NoromitMemberHello,
Please provide full admin rights for the user
Best Regards
September 3, 2018 at 12:00 pm #75321
JohnParticipantdone
September 3, 2018 at 1:45 pm #75337
Elise NoromitMemberHello,
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
September 3, 2018 at 2:22 pm #75341
JohnParticipantokay 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/kq35prSeptember 3, 2018 at 5:20 pm #75362
Elise NoromitMemberHello,
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
September 3, 2018 at 7:11 pm #75377
JohnParticipantoh ! thank you very much 😀
September 3, 2018 at 7:55 pm #75384
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘RTL problems’ is closed to new replies.
- You must be logged in to create new topics. Login / Register