Forum Replies Created
-
AuthorPosts
-
Oke thanks for all the help! :)
1. is now working great, thanks!
2. I saw this option, but in the advanced settings of the submenu I am using the option to show the full menu instead of a button, so there is no burger menu icon in this situation? This is why I assumed it would still work sticky?Ah yes! I’m sorry, my bad… Now it shows the right menu on all the screens. 2 little problems left :)
1. It now still shows white space on desktop and tablet.
2. except for the desktop the menu isn’t sticky, eventhough the sticky setting is on.Hi there,
The last css didn’t seem to change anything unfortunately. I still have the same remaining 2 issues from my last message. Here is what is currently in my customizer:
@media only screen and (max-width: 479px) {
#submenu-desktop-tablet {
display: none;
}
.page-id-3768 .sticky_placeholder {
height: 0 !important;
}@media only screen and (min-width: 480px) {
#submenu-mobiel {
display: none;
}@media only screen and (min-width: 991px) {
#submenu-desktop-tablet {
display: none;
}With the extra CSS it hides the white empty space, thanks. I have also changed the media values to fit the mobile screens (479 & 480)
I am still dealing with the following issues:
1. On desktop and tablet screens it still shows both submenus instead of hiding the mobile version of the submenu
2. On desktop and tablet screens it is the mobile version that becomes sticky, so that won’t work properlySorry, I had written the ID’s the wrong way around in the ticket ;) In the CSS I added it is the correct way.
Hi again,
I have now added the following custom CSS:
@media only screen and (max-width: 767px) {
#submenu-mobiel {
display: none;
}@media only screen and (min-width: 768px) {
#submenu-desktop-tablet {
display: none;
}The first one, for phones and tablets in portrait view seems to work as one of the submenu elements dissapears. Only problem is that is now shows a white area where the element used to be… Is there a way to remove this?
Also, the second one, for tablets in landscape view and desktop doesn’t seem to work. It still shows both submenu elements. Did I do something wrong?
Please use the same url for reference as before to see the results.
Hi there,
I can’t seem to find where to open a new ticket? Just the overview of all the tickets..
-
AuthorPosts