Ali Khallad
Forum Replies Created
-
AuthorPosts
-
January 17, 2019 at 10:49 am in reply to: Installed Plugin but Order Builder + options are not visible #708
Ali Khallad
KeymasterHi, good to hear you solved it.
We mentioned this here https://plugins.wpali.com/docs/woocommerce-order-builder/getting-started/creating-a-product/see the 3rd point.
Regards.
January 17, 2019 at 5:53 am in reply to: Installed Plugin but Order Builder + options are not visible #707Ali Khallad
KeymasterAfter some exhaustive troubleshooting across the website the Order Builder doesn’t show if there is no price entered. When time permits please make sure to include this in the FAQs and documentation.
December 21, 2018 at 10:46 am in reply to: I have installed the plugin and added extra options, however, it is not showing #694Ali Khallad
KeymasterHi, can you please share a screenshot of the options you added?
What do you mean byOrder Builder are remain disabled at product level.
Ali Khallad
KeymasterHello, when you get this message “Sorry, this file type is not permitted for security reasons.” it means that the restriction is coming from WordPress not out plugin, we can’t assist we that but we can suggest using the following code:
function wpali_custom_upload_mimes($mimes = array()) { $mimes['ai'] = "application/postscript"; return $mimes; } add_action('upload_mimes', 'wpali_custom_upload_mimes');
For the second message, you might be just uploading a large file, try with a smaller one a see if it’s going to be uploaded or not
Ali Khallad
KeymasterCan you send me login details here support@wpali.com
November 28, 2018 at 11:11 am in reply to: Set price on Product and Max limit across all sub-items #686Ali Khallad
KeymasterCan you send me login details and link to the example product where you’re using the builder here: support@wpali.com
Thanks
Ali Khallad
KeymasterHi, the plugin apply restriction to the item itself inside a set of items it doesn’t apply to the quantity selection, you’ll have to custom develop this part it’s needed.
Thanks
Ali Khallad
KeymasterHave you tried disabling plugins one by one to detect the one responsible for this issue? or tried changing the theme temporarily to see if it’s the reason?
The plugin uses woocommerce_before_add_to_cart_button hook to insert the form before cart, any repetition is due to repeating this hook which is either caused by other plugins or the theme itself, not an issue with the uploader.
November 20, 2018 at 4:57 pm in reply to: Place drag and drop uploader after add to cart button #676Ali Khallad
KeymasterI need the uploader to have it’s own row. perhaps CSS – float:left; clear: both;
Ali Khallad
KeymasterCan you please send a link where I can view directly?
Ali Khallad
KeymasterIt’s not clear what you’re referring to.
regarding the CSS, just add it you you child theme CSS file or customizer CSS: https://en.support.wordpress.com/custom-design/editing-css/Ali Khallad
KeymasterOk, In the first link I send you, why do the floating menu and the products that will be added overlap? And, in the second, where should I add the code?
Ali Khallad
KeymasterHi, the only issue I see is the items go to the right when scrolling, this can be fixed by adding following CSS:
.wwobform_variation_wrapper.wwobform_wrapper.left {
float: left!important;
}Other than that, you’ll have to hire someone to make any customization you need as it is custom work and not part of technical support.
You may use the custom work button at the top menu to contact our partner, they’ll help realize any idea you have.
Ali Khallad
KeymasterI have the 7.2 version. Yes, I can older download the php version.
Ali Khallad
KeymasterHi, thanks for using our plugin, please note that these are all requests that needs to be custom developed, out plugin does not have the option to make these changes by default.
Feel free to use the custom work form by clicking “custom work” button on the top menu of this site, someone will reach out and help you.
Thanks
-
AuthorPosts