• Hi there,

    I have the problem that whenever I intergrate a break tag in my contact form 7 in Easy FancyBox it is not making the break. The same goes when I just fill in spaces over two lines or more. It seems that everything without any viewable content Easy FancyBox just deletes. When I add any symbols or letters, the Pop Up window depicts these, but it is not looking too great if I always add a line with
    ——————————————
    between each text.

    So I hope somebody can help me to fix this problem.

    Thanks

    https://www.ads-software.com/plugins/easy-fancybox/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Jose, this sounds like a conflict. Can you share a link?

    Thread Starter Jose81

    (@jose81)

    Hi,

    Yeah, here is a sample:

    https://korealoveproject.com/test

    Hmmm… the whole lightbox is blocked in Chromium browser because of an error “Uncaught TypeError: Cannot set property ‘sx’ of null” coming from a script snippet by “Social Media Icon From Acurax International”

    You might want to fix that first…

    Thread Starter Jose81

    (@jose81)

    Oh. Sorry for that. This was because I made a change with another plugin. I just deactivated that plugin. Now you can check it

    OK, the paragraph tags that are created wrapping your form elements have 0 margin/padding because of the first Reset CSS rule in your themes stylesheet.

    You could either modify the following style rule in your themes stylesheet:

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
    	margin: 0 0 24px;
    	margin: 0 0 1.714285714rem;
    	line-height: 1.714285714;
    }

    by adding a new line at the top:

    #fancybox-content p,

    to make these paragraph styles apply to the lightboxed content. You might need to do the same for other tags.

    Or, you can add extra <br> tags to the contact form to create extra whitespace.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Formular 7: break does not work in Easy FancyBox’ is closed to new replies.