Forum Replies Created
-
AuthorPosts
-
Hi you,
Please follow guide at https://leebrosusthemes.gitbook.io/organey/
and keep contact with us when you need to help.November 18, 2021 at 12:36 am in reply to: How to Disable Credit/Debit Card Secure Payment option in Checkout page #4404Let me know if you need to help and hope you will vote 5 stars for our team.
Thanks
November 18, 2021 at 12:33 am in reply to: How to Disable Credit/Debit Card Secure Payment option in Checkout page #4402It seems to be the default feature of this plugin, I had to use css to hide it.
div#pay_forma { display: none !important; }
Hi again,
#1/ Please update PHP version up to 7.4, your Php version ( 7.0 )is too old and may cause errors
#2/ Please activate the child-theme and add your customizations here, adding the code directly to the main theme will result in code loss when you update the theme version
#3/ The error you posted above was caused by the wrong custom code you added, I fixed it and added it to the child-theme:
https://ibb.co/mz3fT4YError:
add_filter( 'the_title', 'shorten_woo_product_title', 10, 1 );
Had to change it toadd_filter( 'the_title', 'shorten_woo_product_title', 10, 2 );
Since you are calling 2 variables in the function below:
function shorten_woo_product_title( $title, $id )
November 18, 2021 at 12:19 am in reply to: How to Disable Credit/Debit Card Secure Payment option in Checkout page #4399I hidden Credit/Debit Card Secure Payment, please check your PayPal setting again.
Hi you,
I added a short description of the product and it is still fully displayed in the single product
– Admin dashboard: https://ibb.co/m99NL7T
– Single product page: https://ibb.co/cg4XXdpHi you,
Please follow guide at here: https://www.wpbeginner.com/plugins/how-to-add-custom-login-url-in-wordpress/
Hi,
I checked your page, it loads quite fast, 1-2s not 15-30s like you said, please check with speed check tool.
You need to re-optimize the images, they are currently quite large, which leads to slow downloadsView Gtmetrix report: https://gtmetrix.com/reports/shermanpreston.com/UIFxdXK8/
Your problem was resolved !
Kind regards
This reply has been marked as private.Please send Admin web account for me ,I will check and try to help you.
Link login:
– Username:
– Password:Hi,
This is the default page of woocommere, you will have to override the template and rewrite the code if you want to customize this page.
If you are not a coding person, it is difficult to show you how to customize, it is best to ask for our customization service.Our widget does not support this request, I have already answered you in 1 of your topic.
If you need customization we will charge a custom fee for this request.Where did you add this customization, please remove it: https://ibb.co/VMPXPg4
I will no longer support you if you add customizations yourself, then cause problems and ask us for support again.You created too many topics and took us too long…
- This reply was modified 3 years ago by Supporter.
Hi you,
Please go to Admin dashboard -> Templates -> Saved Templates -> Tab Section -> Create Section Size chart: https://ibb.co/VTDRcbT
-> Add contect for this section-> Edit single product -> select Size chart
-
AuthorPosts