Hi,
I have a number of problems that occur only on:
iPad screensizes (portrait) :
– search icon has gone
iPhone screens (portrait) :
– search icon has gone
– back-to top button (bottom right) does not show
– right column does not show on blog page (not right, not bottom)
Hey Roeland!
Please go to Enfold theme options > Sidebar Settings and check “Sidebar on Smartphones” then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}}
@media only screen and (max-width: 989px) {
.responsive.html_mobile_menu_tablet .main_menu .avia-menu {
display: block;
}
li#menu-item-search {
display: block!important;
right: 60px;
}
.av-main-nav li {
display: none;
}}
Cheers!
Yigit
Hi Yigit,
That solved the problem on iPad though not on iPhone…. (search function has dissapeared although it has been selected on the theme settings).
Thanks for verifying and helping me out here,…
Roeland
Hey!
1.) Please follow the instructions on the following link in order to add the search bar inside the mobile menu: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687
2.) The back to top button is disabled by default because you can double tap the top edge of mobile devices to return at the very top of the page.
Best regards,
Ismael