Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #917485

    Hello all,

    I have used the demo as the about us page. On the desktop the image and text are shown ok: https://drive.google.com/open?id=19UDCo6ZTN6u1JkJP58Ho_okaXubHYaGj

    But on mobile it is nog shown correct. It should be alternating text and image, but I see this: https://drive.google.com/open?id=1SG0wb9gqi9thCFjGvhLPALyiYqU1oJEN

    How I can set the mobile, that is is shown correctly?

    Best regards,

    Hayco

    #917540

    Hey Hayco,

    Actually that is the correct view, as the way the grid is been displayed is that.
    You can take a look on how yo modify the code from here
    https://kriesi.at/support/topic/swap-columns-on-mobile-pushpull-css/

    Let us know if that would work out.

    Best regards,
    Basilis

    #919131

    Hi Basilis,
    So it is not possible to change?

    #919696

    Hi,

    It’s possible to change it via css, the solution can also be found here: https://kriesi.at/support/topic/swap-columns-on-mobile/ if you need assistance, just give us the link to the page on your screenshot and give us temporary admin access, so we can do the changes for you and tell you what we changed afterwards.

    Best regards,
    Nikko

    #919791

    Hi Nikko,

    Thanks for offering to help me. Find the login info in the ‘private content’ zone underneath.

    An additional question. A blog post e.g. https://vanderloeff.nl/-wp/list-en-bedrog/
    The titel is disappearing behind the header on mobile. How to resolve that?

    Regards,

    Hayco

    • This reply was modified 6 years, 8 months ago by Hayco.
    #920190

    Hi,

    Thanks for giving us admin access, I have first enabled the Custom Css Class for all ALB Elements: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then I modified your over ons page, the grids that has content left image right, I have added this Class Name: reverse-grid then in Quick CSS added this code:

    @media only screen and (max-width:767px) {
      #top .reverse-grid {
        display: flex;
        flex-direction: column-reverse;
      }
      
      .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 109px !important;
      }
    }

    The first block of code fixes your first issue then the 2nd block of code fixes your additional question :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1013541

    Hi There,

    Everything works fine… also translations, but when I switch on this page ( https://vanderloeff.nl/blog/ ) to English, nog blogposts are shown. I translated one post already. What could be the reason?

    Can you help me please.

    Hope to hear,

    Hayco Volkers

    #1013624

    Hi Hayco,

    I checked it and noticed that the categories on the blogposts aren’t selected, I just selected all and it appeared in the page.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1014599

    Hi Nikko,

    Thanks a lot. It’s working. One question: when on the home page and selecting the English flag, the site opens another page instead of the English homepage.

    Can’t find what setting.

    Gr, Hayco

    #1014842

    Hi Hayco,

    You’re welcome. :)
    Go to Enfold > Theme Options, make sure it’s in English Language then set the Homepage to your English homepage and that should fix it.
    Let us know if this helps.

    Best regards,
    Nikko

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