hsntgm
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Sipari? S?zle?meleri PDF] not working on my sideKorkmaz, I solved my issue. I have lots of custom checkout fields also some of them disabled that cause jquery errors with your plugin.
One last question about send mail function according to order statuses. There are no such option on plugin settings so I checked your code and I saw,
$allowed_statuses = array('new_order', 'customer_completed_order');
new_order and customer_completed_order are not default wc order statuses. You mean processing and completed here.
Thanks.
Forum: Plugins
In reply to: [WooCommerce Sipari? S?zle?meleri PDF] not working on my sideNope, I can’t do that in production. This is not effective way for me. There are 30+ plugins. I wonder that does plugin work with guest orders or working with just registered customer’s orders. For guests orders simply shortcodes not working. Agreement pages are generated with absolute shortcode values like [namesurname]
Not sure which part is broken backend nopriv ajax calls or frontend page generation. But it seems front-end problem something like jquery conflict.Forum: Plugins
In reply to: [WooCommerce Sipari? S?zle?meleri PDF] not working on my sideI uploaded screenshot already — https://ibb.co/ncJrQCR
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] removing linksThats great !
I confirm it works –> link_disable=”reviews,author,write review”*However user avatar links still exits. I used avatar=false shortcode but
plugin still downloads them from –> https://lh3.googleusercontent.comDo I miss something here?
Thanks for your support.
I definetly consider your other plugins for my future projects.You are right I just realized that problem caused where fonts comes within css @font-face and cors headers cannot applied for these inlined css fonts. What a tricky thing.
Thank you vytis.
Hi Vytis,
Thanks for great plugin. This is a clean and simple solution to get rid of complex cloudfront interface.
I’m on nginx and I have already applied the nginx equalish one to my server. Not working. So I suppose maybe your end has issue or tiny “always” option has big impact:)
Thanks.
Thanks for your time.
1)Fixed.
2)Not fixed. Refundable amount still exludes shipping cost.
3)Not fixed. order, order_number all of them sends wrong order number to customer.(using custom order number plugin)
4)I can manage this.
5)Not fixed. But not a big deal.I am jealous of you. How much do I have to pay to get a private one year jquery camp ??
As usual, your solution works and mine doesn’t work at least don’t break form layout:) This is my success story..
Best regards,
Forum: Plugins
In reply to: [Calculated Fields Form] Jquery Mobile back and forward button supportHello,
You mean page breaks I think. When i click my phone back button it goes my main site ?? not to previous form screen.
Thanks, I will try the solve this.
Forum: Plugins
In reply to: [Calculated Fields Form] How to focus hidden input fieldHello,
Ok i think there is misunderstanding about this issue because of me and my complex form structer.I don’t want to scroll anything.It has already resolved by you. Thanks again !
I mean, I can’t .focus() hidden input fields which has display:none css property.
First, i need to focus these fields because they take ‘valid’ class after focus and my form valitadion depends hasClass(‘valid’). So user get error when click continue
Second, in my form structer if user select a tickbox it assign values to inputs I mean all inputs :visible and :hidden after that if user make :hidden inputs to :visible (this is possible, for example add new room button makes 3 hidden inputs field to visible) the previosly assigned value must be focused because this field is part of equation so it doesn’t trigger correctly.
Simply, i could not find any solution to focus hidden input.
Thanks.
- This reply was modified 7 years, 9 months ago by hsntgm.
Forum: Plugins
In reply to: [Calculated Fields Form] Find first visible blank input field in formThis is working code, as usual!
Thank you codepeople.
- This reply was modified 7 years, 9 months ago by hsntgm.
Forum: Plugins
In reply to: [Calculated Fields Form] How to merge cff HTML scripts to 1 external js fileOk I found the issue.My some buttons are calculate and some of them are regular button.The scroll function works on calculate buttons but not working with regular buttons if i use external js.Internally they all are working.
I found the issue but why don’t trigger this function for calculate buttons i did not fixed it.Now i will go back my backup.I will use my internal scripts.
Best Regards.
Forum: Plugins
In reply to: [Calculated Fields Form] How to merge cff HTML scripts to 1 external js fileForum: Plugins
In reply to: [Calculated Fields Form] How to merge cff HTML scripts to 1 external js fileThanks for solution codepeople it is nearly done expect my all offset codes broken.
jQuery(document).on( 'click', '[id*="fieldname155_"]', function(){ jQuery(window).scrollTop(jQuery('[id*="fieldname66_"]').offset().top); });
Thanks.
Edit:
I hope this will solve problem.I try it.
fieldname -find and replace- fieldname’+’Edit2: Not solved.
Forum: Plugins
In reply to: [Calculated Fields Form] Testing multiple functions by another functionHello,
Thank you for your patience, i understand lambda functions from tutorials.
Sometimes my brain looking for more complicated solution.Then i will realise and find the correct path.I managed to solve this issue with simple
else if
.I had to separate the button notifications because of the terms and conditions tickbox unchecked or there are the missing informations.
So far, so good ! Now all client side validations working like a charm with your support.
Sincerely,