• Resolved illingco

    (@illingco)


    Form input fields do not align, nor do they all look the same. It is a CSS issue between the plugin and Enfold theme. Just not sure which CSS to adjust….

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @illingco,

    Could you please share an URL of the page where we can see this so we can check which CSS should be adjusted?

    Cheers,
    Predrag

    Thread Starter illingco

    (@illingco)

    An example of an embed is at https://staging3.store.illingcompany.com/product/55-gallon-blue-openhead-plastic-drum/. Though the exit intent pop-up suffers the same thing. Thanks for looking into it!

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @illingco

    You can try to override theme CSS with your own rules.
    Using the following in browser’s dev tools seem to do the trick.
    You should use this outside of Hustle’s custom CSS though, like in Appearance->Customize->Additional CSS:

    #top .input-text, 
    #top input[type=text], 
    #top input[type=input], 
    #top input[type=password], 
    #top input[type=email], 
    #top input[type=number], 
    #top input[type=url], 
    #top input[type=tel], 
    #top input[type=search], 
    #top textarea, 
    #top select {
      color: #363B3F !important;
      border-color: rgba(128,140,151,0.6) !important;
      border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      -webkit-border-radius: 5px !important;
      border-width: 2px !important;
      border-style: solid !important;
    }

    Warm regards,
    Dimitris

    Thread Starter illingco

    (@illingco)

    That’s better. But why is it appearing on the home page https://staging3.store.illingcompany.com at the bottom when I have made several rules to exclude the embed on the home page??

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @illingco

    The home page on your site – it is set as a static page in site settings (on “Setings -> reading” page in “your homepage displays” option), correct?

    If yes, then in order to not show embed there, in embed “Visibility” there should be a “Static Pages” condition added and if it’s set to “All except” – the “Front page” option should be selected.

    However, while this works out of the box in “default” setup, there’s also a chance that other rules might be overriding that or there’s some sort of “conflict” related to how theme works.

    Could you take a screenshot(s) of your current (full) “Visiblity” rules set for that embed and share with us so we could check them?

    Best regards,
    Adam

    Thread Starter illingco

    (@illingco)

    Scren cap at https://imgur.com/a/B5ymqgr. Set to latest post? And I did do All except front page/home page/etc. Please advise further, thanks…

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @illingco

    Thanks for response and I’m sorry for delay on my end.

    I assumed it’s set to “static page” due to how the homepage looks like. I see now it’s made with some Avia-based layout so that might be why I thought so.

    However, I actually asked for a screenshot of a different settings. The one I’d like to see would be the screenshot from

    “Visiblity”

    settigns of the embed in question. Could you please

    – go to “Hustle -> Embeds” page
    – click on “Edit” for the embed in question
    – go to “Visiblity” tab
    – and take a screenshot of settings set there?

    Best regards,
    Adam

    Thread Starter illingco

    (@illingco)

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @illingco

    Could you please send me an email to [email protected] using this template:

    Subject: “Attn: Dimitris

    Message: link back to this thread for reference

    Keep in mind the subject line, as it ensures that it gets assigned to me.

    Thank you,
    Dimitris

    Hello @illingco

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘input fields not aligning and look different’ is closed to new replies.