Bhanu1413
Forum Replies Created
-
Forum: Plugins
In reply to: [User Wallet Credit System] show wallet balance on my accounthi afaceripedia go in wp-content\plugins\woocommerce\templates\myaccount and copy template file yourtheme/woocommerce/myaccount/my-account-dashboard.php
do not copy all template only copy that template which one needed where you want to show balance paste that code<?php echo do_shortcode( ‘[uw_balance display_username=”true” separator=”:” username_type=”display_name”]’ ); ?>
Forum: Plugins
In reply to: [User Wallet Credit System] show wallet balance on my accounthi afaceripedia just go in pages>all pages in your admin panel and then edit my account and paste this code
[uw_balance display_username=”true” separator=”:” username_type=”display_name”]
and update your page
I want to change add to acrt to Add to cart i mean want to make A capital in add to cart but don’t want to edit core code i hope you can do it in the next version
Forum: Plugins
In reply to: [User Wallet Credit System] show wallet balance on my accounthi krissuh this is the code
[uw_balance display_username="true" separator=":" username_type="display_name"]
where you place this code the balance will show there or you can give me the screenshot what is your actual problem. you can past this code in pages and posts so balance will automatically come under the title.
Forum: Plugins
In reply to: [User Wallet Credit System] show wallet balance on my accountThere is a short code
[uw_balance display_username=”true” separator=”:” username_type=”display_name”]
Use it on your my account page
Forum: Plugins
In reply to: [Invoices for WooCommerce] Plugin Update giving an errorYes I had the “Reset on 1st of january” option enabled/checked before update. But now i disable it and it’s working fine. and i think i have rate your plugin with 5 stars
Forum: Plugins
In reply to: [Invoices for WooCommerce] Plugin Update giving an errorI found the solution of this error
go in to template tag and unchecked the Reset on 1st of january check box and i am able to create pdf invoice as before
Forum: Reviews
In reply to: [Custom Product Tabs for WooCommerce] awesome plugingSo You should give it a 5 start. If you happy with it.
Forum: Plugins
In reply to: [Social Gallery Lite] Light box got unappear after showing imgNow i find the error in my theme. In my theme’s function.php i have some lines
wp_deregister_script('jquery'); wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"), false); wp_enqueue_script('jquery');
if i remove these lines then the plugin work fine but my navigation will not toggle more. please help me.
Forum: Plugins
In reply to: [Social Gallery Lite] Light box got unappear after showing imgOk Problem with my theme it is ok with other theme so can some one tell me why my theme get error href URL is not properly formatted what iam missing
Forum: Plugins
In reply to: [Social Gallery Lite] Light box got unappear after showing imgI find the error message
href URL is not properly formatted
Forum: Plugins
In reply to: Email verification on user registrationThis tutorial may help me can some one tell how to apply it on wordpress
https://net.tutsplus.com/tutorials/php/how-to-implement-email-verification-for-new-members/