Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #859806

    Hello!

    I want to put the Contact Form on a widget, but I can’t find where its code is (something like [contact-form]). May anyone help me?

    My page: http://iso17025.com.br/wplab/

    Best regards,
    Cali.

    #859822

    Hey Cali,

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Jordan Shannon

    #860308

    Hi,

    Alright, but now I’m having another issue, my contact form seems to have a margin on/in the bottom and top part of the widget, which I haven’t been able to edit using the CSS that edits the Contact Form Style. The only way I found was using a plugin to edit it, but I don’t want to use another plugin.

    So, how do I change the placeholder text’s color and the CF7’s margin?

    #860667

    Hi,

    First, was the first issue (original thread topic) solved?

    Best regards,
    Jordan Shannon

    #860677

    Hi,

    Yes, it was. :-D

    #860678

    Hi,

    Add this to quick css to take care of the margins:

    #demonstracao .avia-section-large .content{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }
    
    #demonstracao .template-page.content.av-content-full.alpha.units{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #860728

    Hi,

    It doesn’t work because this code is editing the ‘demonstracao’ section and I need to edit the footer’s contact form 7 margin (highlighted in yellow).

    #860776

    Hi,

    Apologies for the misunderstanding. I no longer see the space in the section you posted. Was this corrected?
    Best regards,
    Jordan Shannon

    #861193

    Hi,

    No problem! I mean, the yellow highlight, it is a space, I want to make it higher, bc the “Nome” field isn’t aligned.

    #861217

    Hi,

    I’m not seeing the space at all. This is what I’m currently viewing:

    https://snag.gy/jkmlY6.jpg

    Best regards,
    Jordan Shannon

    #862605

    Hi,

    I’m not sure what I did, but it’s okay now. Haha
    Thank you so much, Jordan, you can close this topic.

    #862625

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Contact Form – Code’ is closed to new replies.