Tagged: x
-
AuthorPosts
-
September 27, 2016 at 6:28 am #1192096
VanderWalMediaParticipantHi there,
I am having an issue with the compatibility of Super Store Finder plugin. I hope you have an easy solution for this. I guess it has something to do with z-index but i just can’t figure it out.
Your help would be much appreciated.
On mobile view the header overlays the plugin filter box. Can you check this out please? See image below and url: http://www.liva-meubelen.nl/verkooppunten on mobile view.
It prolly is outside of the scope of support but you guys are so smart 🙂
Cheers!
September 27, 2016 at 6:46 am #1192115
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:979px){ header.masthead.masthead-inline { z-index: 0; position: relative; } }Hope that helps.
September 27, 2016 at 6:57 am #1192138
VanderWalMediaParticipantThanks!
Now the filter works good on portrait but the logo is transperent on bottom half of the header and filter still don’t work on landscape.
September 27, 2016 at 7:05 am #1192145
ChristopherModeratorHi there,
In regards with logo issue, provide us with screen shot
Please add this code :@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { header.masthead.masthead-inline { z-index: 0; position: relative; } }Hope it helps.
September 27, 2016 at 7:19 am #1192165
VanderWalMediaParticipantThis reply has been marked as private.September 27, 2016 at 7:22 am #1192174
VanderWalMediaParticipantThis is screenshot of the homepage. This effect only appears on homepage in portrait mode on ipad.
September 27, 2016 at 10:51 am #1192489
RupokMemberHi there,
Let’s update the first suggested code :
@media (max-width:979px){ header.masthead.masthead-inline { z-index: 0; position: relative; } }to
@media (max-width:1024px){ header.masthead.masthead-inline { z-index: 0; position: relative; } }Hope this will do the job!
September 28, 2016 at 4:35 am #1193614
VanderWalMediaParticipantNo difference. And the logo still goes weird on homepage as I showed you in the image.
September 28, 2016 at 4:37 am #1193620
VanderWalMediaParticipantSorry here is the image
September 28, 2016 at 4:00 pm #1194624
RadModeratorHi there,
The question, how would you like the logo to appear on mobile? It’s vertical logo http://www.liva-meubelen.nl/wp-content/uploads/2016/09/LIVA-collectie.png and will always clip outside and overlay on other elements.
It’s either displays it on top of other, or hide it under the other elements.
Unless you will replace the logo on mobile so it wouldn’t hang outside the navbar, or simply push the content. What do you prefer?
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1192096 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
