Forum Replies Created
-
Francesco Ceccano
Member# 5 months, 3 weeks agoHi Thomas,
as I said it’s a strange behaviour. We have 5 administrator accounts inside WP, but the only one can set the filters is mine. When a collaborator of mine tries to set the filter “VISIBLE BY”, he gets the same list he had without filter, like the filter just doesn’t exist. This isn’t happening with my account, that is working regularly. Honestly I cannot guess what’s happening here.
in reply to: Search within files (backend)Francesco Ceccano
Member# 1 year, 3 months agoHi Thomas, I edited the snippet as it follows, but unfortunately it isn’t working. Have you any suggestion to make it work? Thank you very much for your help.
function custom_override_items_per_page() {
add_filter(‘CUAR_PrivateContentTable_per_page’, function($per_page) {
$screen = get_current_screen();
if ($screen && $screen->post_type == ‘cuar_private_file’) {
$per_page = 100; // Imposta il numero di elementi per pagina a 100
}return $per_page;
}, 99999);
}add_action(‘admin_init’, ‘custom_override_items_per_page’);
Francesco Ceccano
Member# 1 year, 10 months agoThank you for answering me. I’m constantly monitoring this page, as we are really concerned about the delay of the release date. I would be happy just knowing WHEN the release will be available, as I could prepare the test environment and then to apply the update to the production site. Please let us know if there is some news about it. Thank you.
in reply to: Release date of the 8.2.0 updateFrancesco Ceccano
Member# 2 years agoHi Thomas,
when will the next update of WPCustomerArea be released? I thought it was in April, but we are approaching June.
Thank you.in reply to: WordPress 6.2 and PHP 8+Francesco Ceccano
Member# 2 years, 3 months agoYou can use the author widget for that. It will display links to users that have a relationship with the currently logged-in user.
After sometests, I aknoledged that when you select an author, it filters the files shown, but at the same time it loose the ordering cryterium, so they are no morwe from the newest to the oldes, as usual.
Francesco Ceccano
Member# 2 years, 3 months agoIt seems to work. In my opinion the notifications should be customizable. I will try to work around this with Loco Translate.
in reply to: FTP Mass Import (notifications and multi-post)Francesco Ceccano
Member# 2 years, 3 months agoYes, I have “Enhanced files” enabled. Now, I’m going to check if the tweak you sent me and report to you. Thank you.
in reply to: FTP Mass Import (notifications and multi-post)Francesco Ceccano
Member# 2 years, 4 months agoIt started working after a while and I could make my purchase. Thank you.
in reply to: Error communicating with the VAT validation serverFrancesco Ceccano
Member# 2 years, 4 months ago…conditional fields from ACF works within WP Customer Area, so you could create a first ACF field, like, “private file type”, and then, depending on this selection, you could display a completely differrent ACF form…
Unfortunately this is not the case, as my goal was to have different forms based on user identity (different catalogs of services with different prices, for example).
You can use the author widget for that.
This was very good advice, I completely forgot that widget. Thank you.
Francesco Ceccano
Member# 2 years, 10 months agoPuoi usare il plugin “Loco Translate”.
in reply to: translationFrancesco Ceccano
Member# 2 years, 11 months agoI tried to overwrite the file /public_html/wp-content/plugins/customer-area/src/php/core-classes/Licensing/licensing-client.class.php with the GIT one you provided, but honestly I could not see any difference.
Maybe did I forget to do something inside the patch file?
Francesco Ceccano
Member# 3 years agoThis reply has been marked as private.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Member# 3 years agoHi Thomas,
I see that you never logged in my staging website. Could you check the issue, so I can delete your account from my wordpress?
Thank you
Francesco Ceccano
Member# 3 years agoThis reply has been marked as private.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Member# 3 years agoThis reply has been marked as private.Francesco Ceccano
Member# 3 years agoThis reply has been marked as private.Francesco Ceccano
Member# 3 years agoThis reply has been marked as private.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Member# 3 years, 1 month agoIt worked, thank you.
in reply to: Cannot activate API Key. No API resources available.Francesco Ceccano
Member# 3 years, 1 month agoThis reply has been marked as private.in reply to: Cannot activate API Key. No API resources available.Francesco Ceccano
Member# 3 years, 1 month agoHere the same problem.