This topic has 5 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #115241
     jiant
    Participant

    Hi..

    It could be possible disable or hide ” editor button” when I open the fronted editor (see attached image)
    Just I want to open fronted editor, but when it is open denied or block “edit button” to come back to dashboard.

    And how about the visual composer icon, that we can see at leftside (attached image)

    Sorry my english.

    Thanks for your time

    Attachments:
    You must be logged in to view attached files.
    #115351
     Radu
    Moderator

    You can hide that button by using this function

    COPY CODE
    
    function remove_buttom_from_vc_fe(){
        echo "<style>\n";
        echo 'button#vc_button-cancel { display: none !important;}';
        echo "\n</style>";
    }
    add_action( 'admin_print_styles', 'remove_buttom_from_vc_fe' ,90);

    The function will be added to wp-content/themes/kleo-child/functions.php

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115455
     bobbydaddis
    Participant

    I cant get VC to work at all – totally skewing my entire site and no functionality. The blue circle keeps spinning in activation area. I deactivate and reactive and same problems. Same with Slider Revolution – Just says please wait. Like Im just stalled. And the rtmedia and visual composer as well as idx icons on the left admin button are broken when loading. Can someone help? Im so frustrated and dont have ftp access.

    Attachments:
    You must be logged in to view attached files.
    #115590
     Radu
    Moderator

    Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115698
     bobbydaddis
    Participant

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/entouragehomes/public_html/wp-includes/functions.php on line 3787

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/entouragehomes/public_html/wp-includes/functions.php on line 3787

    #115921
     Radu
    Moderator

    I think the issues are related with these : https://archived.seventhqueen.com/forums/topic/vc-sr-neither-work-all-sorts-of-issues so we speak there

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?