tamas_web
Forum Replies Created
-
Forum: Plugins
In reply to: [Uploads for WooCommerce] Where are uploads saved and available??Unfortunately I can’t reproduce the issue. Could you send me either the full list of your plugins, or try to disable one by one your plugins to see, if one of them interfers with the plugin, and the metabox reappears.
As it is, there is no way for me to further test, what might be the issue.
If you know want, you can try seeing if the metabox action runs, by editing the /plugins/uploads-for-woocommerce/includes/WooCommerce/Order/Zip.php:line 17 before the
add_meta_box( 'woouploads-zip-archive'...
addvar_dump(__FILE__);
Then find
$hasUploads = false;
and before this add againvar_dump(__FILE__);
As an alternative you would also change the
add_meta_box( 'woouploads-zip-archive', __( 'Upload actions', 'uploads-for-woocommerce' ), [ $this, 'uploads_box' ], 'shop_order', 'side', 'high' );
to this, and see if it has any effect.
add_meta_box( 'woouploads-zip-archive', __( 'Upload actions', 'uploads-for-woocommerce' ), [ $this, 'uploads_box' ], 'shop_order', 'normal', 'default' );
Forum: Plugins
In reply to: [Uploads for WooCommerce] Where are uploads saved and available??I’m pressuming that create pdf metabox is interfering with it. Could you please tell me the plugin name, so I can check what the issue might be. I will have to check priority of the metabox. Basically what I’m thinking is that both plugins have the same metabox priority and you can’t display both.
No one has reported this issue so far.
Forum: Plugins
In reply to: [Uploads for WooCommerce] Where are uploads saved and available??On the order page, there should be a metabox named upload actions. Press generate zip archive, which will generate for you an archive of the uploaded files for that order.
If you don’t have the metabox, make sure you check it in screen options.
Forum: Plugins
In reply to: [Icyclub] plugin error – IcyclubThanks for the reply. So for some reason, the theme didn’t show any updates. I deleted and redownloaded the theme and it seems to work now.
Forum: Plugins
In reply to: [Icyclub] plugin error – IcyclubCould you please fix this error already? I patched the plugin up, and then you release a stupid update without fixing this issue, now I have to re-patch the plugin, so your plugin/theme doesn’t generate this error. Either fix the plugin or the theme. One should define the function and the other should check if it’s previously declared or not, or both of them if the order and code is the same.
/plugins/icyclub/inc/consultup/features/customizer-header.php
– consultup_customize_partial_widget_one_icon
– consultup_customize_partial_widget_four_labelForum: Plugins
In reply to: [Uploads for WooCommerce] ???? Uploads for WooCommerceHi,
Since you haven’t responded and I’m unable to tell what your question is I’ll close this topic.
Thank you.Forum: Plugins
In reply to: [Uploads for WooCommerce] Not working out of the box for me :-/Hi, sorry about that.
I’m not getting any notification from here, I just randomly check on support forum.Have you enabled the upload on your product? I can’t seem to checkout your site cause I’m guessing you have disabled it by now. But what it’s worth you should have a new tab under General named Upload, from where you need to enable the file upload.
If you can make a clone or something of your current site and enable the plugin, I can check it out. I’ll be checking this thread daily to see if you make any update on this.
Sorry again about that.
Forum: Plugins
In reply to: [Uploads for WooCommerce] ???? Uploads for WooCommerceI’m sorry mate, but I can only respond in English.
Hi I’ve just found these functions in /core/um-short-functions.php:
—————————–
um_get_user_avatar_url()
um_get_default_avatar_uri()
um_get_avatar_uri()
um_get_avatar_url();
—————————–
// link: https://gist.github.com/champsupertramp/45cc47f4d5fe67cf739b
global $ultimatemember;
$ultimatemember->user->set( get_the_author_meta( ‘ID’ ) );
um_get_avatar_uri( um_profile( ‘profile_photo’ ), 25 );
—————————–
// LE: found the function to set the user, which does the same thing as above
um_fetch_user( get_the_author_meta( ‘ID’ ) );
um_get_avatar_uri( um_profile( ‘profile_photo’ ), 25 );- This reply was modified 7 years, 2 months ago by tamas_web.
Forum: Plugins
In reply to: [Easy FAQs] double contentthank you for the notice. i will try and upgrade and check with you if it helped.
LE: yes the update works perfectly ??
thank you,
tamas