hrwebsolution
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet System for WooCommerce] Remove wallet transfer option in walletYes I understand, but for meantime, I request you to give me some css code that can hide this option only. Because it is causing log of confusion and we have to manage all customers manually due to this.
Forum: Plugins
In reply to: [Wallet System for WooCommerce] Remove wallet transfer option in walletSo is there anyway to hide that section from frontend. Because that is very annoying when user misunderstood this and click on this instead of withdrawals and enter their same email id.
This will disappear their wallet balance.So any how can we hide wallet transfer section from wallet page?
Thanks for writing but that option is already enabled, but I guess this whole plugin mail system is not working. Bcoz users only getting mails when they signup and that is from default wordpress.
But not get any listing related mails i.e. listing approved etc.
Yes mails are working fine. Even sending mail from your same plugin for listings etc.
Sorry for the inconvience, I removed this now by looking in back end coding and find this in your documentation.
/* * Change Send Credentials via Email text. Tags: send credentials, email */ add_filter('wppb_send_credentials_checkbox_logic', 'wppbc_send_credentials_checkbox', 10, 2); function wppbc_send_credentials_checkbox($requestdata, $form){ return '<li class="wppb-form-field wppb-send-credentials-checkbox"><label for="send_credentials_via_email"><input id="send_credentials_via_email" type="checkbox" name="send_credentials_via_email" value="sending"'.( ( isset( $request_data['send_credentials_via_email'] ) && ( $request_data['send_credentials_via_email'] == 'sending' ) ) ? ' checked' : '' ).'/>'. __( 'Send these credentials via email.', 'profilebuilder').'</label></li>'; }
I’ve edited the code and make this Send these credentials disabled. If there is any front end option to disable then you can suggest me. I’ll change code back as default and disable it from front end.
- This reply was modified 4 years, 4 months ago by hrwebsolution.
Forum: Fixing WordPress
In reply to: Saving options redirect to wp-admin/options.php with 404 errorNow I am using this same theme but using eliminator page builder and it is working fine and adding content and pages editing fine..
But the problem is with only Theme options tab….Any idea why?
Forum: Fixing WordPress
In reply to: Getting 404 error in only one post in wpThanks Kartiks16
Here is the screenshot in the link: https://prnt.sc/j5v0k4
Also this website is around 1.6 yrs old and running same on this custom permalink and you can see all other permalinks are of this domain are working fine but problem is only in this one post.
Thanks
Forum: Fixing WordPress
In reply to: Getting 404 error in only one post in wpThanks Kartiks16 for replying,
I tried by changing permalinks to Plain and then it works but when I changed back to postname.html custom format then still showing 404 error.
Any clue how to go through this.
Thanks
Forum: Fixing WordPress
In reply to: Getting webmaster error in wordpress websiteThanks for the support. I appreciate.
Forum: Fixing WordPress
In reply to: Getting 404 error in only one post in wpMight be also giving same 404 error in same browser too where login. Sorry for confusion.
Please give support.
Thanks