Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #802393

    The order of the blog posts remains LTR while the entire template is displayed RTL
    How to fix the order so that the first post is displayed on the right

    In addition to the footr is LTR (footer column1 is 4 and footer column4 is 1 …)
    And all the content of the pages display in the wrong order on mobile

    #802513

    Hey kav-acher,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #802541

    Hi Rikard
    The is the blog page

    #802993

    Hi Rikard

    I need help with thes

    #803698

    Hi,

    I loaded the page and I can see everything loading properly
    If not ( as we might not understand the language ) can u please provide us with a screenshot
    so we can see what is wrong and try identify the issue and help you?

    Thank you

    Best regards,
    Basilis

    #803700

    I didnt get an answer for this website
    Help me understand what I need to do to fix it

    This is a site that I am building for somebody
    I can not make a progress

    Please I need help

    #803703

    I doing it now
    Thank you

    #803706

    How can I upload an screenshot ?

    #803709

    This is the blog
    the ferst post is the left one and it should be on the right side

    On this page it happens this way

    and the footer also

    #803711

    In this picture you can see that I have manually changed the order so that it will look right on the site
    That is, what is in footer column1 should be in footer column4
    What is in Potter 2 should be in footer column3
    What is in footer column3 should be in footer column2
    What is in footer column4 should be in footer column1

    Thank you

    #803785

    #803933

    ???

    #804150

    Please help me I need an anser

    #804401

    Hi

    Is there someone that can answer that?
    The theme should be suitable for RTL
    So why it does not work right?

    #804992

    Hi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #805005

    hi Vctoria
    I changed the code in layout.css manually for the alignment of the blog
    Which had to change automatically

    But the order of the posts remains left to right

    Thank you

    #806690

    Hi,

    Thank you for the update.

    Please add this css code in the Quick CSS field.

    .rtl div .av_one_fourth {
        margin-right: 6%;
        margin-left: 0;
    }
    
    .rtl div .slide-entry {
        float: right;
    }
    
    .rtl div .slide-entry.first {
        margin-left: 0;
        margin-right: 0;
    }

    Best regards,
    Ismael

    #807657

    Hi Ismael

    Thank you
    the code did fix the RTL problem

    The code you provided me worked great but it has a problem with the space between the two right columns
    I played with the code in all sorts of possibilities and found a solution like this

    .rtl div .av_one_fourth {
    margin-right: 2%;
    margin-left: 2%;
    }

    .rtl div .slide-entry {
    margin-right: 2%;
    margin-left: 2%;
    float: right;
    }

    .rtl div .slide-entry.first {
    margin-left: 2%;
    margin-right: 2%;
    }

    Best regards,
    Yossi

    #807659

    Now I’m looking for a solution to move the menu button on Mobile to the left
    He sits on the logo and it does not look good

    Thank you,
    Yossi

    #808507

    Hi Yossi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
        .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
             left: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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