-
-
Hello
I have just been testing my site on an iPad and iPhones and have discovered the following bugs and wondering if you can help me rectifiy:
1) On iPad, the client carousel only shows 4 logos – even though 5 were loaded and there are no arrows nor swipe action to see the others. I tried turning carousel off, but it displays the logos in stacked in 2 columns on left with a big white space in the third/right column. I think we will just insert images in a text editor instead of using the clients element/shortcode, but I would like for the carousel to work.
2) I am using the Simple style header with button after the menu. In landscape mode on iPad, my menu links drop below the button, and the button cannot be clicked (because menu items background covers it). I don’t mind that they drop below the button, but I would like the button to be clickable. Alternately can we shrink the logo/menu links in size so they all fit in one line.
3) On iPhones all the elements works fantastic – one feature request though is to add the header button link to the mobile menu.
Site is https://www.care4women.org.au
That’s all – hope you can assist and thanks for developing such an awesome theme.
-
This page has client carousel off https://www.care4women.org.au/about/ – even on desktop it only displays 4 logos left aligned on top row.
This page has carousel on https://www.care4women.org.au/
Carousel is at the bottom of each page.
-
4) Also on iPhones, would be good to have the top widgetized area widgets contents published at bottom of the mobile menu or even bottom of the page/screen. As this is where the phone number is and people looking on phones will want phone number don’t you think? Again, we can workaround this by repeating top widgets in footer widgets, but it would be great if your theme did this as so many others do. Eg. This theme moves top bar widgets to bottom of mobile menu http://www.2wardspolymerclay.com.au
-
Hello,
Sorry for the late reply.
1- For the carousel in ipad, please add these lines into your custom css box:@media (max-width: 1100px) and (min-width: 981px) { .clients .item { padding: 0 16px; } }
2- To prevent menu to cover the button, add these lines:
@media (max-width: 767px) { .btn-bt.business { z-index: 1; } }
3- You will need to edit directly the files to make this possible. If you give me your wp and ftp credentials in a private reply, i can make it for you.
4- For the desktop client logo, add these lines:
`.clients .item {
width: 170px;
}`
5- To show the top nav in iphone as well, add these lines into your custom css box:@media (max-width: 1100px) and (min-width: 981px){ .top_nav { display: block; height: 47px; } } @media (max-width: 767px) { .top_nav { display: block; height: 98px; } .span6 { width: 50%; } }
Best regards!
-
You must be logged in to reply to this topic.