-
AuthorPosts
-
February 25, 2018 at 6:34 pm #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
February 25, 2018 at 7:27 pm #917540Hey 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,
BasilisFebruary 28, 2018 at 4:09 pm #919131Hi Basilis,
So it is not possible to change?March 1, 2018 at 3:42 pm #919696Hi,
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,
NikkoMarch 1, 2018 at 6:29 pm #919791Hi 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.
March 2, 2018 at 10:21 am #920190Hi,
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,
NikkoSeptember 24, 2018 at 10:35 am #1013541Hi 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
September 24, 2018 at 2:08 pm #1013624Hi 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,
NikkoSeptember 26, 2018 at 9:17 am #1014599Hi 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
September 26, 2018 at 4:21 pm #1014842Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.