-
AuthorPosts
-
October 16, 2019 at 10:35 pm #1148701
Hi there,
I just upgraded yesterday evening but still cannot see any difference.
Maybe I should give it 24 hours or so?I was looking at Ismael’s code again that I entered:
.page-id-656 #av_section_2 {
z-index: 9999;
position: relative;
overflow: visible;
}
Maybe the reason why just 1 page is showing as I was is the id 656? Is there anyway to apply the code on all pages?Thank you!
October 17, 2019 at 10:59 pm #1149053Hi there,
Nothing has changed. I still have the same problem.
Do I have to add the code for each page or can this be done for all pages on 1 code?
Thank you!October 18, 2019 at 7:17 am #1149135Hi,
Did you add the “with-title” custom css class name to the color sections containing the title? Please review our previous suggestion here.
// https://kriesi.at/support/topic/church-theme-title-on-mobile-without-space/#post-1147052
You need to add the custom css class name “with-title” to the color sections.
Best regards,
IsmaelOctober 20, 2019 at 1:52 am #1149527Thank you very much Ismael,
indeed I had not entered the custom css class.
It works perfectly now Hopefully this thread can help for similar issues.
I also put some tags. I do not know if it is correct like this or if I have to set a comma after each word. If all is good you can close this thread.Thank you very much all again.
Kind regards,
VasilisOctober 21, 2019 at 12:30 pm #1149842Hi Vasilis,
Glad you finally got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 23, 2019 at 12:09 am #1150338I am now facing a new problem: When I click on the menu the whitespace on the colour section overlaps and you can see just part of the menu.
I will send you a Screenshot from. My laptop tonightOctober 23, 2019 at 1:17 pm #1150501October 23, 2019 at 7:33 pm #1150598Hi samvasgr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top .with-title { z-index: 1; } }
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 5 years, 1 month ago by Victoria.
October 24, 2019 at 12:54 pm #1150872Hi Victoria,
It worked on the mobile phone but not on the laptop. and it causes me even a bigger issue as well on the laptop again.
The logo on the right side and the first selection of the main menu and the search button with the social media buttons that were on the right side all seem to be hovering. See this screenshot . It should appear like this
Therefore I removed this code for the time beeing.October 25, 2019 at 2:00 pm #1151211Hi again,
I added the code under themes/enfold/css/custom.css. The main menu looks fine on the laptop, but still the colour section is overlapping the menu when I hover it.Thank you.
October 27, 2019 at 11:05 am #1151498Hi samvasgr,
The code I gave you was fixing it only for mobile. I was not aware of the issue on the desktop. Can you tell us how to reproduce the other issues?
Best regards,
VictoriaOctober 27, 2019 at 10:54 pm #1151619I had not realized the other problem.
when I scroll down and hove over the menu the colour section is overlapping the dropdown menu… maybe it has to do with background images see here.
Is this fixable?Thank you!
October 30, 2019 at 1:43 pm #1152312Hi all,
I am trying to find a solution but can’t … first issue for mobile is fixed but now (as previous post) the submenu on a laptop/ desktop is being overlapped by the colour section.
Is there any way to fix this?Thank you!
November 2, 2019 at 11:36 am #1153230Hi samvasgr,
Looks like there is no need for the z-index 9999 and so it can be set to 1.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.responsive #top .with-title { z-index: 1; }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 12, 2019 at 9:41 am #1155929All works fine now.
Thank you!November 12, 2019 at 8:38 pm #1156134Hi samvasgr,
Glad we finally got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.