abdulrazzaq4085
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Docs] Many thanks and improvements suggestions…@sriviere When you create sub directories, these directories will appear in move select list after refresh.
And 2nd thing is that When you are in Directory C than Directory C will not apeaer in Move list all other directories with their sub directories and sub directories of Directory C will appear in move list. It’s means currently opened directory will not show because file is already in current directory you can not move it again in current directory.Thanks,
Team ibulb.work- This reply was modified 4 years, 2 months ago by abdulrazzaq4085.
- This reply was modified 4 years, 2 months ago by abdulrazzaq4085.
Forum: Plugins
In reply to: [WP Shopify] wps_products_buy_button shortcode not working from functions.php@dhudsonweb Please share a screenshot from the front end where the actual issue you are facing and provide some more detail about your issue.
Thanks & Regards
Team ibulb.workForum: Plugins
In reply to: [WP Datepicker] Site breaks when updating@dumel Please share a screenshot or a video of your issue. It will help us to diagnose and fix your issue.
Thanks & Regards
Team ibulb.workForum: Plugins
In reply to: [WP Datepicker] Disable days@studioworks yes you are right, this feature is available in the premium version.
Regards
Team ibulb.workForum: Plugins
In reply to: [WP Datepicker] Disable days@studioworks Please see the screenshot given below a guide for using custom functions.
https://snipboard.io/e3lJLd.jpg
And for your scenario, this function will work.
function (date) { var day = date.getDay(); var disable_days = [ 0 , 5, 6]; var index = disable_days.indexOf(day, disable_days); return [index !== -1]; }
Thanks & Regards
Team ibulb.workForum: Plugins
In reply to: [jQuery Post Splitter] Issue with Cornerstone Builder by Themeco@lisaburger Video does not exist on your provided link, Please verify and share the link again.
Thanks
Forum: Plugins
In reply to: [jQuery Post Splitter] Refresh Page When Click On Next Button@shubhamraj96 Page refresh by clicking next and previous button this functionality is only available in the premium version. For the color and size of buttons, you can use custom CSS to change the color and size of buttons.
Thanks
Forum: Plugins
In reply to: [Inbox] hide contact option@roghithsam Currently this feature is not available, but you can hide this manually by adding below given CSS code and replace 1, 2, 3 with product ids in which you want to hide contact seller section, you can also add more products with comma separated CSS code as given below. In next release this feature will be include in plugin.
/*Product page*/ #product-1 .wp_inbox_message_box_toggle_div, #product-2 .wp_inbox_message_box_toggle_div, #product-3 .wp_inbox_message_box_toggle_div{ display: none; }
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] Issue with files link in order email@cakeonrack Please share the screenshot of your code where you make changes I think there is any syntax problem. Maybe it occurred while copy-pasting the code.
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] Issue with files link in order email@cakeonrack You can replace IF Condition till before curly braces start at Line No. 1024 with
$file_name_array = explode('.', $fileName); if(!in_array(end($file_name_array), $whitelist))
it will resolve the issue. If you don’t have access to code than, please wait for the updated version it will be upload ASAP.
Thanks
- This reply was modified 4 years, 3 months ago by abdulrazzaq4085.
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] not sent file@razie94 Once again I tested this on your site but there is the same issue again, some errors are showing on the console.
Please reach us through https://demo.androidbubble.com/contact/ we will diagnose the actual issue and fix it on live site.
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] not sent file@razie94 When we submit some requests to the server there are maybe some warnings or notices which are ignored by PHP some times same like an AJAX request but some time javascript need JSON parsed strings if some notices or warnings append to this JSON string it may produce some error and stop script to proceed further, so please check notices or warnings at your server-side or try after deactivating the plugins which are producing these errors.
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] not sent file@razie94 I have checked this on your site and found some error in the console, these errors are stoping the file to upload please try after deactivating the following plugin and resolve the issue in that plugin.
Plugin creating this error is “ultimate-member”
https://snipboard.io/ijpwAE.jpg
Thanks,
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] not sent file@razie94 Please share the screenshot of the settings page.
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] File upload has stopped working@rweiss23 I have checked your problem but it is WooCommerce compatibility issue not any bug in the plugin. In WooCommerce updated version wooCommerce not allow any other plugin to submit checkout form that’s why files stopped uploading. For the solution of this problem already introduced a new location of file upload at top of the checkout form.
https://snipboard.io/8mPGZV.jpg
https://snipboard.io/hGo8F5.jpgBut due to some reasons, this position only available in the pro version. Alternatively, you can use the Cart Page for uploading the files.
https://snipboard.io/XrWm4d.jpg
Thanks