Forum Replies Created
-
AuthorPosts
-
October 10, 2016 at 8:42 am in reply to: hidden mobile menu is visible (look on my screenshot) #697186
Hi Ismael,
I mean by “switch”, that I could change the number of pixels from 1024 to 600px or 800px in the following command: “@media screen and (max-width: 1024px){.rob_menu, .rob_desktop {display:none!important;}”. I will try it in the next days, if I can borrow an Apple-IPad from my friend.
I set in the past already the “Header Mobile Menu activation to the first option”, but safari still hides elements (in this case an element with the class “rob_desktop”), which are defined in my style.css for screens bigger than 1024px, although the IPad has a wide screen (2048px x 1536px).
I think, my css-code seems to be OK, because on wide android tablets and all desktop-browsers there is no problem.
Best regards!
Robby
October 4, 2016 at 8:47 pm in reply to: hidden mobile menu is visible (look on my screenshot) #695237Hi Yigit,
thank you for the hint. I flushed the browser cache, but the problem still exists.
I will try in the next days to make some changes in the structure of the grid rows.
In addition it could help, if I adjust the switch from the desktop-layout to the mobile layout at about 600px or 800px (and not 1024px).
Please let me know, if you will find a new solution or idea.
Best regards.
Robby
October 3, 2016 at 3:05 pm in reply to: hidden mobile menu is visible (look on my screenshot) #694648Hi Basilis,
hi Yigit,I inserted your suggested code (#wrap_all {position: relative !important;}) in my child-css. But it doesn’t work. Safari shows only the mobile version of my website, although the IPad has a wide screen (2048px x 1536px). On wide android tablats there is no problem.
Do you have another suggestion?
I have no more ideas.
Best regards from Germany.
Robby
September 30, 2016 at 11:01 am in reply to: hidden mobile menu is visible (look on my screenshot) #693602Hi Yigit,
thanks for this hint. I will try it immediately.
Best regards.
Robby
September 25, 2016 at 7:56 pm in reply to: hidden mobile menu is visible (look on my screenshot) #691367Hi Basilis,
OK. Sorry. In the future I will consider it.
Best regards from Germany.
Robby
September 25, 2016 at 7:53 pm in reply to: Safari hides elements on wide tablets, which are defined to hide < 1024px #691366Hi Basilis,
hi Kriesi-Team,thanks for the quick response. But I don’t understand your post. The code you proposed I should to update is my existend and current code, which doesn’t work with Safari Browsers. -> On Andoid tablets it works perfectly.
Those Elements, which I assigned to the classes “.rob_menu” and “.rob_desktop” should appear with safari on displays larger than 1024. But safari hides this elements.Are there any solutions for this problem?
Best regards!
Robby
September 25, 2016 at 3:10 pm in reply to: hidden mobile menu is visible (look on my screenshot) #691328Hi Kriesi-Team,
the described problem appears ONLY WITH SAFARI BROWSERS. I found now a not complete interim solution on one article in this forum
(https://kriesi.at/support/topic/toggle-menu-prolbems-within-safari-browser/#post-686014)I added the following code to my css of the child theme:
@media only screen and (min-width: 1024px) {
ul#mobile-advanced {
width: 35%;
right: -40%;
}}BUT WITH SAFARI THERE IS ONE ADDITIONAL PROBLEM I CAN’T SOLVE:
On big Apple tablets with wide screens safari hides elements, which I defined in my css only to hide on screen smaller than 1024px. You should know, that “.rob_menu” and “.rob_desktop” are classes from elements, I wanted to hide only on screens smaller than 1024px, BUT SAFARI HIDES IT ALWAYS:@media screen and (max-width: 1024px){
.rob_menu, .rob_desktop {
display:none!important;
}Do you have a solution? Please help.
Best regards!
Robby
September 7, 2016 at 5:05 pm in reply to: change properties of main menu (position, height, mouse hover) #683264Hey Jordan,
I have to apologize too for my delayed response. I was on the way.
Relating to my question I want to explain you my main task, I have to solve.
Summarized I need help to place the MAIN menu below the slider with the enfold-functionalities without hiding the complete header and building the menu manually.
So that I need commands
1. to place the menu BELOW the slider
2. to change the height of the menu
3. to execute mouse hover effects in a special color
(4. to place more than one picture in a logo area) -> this is interesting, but not so important for meUp to now I had only the possibility to disable the complete enfold header. I found no way to place the menu BELOW the slider. And this is my main problem. It’s a big effort to build the elements instead. Have a look on my homepage (private content).
I realised it by
1. hiding the complete header with the command #header {display:none!important;} in my custom css
2. placing two avia-layer-architect-elements with pictures and text at the top for logo and a slogan
3. placing one avia-layer-architect-slider at the top but below the avia-layer-architect-elements of point number 2
4. building a complete new menu below the slider only with one layer without a submenuIs it possoble to help me?
Best regards!
Robby
Hi Josue,
great!!! Thank you very much. It works now. You can’t imagine, how happy I am. It was a big problem for me. Now I can start to build the website.
It would be excellent, if you could answer my two last questions:
1. Is there a command for all my pages / for all my page-ids, so that I need not specify all page-ids separate?
I mean something like all-pages #header {display:none!important;} and .all-pages #main {padding-top: 0 !important;}2. I am sure, that I would find this solution for my problem very earlier and without disturbing or interrupting the great Kriesi-Team, if I could take look into a table or list, which contains ids or classes for all or the most elements of the enfold theme (like menu, footer, header, etc). I looked shortly into the documentation, but I did not find such a list. Maybe I overlooked it. -> Is it possible to provide this list of ids or classes for all elements of the enfold theme?
Thank you once again!!!
Best regards Robby
Hi,
I reference to my last post #680168:
I found out, that the scrolling of the “slide show element (fullwidth)” works only in the case, if there is no other avia-layoutbuilder-element above the “slide show element (fullwidth)”. I don’t know why. So that I can’t place no logo manually by using a code-block, because “slide show element” would slip again down and there is no way to place it at the top.In the moment I removed only the main menu and use the logo-function of the enfold theme. But this limits my functionality to use the place above the slider. If there is no more possibility, I would use this solution and I will begin to create the whole website.
Best regards
Robby
Hi Kriesi Team,
I tested the following proposal I read in your support area. It works, but only in one way, I do not need:
My goal was to scroll the “slide show element (fullwidth)” to the top and overwrite the whitespace, which appears after removing the main menu. Therfore I gave a classname to the “slide show element (fullwidth)” and scrolled it as a test in my style.css TO THE BOTTOM (command: .classname {margin-top: 400px;}). This works perfectly.
BUT WHEN I USE THE SAME COMMAND (command: .classname {margin-top: -400px;}) to scroll the “slide show element” to the TOP to overwrite the appeared whitespace, because the main menu is removed (hide). It does not work. Please consider, that I changed only the number from 400 to -400.
Why it is not possoble to overwrite the whitespace, which appears because of the removed or hided main manu?
By the way: I removed the main menu with the command: #header_main_alternate { display: none;} or .page-id-25 #header { display:none!important;} -> both commands worked.
Best regards.
Robby
Hi again,
I found a command to hide the complete header, but exists an easy way to hide the new whitespace, which appears instead ??
The command was:
.page-id-25 #header {
display:none!important;
}Urgent.
Please help.
Robby
Hi Josue,
Thanks for your respone. I posted you a link in the private content, but my site is still empty, becuse I am trying to test some menu possibilities.
My idea is to hide the complete header area and replace it with some avia layout architect elements. One of them would be your proposal with the FullWidth Submenu. But then I have some more problems:
1. If choose “Blank – No Header, no Footer” option for all pages and insert THE COMPLETE CONTENT for all pages with many several avia layout architect elements inclusive the the FullWidth Submenu
-> How I have to fix, that all avia layout architect elements will appear IN A BOXED LAYOUT WITH A MAXIMUM WIDTH OF 1000 px ?2. If I do not choose “Blank – No Header, no Footer” option for all pages
-> How I have to hide the complete header area inclusive main menu and the Logo? (If I do so, does a whitespace appear instead?)
-> And how I have to adress particular items of the FullWidth Submenu to use my own css layout commands (because not all options are possible in the theme styling area (like height in px of the fullwidt submenu))Please help!!!
Best regards
Robby
Hi Yigit,
I attached you in the private content the admin logins.
There exists only one webpage, because I want at first manage the menu. Therefore you can change the existing code in the style.css of the child theme and in the “code box” of the Avia Layout Architect. In the code box you will find the html-code for the main menu.
Please consider, that I made for the first test a copy of the code from the following adress: http://medialoot.com/blog/how-to-create-a-responsive-navigation-menu-using-only-css/
Later I wanted to change some things. Please, tell me what errors I made.
(I wanted to build a menu with html in the avia code box and the css in the styl.css of the child menu, because I wanted to place the menu with the avia code box BELOW (!!!) a Avia-slider. In the settings of the enfold menu I did not found this possibility.)
Are the screenshots required, if you have the login-data?
Cheers!
Robby
-
AuthorPosts