Home › Forums › WoodMart support forum › Setting up the mobile version of the site
Setting up the mobile version of the site
- This topic has 19 replies, 2 voices, and was last updated 5 years, 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 3, 2019 at 8:45 am #148199
Evgeny SviridovParticipantPlease tell me! I have a computer version of the slider (screenshot 1), that’s how it looks in the mobile version (screenshot 2). I want the slider on the mobile version to be displayed like this (screenshot 3). I have already prepared the picture, but I don’t understand how to do it.
Attachments:
You must be logged in to view attached files.October 3, 2019 at 11:36 am #148240
Aizaz Imtiaz AwanKeymasterHello,
As you are using hotspot element of theme and you used image inside it. It seems that you hide that column in which you used the image from the responsive options in column settings.
Kindly unchecked the “Hide on device?” option for mobile devices as in the screenshot:
https://jmp.sh/wz3nmJHAlso it is not possible to change the horizontal view of image to vertical because you are using the image inside hotspot element not in the slider.
Best Regards.
October 3, 2019 at 11:49 am #148246
Evgeny SviridovParticipantI understand that I will not be able to use this horizontal image, so I hid it. Instead of this horizontal image, I need to make another vertical image, which I prepared in advance. How can i do this?
October 3, 2019 at 1:54 pm #148283
Aizaz Imtiaz AwanKeymasterHello,
You can define another row with your vertical image and apply the same settings with a little difference. Just hide this one for desktop and not for the mobile.
Also I suggest you to use the revolution slider for this purpose so you can able to display different slides according to the screen sizes.
Best Regards.
October 7, 2019 at 4:10 pm #148938
Evgeny SviridovParticipantThank! How can I center the text shown in the screenshot? In the mobile version of the site.
Attachments:
You must be logged in to view attached files.October 8, 2019 at 6:35 am #149007
Aizaz Imtiaz AwanKeymasterMost Welcome,
To display the section title and text in the centre in mobile screens.
First define a class “tCenter” in that element as in the screenshot: https://jmp.sh/ehrR663Then used the below css code in Theme Settings >> Custom Css >> Custom CSS for mobile:
.tCenter h4{ text-align:center; } .tCenter .title-after_title{ text-align:center; }
Result: https://jmp.sh/wKWSl9m
Best Regards
October 8, 2019 at 10:08 am #149057
Evgeny SviridovParticipantThank! How can I center the text shown in this screenshot? Also in the mobile version of the site.
Attachments:
You must be logged in to view attached files.October 8, 2019 at 2:38 pm #149116
Aizaz Imtiaz AwanKeymasterHello,
To display that text in the center in mobile devices which you pointing out in the screenshot. Please add the specific row ID “homeslider” to the row by edit the row http://prnt.sc/pghyhg then use the below css code in Theme Settings >> Custom Css >> Custom CSS for mobile:
#homeslider .woodmart-button-wrapper { text-align:center; } #homeslider .woodmart-text-block { text-align:center; }
Result: https://jmp.sh/1OUxfIW
Best Regards.
October 14, 2019 at 11:29 am #149986
Evgeny SviridovParticipantThank! Can I make a button to request a callback in the mobile version of the site, in the header, to the right of the logo, instead of the search button (screenshot 1)? By clicking on which a window would open, as in screenshot 2.
Attachments:
You must be logged in to view attached files.October 14, 2019 at 1:04 pm #150006
Aizaz Imtiaz AwanKeymasterMost Welcome,
Yes, you can add request a callback in the mobile version of the site. Follow the below steps:
1. First of all add an html-block and inside the block add a popup and element and select a form or any other element on click.
Screenshot: https://jmp.sh/euuOm25
2. Now edit your header and select the mobile layout and then add element html-block and select that html-block that recently created.
Screenshot: https://jmp.sh/RpOuwgJ
Result: https://jmp.sh/UmSD9JN
Best Regards.
October 14, 2019 at 4:28 pm #150030
Evgeny SviridovParticipantIs it possible to make a button an icon, like the search button in a screenshot?
Attachments:
You must be logged in to view attached files.October 15, 2019 at 6:25 am #150084
Aizaz Imtiaz AwanKeymasterHello,
No, you can not use icon except of using a button for popup. As I guide you to use the popup element for this purpose. So the popup only allows the button when it clicks the popup will display.
Currently there is no option inside the popup element for icons.
Best Regards.
October 15, 2019 at 6:53 am #150088
Evgeny SviridovParticipantIt’s a pity, for the mobile version it would be convenient to have such functionality at hand. Can I make the title sticky only for the mobile version of the site (screenshot 1) so that when I scroll down the page, it sticks to the top and remains visible. And on the computer version of the site so that everything remains unchanged?
Attachments:
You must be logged in to view attached files.October 15, 2019 at 11:05 am #150162
Aizaz Imtiaz AwanKeymasterHello,
As you are using the “Responsive text block” element inside the row and that row displaying as a slider having text over it. So it is not possible to make it sticky.
There is no such option. It requires customization and this is beyond our limitations and support policy.
Best Regards.
October 15, 2019 at 11:20 am #150165
Evgeny SviridovParticipantPerhaps we did not understand each other. I need to make the site header sticky. Where is the logo, menu button and search button located.
October 15, 2019 at 12:54 pm #150191
Aizaz Imtiaz AwanKeymasterHello,
Sorry for misunderstanding. I thought you are talking about the slider text.
As you want to make the header sticky. Go to WoodMart >> Header Builder >> Edit your current header “Default header layout”. You can edit any of the row and select the option make it sticky and save changes as in the screenshot: https://jmp.sh/KJRbFYt
Best Regards.
October 15, 2019 at 1:07 pm #150194
Evgeny SviridovParticipantI need the title to be sticky only on the mobile version of the site. On the computer version of the site, I do not want the title to be sticky.
October 15, 2019 at 2:45 pm #150232
Aizaz Imtiaz AwanKeymasterHello,
It’s not possible to make a row sticky on mobile layout only and not in the desktop. Because the row is the same and sticky option is same for both the screen sizes.
Best Regards.
October 16, 2019 at 6:11 am #150343
Evgeny SviridovParticipantIt’s a pity. Thank you for answering my questions.
October 16, 2019 at 6:22 am #150345
Aizaz Imtiaz AwanKeymasterHello,
I am sorry for now as it is not possible but I am forwarding this to our development department for considering to add it in the theme, but I am not giving you the guarantee for that because please note that a theme cannot satisfy all requirements as it may occur theme heaviness. Sometimes it may require your own customization. So if the development department finds it fit with the theme environment then surely they will look through it.
Thanks for your understanding.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Setting up the mobile version of the site’ is closed to new replies.
- You must be logged in to create new topics. Login / Register