Minifrontpage Pro "No valid imge was loaded" - page broken
- Posted by TemplatePlazza (5261) Offline
Ah so this is about youtube background part? What plugin do you use for displaying youtube?
To make sure, can you try to disable the youtube background part from the module's backend?
3 years 8 months ago #13
by TemplatePlazza
To make sure, can you try to disable the youtube background part from the module's backend?
The topic has been marked as resolved.
- Posted by Stefan Wulff (17) Offline
It‘s no special YouTube plugin ... simple ReReplacer with
Final code is<p><div class="video-container">\1</div></p>
<p><div class="video-container"><iframe src="www.youtube-nocookie.com/embed/8E0yu_ZuKDE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen" width="560" height="315">
What do you mean with YouTube background? It‘s no background, simple iFrame with autoscaling by css.
The topic has been marked as resolved.
- Posted by Stefan Wulff (17) Offline
Just tested: the error is independent of replacement! (Disabled ReReplacer-plug-in-Setting)
3 years 8 months ago #15
by Stefan Wulff
The topic has been marked as resolved.
- Posted by Stefan Wulff (17) Offline
And another test:
Error immediately occurs when inserting
3 years 8 months ago #16
by Stefan Wulff
Error immediately occurs when inserting
In a normal article.<p><iframe src="www.youtube-nocookie.com/embed/8E0yu_ZuKDE" height="315" width="560" allowfullscreen="allowfullscreen" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" frameborder="0">
The topic has been marked as resolved.
- Posted by TemplatePlazza (5261) Offline
I meant some minifrontpage pro themes have Youtube background feature that will replace image background with youtube movie when it found any youtube url in the article. You can see this demo site to see what I mean demo.templateplazza.com/joomla/index.php...e-pro-module-collage https://www.dropbox.com/s%2Fqbcy1zj5fd5wpzs%2FModules%2520mod_minifrontpageprok2%2520-%2520J39%2520-%2520Administration%25202021-04-18%252017-46-18.png?raw=1What do you mean with YouTube background? It‘s no background, simple iFrame with autoscaling by css.
let me check this more thoroughly. Will get back to you soonAnd another test:
Error immediately occurs when inserting
The topic has been marked as resolved.