webwizardofoz
Forum Replies Created
-
Sorry, not resolved yet ??
When I deselect the option “general Options > User Roles to Display”, ie no tick boxes have been selected, it shows my admin role users, still NOT my members ??
I changed the role of one of my normal members to an admin role, and it still it not showing up, even as an administrator, very strange.
What is the next step you recommend?
- This reply was modified 2 years, 5 months ago by webwizardofoz.
Oh, and an individual member shows up without issues, its just the directory being restricted to only logge in user …
Forum: Plugins
In reply to: [Quick Bulk Variations Checkout for WooCommerce] Remove some columnsThis is working (not sure why)
$variation_title = $product->get_formatted_name();
$clean_title = explode(” (#”, $variation_title);
$variation_title = $clean_title[0];Forum: Plugins
In reply to: [Quick Bulk Variations Checkout for WooCommerce] Remove some columnsHi there,
unfrotunatly the syntax didnt work ??
and my PHP is not that good.$variation_title = $product->get_formatted_name();
$tidied_title = explode(” (#”, $variation_title);
$variation_title = $tidied_title[0];Gives a syntax error o last line saying “unexpected ;”
SOLUTION:
/** RC – added this so every person can manage voucher, not only the administrator */
function woo_vou_vendor_can_redeem_all_codes_vouchermanager( $roles = array() ) {$roles[] = ‘Your_Added_Role_Voucher_Manager’;
return $roles;
}
add_filter( ‘woo_vou_assigned_admin_roles’, ‘woo_vou_vendor_can_redeem_all_codes_vouchermanager’ );I’d like to add its not only tables, its also a lot of user roles as well, major pain in the butt….
thanks
It somehow solved itself, I added a section and they magically re-appeared again as allready added, strange, but solved.
HI, I disabled all plugins and it still does the same thing.
I try to add ome basic social media links.
Its in the default profile.
Image which shows it ishttps://mwc.hostingwizardofoz.com.au/wp-content/uploads/2018/04/Capture.jpg