hi guys,
small issue, topic says it all when creating a slider via the pulse tag a <p>-element
is rendered before the flex-slider. the problem is (i think) that in the WYSIWYG the editor wraps the slider-tag in a p. when the slider is created the p stays empty before it. any ideas on a work-aorund?
cheers
santiago
Thanks @squareclouds-design
@ezchile solution sounds good
There has been some discussion on this a little while ago:
Hello Oliver.
This script is for Redactor 1.
Plugins for Redactor1 do not work in Redactor 2.
Plugin for Redactor 2, has another script header.
Try editing the script header.
I did not try it, I did not install Pulse.
`if (!RedactorPlugins) var RedactorPlugins = {};
(function($)
{
RedactorPlugins.addpulseplugin = function()
{
return {
init: function() {`
-------Redactor 2 ------------
(function($) { $.Redactor.prototype.addpulseplugin = function() { return { init: function(…
Basically we were hoping Redactor would release a fix.
Redactor 3.1.8 is running in the latest version of Pulse and 3.2.0 will be out in 5.3.4 - but doesn't look like it addresses the issue:
For now the best work around would be:
pasting in HTML mode
using the CSS solution provided by @ezchile
thanks michael. yes i realized that it is saved without p if i save in HTML mode. hopefully redactor updates this soon
1 Like
system
Closed
July 8, 2019, 3:59pm
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.