New Landing How can we help? Themeforest Theme Support Joyn Swift Framework Conflict with Planso Forms Plugins

Viewing 15 posts - 16 through 30 (of 50 total)
  • Posted in: Joyn
  • #192257
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am still not able to see WPIDE page to edit files. Please give me the way to edit theme and plugins files.

    Thanks
    Mohammad

    #192262
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #192266
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just provide me FTP login detail.
    Thanks
    Mohammad

    #192292
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #192580
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check it now. I edited index.php file of this plugin at its main directory.

    Find this code:-

    wp_register_style( 'font-awesome',plugins_url( '/css/font-awesome-4.3.0/css/font-awesome.min.css', (__FILE__) ) ,array() ,'4.2.0');
    wp_enqueue_style( 'font-awesome-palnso');
    wp_enqueue_style( 'bootstrap',plugins_url( '/css/bootstrap/full/bootstrap.min.css', (__FILE__) ) );
    wp_enqueue_style( 'bootstrap-theme',plugins_url( '/css/bootstrap/full/bootstrap-theme.min.css', (__FILE__) ) );
    wp_enqueue_style( 'font-awesome-icon-picker',plugins_url( '/js/font-awesome-icon-picker/css/fontawesome-iconpicker.min.css', (__FILE__) ) );
    	

    Change with:-

    wp_register_style( 'font-awesome-palnso',plugins_url( '/css/font-awesome-4.3.0/css/font-awesome.min.css', (__FILE__) ) ,array() ,'4.2.0');
    	wp_enqueue_style( 'font-awesome-palnso');
    	wp_enqueue_style( 'bootstrap-palnso',plugins_url( '/css/bootstrap/full/bootstrap.min.css', (__FILE__) ) );
    	wp_enqueue_style( 'bootstrap-theme-palnso',plugins_url( '/css/bootstrap/full/bootstrap-theme.min.css', (__FILE__) ) );
    	wp_enqueue_style( 'font-awesome-icon-picker-palnso',plugins_url( '/js/font-awesome-icon-picker/css/fontawesome-iconpicker.min.css', (__FILE__) ) );
    	

    Thanks
    Mohammad

    #194336
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #194355
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you updated the plugin?
    Thanks
    Mohammad

    #194357
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #194369
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok 🙂 .
    Thanks
    Mohammad

    #205628
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #205997
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to the functions.php of your child theme.

    
    add_action( 'wp_enqueue_scripts', 'sf_remove_default_stylesheet', 20 );
    
    function sf_remove_default_stylesheet() {
        
        /* Unregister styles */
        wp_deregister_style( 'font-awesome');
        wp_dequeue_style( 'bootstrap');
        wp_dequeue_style( 'bootstrap-theme');
        wp_dequeue_style( 'font-awesome-icon-picker');
    
        /* Register styles */
        wp_register_style( 'font-awesome-palnso',plugins_url( '/css/font-awesome-4.3.0/css/font-awesome.min.css', (__FILE__) ) ,array() ,'4.2.0');
        wp_enqueue_style( 'font-awesome-palnso');
        wp_enqueue_style( 'bootstrap-palnso',plugins_url( '/css/bootstrap/full/bootstrap.min.css', (__FILE__) ) );
        wp_enqueue_style( 'bootstrap-theme-palnso',plugins_url( '/css/bootstrap/full/bootstrap-theme.min.css', (__FILE__) ) );
        wp_enqueue_style( 'font-awesome-icon-picker-palnso',plugins_url( '/js/font-awesome-icon-picker/css/fontawesome-iconpicker.min.css', (__FILE__) ) );
     
    
    }
     

    Let us know if it worked.

    -Rui

    #206021
    mhote
    Member
    Post count: 394

    Thanks Rui. Will know when next update occurs, cheers.

    #206293
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Let us know.
    -Rui

    #207068
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #207072
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please contact the plugin developers they will provide support for their plugin: https://wordpress.org/support/plugin/planso-forms.

    Please also check your web inspectors JS console for errors and report that to the plugin developers.

    Thanks,
    David.

Viewing 15 posts - 16 through 30 (of 50 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