Thomasmcdaniel9
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Mini wallet display location option not availableOk thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] Mini wallet display location option not availablefunction woo_mini_wallet_callback() {
if (!function_exists(‘woo_wallet’) || !is_user_logged_in()) {
return ”;
}
ob_start();
$title = __(‘Current wallet balance’, ‘woo-wallet’);
$mini_wallet = ‘‘;
$mini_wallet .= ‘‘;
$mini_wallet .= woo_wallet()->wallet->get_wallet_balance(get_current_user_id());
$mini_wallet .= ‘‘;
echo $mini_wallet;
return ob_get_clean();
}
add_shortcode(‘woo-mini-wallet’, ‘woo_mini_wallet_callback’);Add this to the funtions.php folder in wordpress this makes the wallet show
Forum: Plugins
In reply to: [Wallet for WooCommerce] Mini wallet display location option not availablehow can i reposition where the icon and funds available shows up. i need it in the right hand corner of website . how to move this . thanks
Forum: Fixing WordPress
In reply to: Can't Login to WP or Access Website due to Redirect?Im having the same issue i have tried renaming the plug in and also the plugin folder but every time i try to login localhost/wordpress/login
it changes to http://localhost/wordpress/login-2 nothing is working please any help would be greatIm trying the same thing i also would like to have multiple video windows on the home page that show up under my main video player
https://wordpress.org/themes/newgamer/