New Landing How can we help? Themeforest Theme Support Dante Page Builder edit issue WordPress 3.9, Dante 2.52

Viewing 15 posts - 31 through 45 (of 46 total)
  • Posted in: Dante
  • #68399
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    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

    #68429
    wylesight
    Member
    Post count: 45

    It 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

    #68798
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @wylesight
    – has your issue been fixed ?

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #68966
    sb91
    Member
    Post count: 86

    I have an issue where the swift page builder is not appearing if WPML plugin is active?

    #69271
    xcv1001
    Member
    Post count: 101

    still the same issue even after updating,
    <p> and </br> are automatically added, what to do?

    #69273
    xcv1001
    Member
    Post count: 101

    still the same issue even after updating,
    <p> and </br> are automatically added, what to do?

    see the attached image

    #69275
    xcv1001
    Member
    Post count: 101

    see the attached image in regard to my last post

    #69478
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @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

    #69557
    wylesight
    Member
    Post count: 45

    This 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..

    #69586
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @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

    #69600
    wylesight
    Member
    Post count: 45

    Conflict with plugin… (easy content type in my case)

    #69618
    Melanie – SUPPORT
    Member
    Post count: 11032

    So we can consider it solved?

    Cheers

    #69621
    wylesight
    Member
    Post count: 45

    On your side, yes lol !!

    Thanks !

    #69635
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad you found the cause, hopefully they fix it soon! 🙂

    – Ed

    #69829
    Uriel
    Member
    Post count: 1

    Please 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

Viewing 15 posts - 31 through 45 (of 46 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register