IT Nursery
I’m trying to customize the look of the iframe that pops up (media uploader). I’ve manage to remove some fields etc, but I cannot re-size the frame. Does anybody...
  • June 2, 2022
  • 0 Comments
IT Nursery
In my install, I use one custom page. Here I put one text field and the fck editor. This is for the title and the content. I need to...
  • June 2, 2022
  • 0 Comments
IT Nursery
Basically, I have a custom tinymce button which opens a thickbox window in iframe mode. Is there a way to access the tinymce from the iframe? WordPress media uploader...
  • May 30, 2022
  • 0 Comments
IT Nursery
When I use the following code to create an iframe: <iframe src="https://stackoverflow.com/questions/3982422/mypage.html" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe> The iframe doesn’t go all the way—a...
  • May 29, 2022
  • 0 Comments
IT Nursery
I have this iframe and JavaScript embedded in a post: <iframe onload="fa_iframeresize.do(this);" src="https://example.com/calc.php?tp=dif&cl=beleggen&h=1&wf=19370&country=NL" scrolling="no" width="100%" style="padding:0px;margin:0px;border-width:0px;" frameborder="0"> </iframe> <script type="text/javascript" src="https://example.com/iframeResizeMe.min.js.gz"></script> But whenever I go to the visual editor...
  • May 28, 2022
  • 0 Comments