Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #864021

    On-going problem, Enfold theme does not allow to change the color of your contact 7 form. I’ve been given a css that now rules all my contact 7 forms and I cannot change the color on any forms. They all look absolute crap. If I delete the css code it still does not allow me to change the color of the fields in contact 7 or use the contact 7 styles.
    Why does Enfold not allow for using the styles in contact 7?
    I’d prefer no more css fixes because all they do is lead to more problems and restrict Enfold even more.
    I’d prefer to have Enfold actually fix the problem. Surely this theme doesn’t restrict Contact 7 to this extent?
    Hope I get some assistance on this.
    Rikard, if you see this HELP!

    #864035

    Hey Darren,

    Thanks for your feedback. We will bring it to our devs attention.

    In the meantime, we can offer you some CSS codes that only applies to certain elements, if you would like? :)

    Best regards,
    Yigit

    P.S.: Informed Rikard about the thread as well!

    #864067

    css just seems to cause more issues
    I’ve got a developer who is looking at my site and has suggested I should change to divi?
    Never used divi, he said it doesnt have as many issues as Enfold,is more user friendly and has alot more elegant styles and can easily fix any issues.
    Seems everyone has a different opinion.
    I’ve put 2 screenshots in my Dropbox with explanations. 1 is a screenshot of the pop up form and the other a screenshot of my contact 7 form on my contacts page.
    Don’t understand why they are different?

    #864879

    Hi,

    I brought it to our devs’ attention.

    Our devs have been working on fixing current bugs and adding new features. I do not have much experience with Divi and i believe it would not be ethical to compare our theme with any other however we will keep on improving Enfold. That is currently our top priority :)

    Regarding styling, if you do not mind sharing admin logins here privately and point out the pages where you are having the issues, we should be able to correct them but please note we will probably need to add additional custom CSS code :)

    Best regards,
    Yigit

    #865085

    Issue 1:
    Please see screen shot below from Mobile phone.
    When people click on the menu on mobile phone it doesn’t bring up a proper menu, it brings up a description of the page.
    Under one heading in the menu (Promotions) it brings up text that isn’t even on the page at all.

    #866065

    Hi,

    Thank you for the update.

    You can choose not to display the menu description by using the css code.

    #av-burger-menu-ul li a .avia-menu-subtext {
        display: none;
    }

    I noticed that the menu background is transparent. I’m not sure if that was intended so you can use this to change the background of the mobile menu.

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: rgba(0,0,0,1);
    }

    Best regards,
    Ismael

    #866070

    That sort of fixed the issue. Problem now with the menu on mobiles is that you cant select the main pages only the sub-pages. For example if you click on promotions you get to choose which page you want but you can’t go to the main promotions page?

    #866924

    Hi,

    Thank you for the update. That is the default behavior of the parent menu items on mobile. If you want them to be accessible, please enable the “Clone title menu items to submenu” in the Enfold > Main Menu > Burger/Mobile Menu panel. This will create a copy of the parent menu item inside the sub menu container.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.