-
Author
-
April 8, 2016 at 13:07 #115241jiantParticipant
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.April 8, 2016 at 18:10 #115351RaduModeratorYou can hide that button by using this function
COPY CODEfunction 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 solutionApril 10, 2016 at 01:46 #115455bobbydaddisParticipantI 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.April 11, 2016 at 13:31 #115590RaduModeratorPlease 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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 solutionApril 11, 2016 at 17:01 #115698bobbydaddisParticipantNotice: 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
April 12, 2016 at 14:15 #115921RaduModeratorI 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 -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.