Dave Bianchi
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast Duplicate Post] Script and Style tags stripped outYoast Duplicate Post Version: 4.1.2
Wordpress Version: 5.8.1
PHP Version: 8.01. Create a new page or open an existing one.
2. Add the “Custom HTML” block to the page.
3. Inside the HTML block add the following sample code:<style> .special-color { color: red; } </style> <p class="special-color">Just some text to test.</p> <script> var universe = 42; </script>4. Save/publish the page as normal. I’d suggest previewing it so you know what this example looks like.
5. Select the “Rewrite & Republish” option on the page.
6. Modify the sample text to test. Can be anything you want, and you can also change the “color:” from red to maybe “blue” if you would like, and you could change the javascript variable as well. We just need enough that you have “changed” something on the page.
7. Schedule the change.
8. Verify the code is still present.
9. Sit back and wait until the republish time.
10. The page should now have the raw javascript and css visible on the published page.Similar issue here too. PNG and JPG don’t offload, but a PDF offloaded just fine. No error messages appearing in the window or server log.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Duplicate Javascript array?The bug is corrected. Thanks.