Viewing 16 posts - 31 through 46 (of 46 total)
  • Author
    Posts
  • #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!

    #1149053

    Hi 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!

    #1149135

    Hi,

    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,
    Ismael

    #1149527

    Thank 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,
    Vasilis

    #1149842

    Hi Vasilis,

    Glad you finally got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1150338

    I 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 tonight

    #1150501

    see here.
    it overlaps the menu and even if i scroll up or down I cannot see the whole menu. I have the same issue on the laptop as well see here. is there a way do reverse and maybe the menu is overlapping the colour section.

    Could you please assist?

    Thank you

    #1150598

    Hi 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.
    #1150872

    Hi 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.

    #1151211

    Hi 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.

    #1151498

    Hi 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,
    Victoria

    #1151619

    I 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!

    #1152312

    Hi 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!

    #1153230

    Hi 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,
    Victoria

    #1155929

    All works fine now.
    Thank you!

    #1156134

    Hi samvasgr,

    Glad we finally got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 16 posts - 31 through 46 (of 46 total)
  • You must be logged in to reply to this topic.