Forum Replies Created
-
Francesco Ceccano
Membre# il y a 5 mois et 3 semainesHi 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
Membre# il y a 1 année et 3 moisHi 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
Membre# il y a 1 année et 10 moisThank 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
Membre# il y a 2 annéesHi 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
Membre# il y a 2 années et 3 moisYou 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
Membre# il y a 2 années et 3 moisIt 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
Membre# il y a 2 années et 3 moisYes, 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
Membre# il y a 2 années et 4 moisIt started working after a while and I could make my purchase. Thank you.
in reply to: Error communicating with the VAT validation serverFrancesco Ceccano
Membre# il y a 2 années et 4 mois…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
Membre# il y a 2 années et 10 moisPuoi usare il plugin “Loco Translate”.
in reply to: translationFrancesco Ceccano
Membre# il y a 2 années et 11 moisI 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
Membre# il y a 2 années et 12 moisCette réponse a été marquée comme étant privée.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Membre# il y a 3 annéesHi 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
Membre# il y a 3 annéesCette réponse a été marquée comme étant privée.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Membre# il y a 3 annéesCette réponse a été marquée comme étant privée.Francesco Ceccano
Membre# il y a 3 annéesCette réponse a été marquée comme étant privée.Francesco Ceccano
Membre# il y a 3 annéesCette réponse a été marquée comme étant privée.in reply to: No discounts on multiple add-ons orderFrancesco Ceccano
Membre# il y a 3 années et 1 moisIt worked, thank you.
in reply to: Cannot activate API Key. No API resources available.Francesco Ceccano
Membre# il y a 3 années et 1 moisCette réponse a été marquée comme étant privée.in reply to: Cannot activate API Key. No API resources available.Francesco Ceccano
Membre# il y a 3 années et 1 moisHere the same problem.