Hi
how can we add custom fields to this plugin? For example, I want to show a name and surname or school name under the avatar.
]]>in addition to previous support request, i regretfully have to mention that your plugin broke my website. visit link for screenshot.
https://send.firefox.com/download/05498a62b54c4d0b/#Tr4iO6IJYvwhgxMImGi5lw
is a shame, cause i love the simplicity and convenience of your plugin.
]]>Hi,
I like the ease of the plugin. However, it does have some layout issues.
Please follow link to see how the layout gets completely messed up when i add it to a widget in the side bar
https://send.firefox.com/download/d121435e25e23b50/#nCWJzilz7qhMq0MVfyXRRA
]]>I am trying to get this to work as a dashboard widget and have searched a lot and found this code should work
// WHOS ONLINE
function wc_wo_dashboard_widgets() {
wp_add_dashboard_widget(
‘wc_wo_widget_id’, // Widget slug.
‘WooCommerce Whos Online’, // Title.
‘wc_wo_dashboard_widget_function’ // Display function.
);
}
add_action( ‘wp_dashboard_setup’, ‘wc_wo_dashboard_widgets’ );
function wc_wo_dashboard_widget_function() {echo do_shortcode( ‘[who-is-online-now]’ );}
but all i get is [who-is-online-now] as the results ??
Any ideas?
]]>Request a way to omit admins.
]]>