conflict between code embeds and block usage
Hello
I'm using the wordpress plug-in brizy.
The code embedment and block cannot be used together.
If you insert a code to create an element, all the blocks below will disappear.
How can I solve this problem?
-
Hi Isanghan
Can you let us know little bit more about the code you are trying to embed? What functionality are you adding using the code? If you received the code from a specific source, can you name the source?
1 -
This code contains simple html and css.
It's a code I created myself and I can name it.
It can be implemented on the screen by inserting the block at the top of the code embedment.
If insert the block into the bottom of the code, it will be missing from the screen.0 -
Hi Isanghan
Simple HTML and CSS code should not have an effect like that on other blocks. Do you mind pasting the code here? We will try and reproduce the problem at our end.
0 -
Hi Isanghan
You have opening and closing body tags within your embed code.
<body>
</body>Therefore your page ends at the closing body tag. Please remove those tags and the rest of your page will load properly.
0 -
Hi, Kc Georg
Thank you for your help!
I did what you advised me to do.
The problem has been solved!
Thank you again.0
Please sign in to leave a comment.
Comments
5 comments