Forum Replies Created
-
AuthorPosts
-
Hi,
i have done the following:
1. add video element to a test page.
2. use the following link http://techslides.com/demos/sample-videos/small.mp4after that i can’t save the page the error message is “Aktualisieren fehlgeschlagen” (language is set to german)
3. when i use the following wrong url http://techslides./demos/sample-videos/small.mp4 (i deleted the .com) i can save the page.
The same with all urls like youtube or selfhosted on amazon s3.
It looks like a security policy or something like that but i have no idea where i can configure stuff like that.
Is it a bug ?the page can not be updated that is the error message.
When i delete the link from the video element it can be updated.
I don’t understand why a link to an mp4 file within the video element break my page ?
I have tried a lot of thinks but it’s not working.It is also not working with embed ect. i don’t understand it.
-
This reply was modified 5 years, 7 months ago by
nibaer.
Hi,
i tested some more things and i hope with the following description somebody can help me.
My easy function looks like the follwing.function nb_example()
{
echo “<b>Hello World echo</b>”;
return “Hello World return”;
}
add_shortcode( ‘nb_example’, ‘nb_example’ );when i use the shortcode [nb_example] within a text-block the string from the return comand “hello world return” is displayed at the correct position on my page.
The string from the echo command “Hello world echo” is displayed outside the <section class=”av_textblock_section ” but inside the <div id=’main’.
It would be great if somebody can help me out with this.Thanks very much
Hi
It is not a problem regarding the code (but thanks I will use always the same quotes).
The shortcode function itself is working but it is not integrated to the Stylesheet (not sure how to describe it better).
For example:
I create a page with the enfold advanced layout builder.
At the top of the page I place a picture and after the picture I place a textfield.
Within the textfield I write „hello world“.
In the next line I add the shortcode.I expect that the input field of the shortcode is placed after the text hello world but it isn’t.
The input fiel from the shortcode I displayed at the top of the page.I assume it is because the input field is not using the Stylesheet or Stylesheet function from the enfold alb. I have no idea how I can do this and I hope somebody can give me a hint.
Can you understand my example and my problem ?
Thanks you so much for help.
-
This reply was modified 5 years, 7 months ago by
-
AuthorPosts