Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Page Builder edit issue WordPress 3.9, Dante 2.52
New Landing › How can we help? › Themeforest Theme Support › Dante › Page Builder edit issue WordPress 3.9, Dante 2.52
- This topic has 45 replies, 11 voices, and was last updated 10 years by Swift Ideas – Ed.
-
Posted in: Dante
-
April 18, 2014 at 4:18 pm #68399
Does that happen on a clean page, freshly created? Not getting that here, can only thing that a plugin may be conflicting with the output, or something you changed (if anything? – referring to the code earlier in the thread)
– Ed
April 18, 2014 at 6:12 pm #68429It happens in both existing and new pages.
The main theme code is untouched, working with child-theme.
I’ll try tomorrow to de-activate all plugins and child-theme, I’ll keep you posted.
Thx
April 21, 2014 at 11:45 am #68798Hi,
@wylesight – has your issue been fixed ?Thanks 🙂
With Best Regards
Swift IdeasApril 21, 2014 at 11:04 pm #68966I have an issue where the swift page builder is not appearing if WPML plugin is active?
April 23, 2014 at 4:23 am #69271still the same issue even after updating,
<p> and </br> are automatically added, what to do?April 23, 2014 at 4:40 am #69273still the same issue even after updating,
<p> and </br> are automatically added, what to do?see the attached image
April 23, 2014 at 4:41 am #69275see the attached image in regard to my last post
April 23, 2014 at 4:40 pm #69478@xcv1001 – do you have steps to accurately replicate this? Still unable to do so here. There are
tags there only for the backend from what I’ve seen (for ease of viewing).– Ed
April 24, 2014 at 8:17 am #69557This is really a mess… 🙁
Each time a page is updated these shitty tags are everywhere !!!As I said,
remove_filter( 'the_content', 'wpautop' );
remove them, but THROUGH ALL the website.
In my case I have lot of pages, so it’s not an option : I should re-design all the content by adding ‘normal’ <p> and <br/> by hand…It seems like this is a new behavior in TinyMCE 4, added to WP 3.9 : View article
I’ve tried the suggested customization method :
function myformatTinyMCE($in) { $in['remove_linebreaks']=true; $in['gecko_spellcheck']=false; $in['keep_styles']=true; $in['accessibility_focus']=true; $in['tabfocus_elements']='major-publishing-actions'; $in['media_strict']=false; $in['paste_remove_styles']=true; $in['paste_remove_spans']=true; $in['paste_strip_class_attributes']='none'; $in['paste_text_use_dialog']=true; $in['wpeditimage_disable_captions']=true; $in['plugins']='inlinepopups,tabfocus,paste,media,fullscreen,wordpress,wpeditimage,wpgallery,wplink,wpdialogs,wpfullscreen'; $in['content_css']=get_template_directory_uri() . "/editor-style.css"; $in['wpautop']=true; $in['apply_source_formatting']=false; $in['theme_advanced_buttons1']='formatselect,forecolor,|,bold,italic,underline,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,|,wp_fullscreen,wp_adv'; $in['theme_advanced_buttons2']='pastetext,pasteword,removeformat,|,charmap,|,outdent,indent,|,undo,redo'; $in['theme_advanced_buttons3']=''; $in['theme_advanced_buttons4']=''; return $in; } add_filter('tiny_mce_before_init', 'myformatTinyMCE' );
But by doing this Switch Page builder is not loading anymore…
We should dig into this..
April 24, 2014 at 9:23 am #69586@wylesight – as I spend more time using WordPress 3.9 – it seems that this is standard functionality. I also found that it has no negative affect on my fronted output. They are stripped out from the backend as they are run through our shortcode function to remove p tags around them, however this wouldn’t be an option for the backend as it wouldn’t be sensible or viable to remove code as you are writing it.
With the time I’ve been spending using 3.9, I haven’t found this as a single problem. Can you confirm any issues that you are having with output on the fronted, and if so post a link to the output so that I can see?
Thanks,
– Ed
April 24, 2014 at 9:41 am #69600Conflict with plugin… (easy content type in my case)
April 24, 2014 at 10:12 am #69618So we can consider it solved?
Cheers
April 24, 2014 at 10:14 am #69621On your side, yes lol !!
Thanks !
April 24, 2014 at 10:44 am #69635Glad you found the cause, hopefully they fix it soon! 🙂
– Ed
April 24, 2014 at 8:36 pm #69829Please help
When i ask for ¨¨swift page builder¨¨ that’s i have Welcome to your visual preview area…
You don’t have any content at the moment. and nothing.
in the page view it’s ok -
Posted in: Dante
You must be logged in and have valid license to reply to this topic.