Prafulla Kumar Sahu
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] How to add support for new fieldUpdate
I added hidden field and that are saved by flamingo. so if I will be able to send those attachment in mail they will be saved. please give your views and idea, whenever it is possible for you.
Forum: Plugins
In reply to: [Flamingo] How to add support for new fieldUpdate
removing the bluimp jquery plugin and just adding multifile field sending the data, but that are not included in mail even after adding those into mail settings
Forum: Plugins
In reply to: [Contact Form 7] How to add support for new fieldUpdate
removing the bluimp jquery plugin and just adding multifile field sending the data, but that are not included in mail even after adding those into mail settings .
Forum: Plugins
In reply to: [Flamingo] How to add support for new fieldgot the idea about problem, it is perhaps because, the contact form itself not sending my field data, in network section, I can see
------WebKitFormBoundaryyUR7aqI54KTjtgdZ Content-Disposition: form-data; name="your-multifile[]"; filename="" Content-Type: application/octet-stream
filename is empty that should content file names. It seems unrelated to this plugin, but still if possible please consider giving me some idea how I can achieve this .
Forum: Plugins
In reply to: [Contact Form 7] File not going in mailgot it solved.
[your-file]
field name.Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Text Widget Not Workingthank you for your reply, I got my answer.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to dequeue default style ?Thank you @tobiasbg .
@gambitph, thank you so much for your reply . I am spending some time on your plugin to learn, I am also creating issues on github, when ever I am finding something unusual. I hope it will be added in any upcoming version.
Forum: Plugins
In reply to: [Comments Ratings] Removing start rating from reply@sanjam1747, yes you are right and I did it at that time, the question is 6months+ old.
Thank you for your reply, In this time, I gone through your codes and got that. but the way woocommerce is displaying error you could make an attempt to do that on modal in a nicer way, that would a better user experience. let me know there is any plan , for now I am making a fix for myself.
Thank you for your reply . Is using delegation will not effect add-to-cart ? How you will prescribe me to use it ? (what should be the proper way to do it ?) Can you let me know where the code for this alert is written ? that will also give me better idea .
- This reply was modified 7 years, 10 months ago by Prafulla Kumar Sahu.
Forum: Plugins
In reply to: [Login Logout Menu] Custom registration pageBetter way not to modify the theme use a filter
The bellow code will use https://your-site/registration-form as registration page.
and for login/logout the plugin supports using custom page check menu settings.
add_filter( 'bawregister_item', 'redirect_registration'); function redirect_registration($item){ if (! is_user_logged_in()){ $item->url = '/registration-form/'; $item->title = 'Registration'; } return $item; }
Forum: Plugins
In reply to: [Login Logout Menu] How to add custom login/register pagesBetter way not to modify the theme use a filter
The bellow code will use https://your-site/registration-form as registration page.
and for login/logout the plugin supports using custom page check menu settings.
add_filter( 'bawregister_item', 'redirect_registration'); function redirect_registration($item){ if (! is_user_logged_in()){ $item->url = '/registration-form/'; $item->title = 'Registration'; } return $item; }
@averus I was trying to exclude some woocommerce pages from caching, I hope it makes my question little clear now. sorry for my bad English.
Forum: Plugins
In reply to: [WooCommerce] Why shipping tab is available for downloadable products ?@azhar thank you for your reply, here I am adding that screenshot another time.