Forum Replies Created
-
Francesco CeccanoMembre# il y a 1 jour et 4 heures
Hi 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 CeccanoMembre# il y a 10 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 CeccanoMembre# il y a 1 année et 4 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 CeccanoMembre# il y a 1 année et 6 moisHi 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 CeccanoMembre# il y a 1 année et 9 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 CeccanoMembre# il y a 1 année et 9 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 CeccanoMembre# il y a 1 année et 9 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 CeccanoMembre# il y a 1 année et 10 moisIt started working after a while and I could make my purchase. Thank you.
in reply to: Error communicating with the VAT validation serverFrancesco CeccanoMembre# il y a 1 année et 10 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 CeccanoMembre# il y a 2 années et 4 moisPuoi usare il plugin “Loco Translate”.
in reply to: translationFrancesco CeccanoMembre# il y a 2 années et 5 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 CeccanoMembre# il y a 2 années et 6 moisYou say that the discount appears automatically on the check out page, but it did not. Even if I bought the add ons in two separate purchases, the checkout page should prompt the discount on the first one (9 add ons, 20% discount), but this did not happoen and I paid exactly the sum of the prices of all 9 plugin.
Anyway, I don’t want to bother you. I just aknowledged that your company don’t want to refund the discount, according to the official policy.
in reply to: No discounts on multiple add-ons orderFrancesco CeccanoMembre# il y a 2 années et 6 moisHi 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 CeccanoMembre# il y a 2 années et 6 moisGood morning Vincent,
on your website I can read:
Our discounts work as follows:
- 10% off when purchasing 4 to 6 addons
- 20% off when purchasing 7 to 10 addons
- 30% off when purchasing 11 to 15 addons
- 40% off when purchasing 16 to 20 addons
- 50% off when purchasing 21 addons or more
I bought 12 addons (9 in order 020828, 3 in order 020891), but I didn’t receive any discount, as you can see from the screenshot of the purchase orders. I’m asking to refund us the 30% of the payment in order to make the discount real.
Thank you.
in reply to: No discounts on multiple add-ons orderFrancesco CeccanoMembre# il y a 2 années et 6 moisHi Thomas, this is my staging website. You can login with the following admin credentials:
WordPress
https://dataviz.store/wp-admin/
user: foobar
psw: 3JDQcp%G(K1qdF&RIwO3UsZ3
FTP
FTP Username: foobar@dataviz.store
FTP server: http://ftp.dataviz.store
FTP & explicit FTPS port: 21psw: 3JDQcp%G(K1qdF&RIwO3UsZ3
At this moment the WPCA plugins are all active (consequently the plugins page and the Update page are very slow). Try to deactivate them all (leaving all other plugins activated), then reload page. You will see that it will become instantly quicker.
Francesco CeccanoMembre# il y a 2 années et 7 moisAre there new acievement on this issue?
I also have the plugin page very slow and also some scripts run slow when interacting with our website.
I attach a screenshot of the process in Google DevTools
Francesco CeccanoMembre# il y a 2 années et 7 moisThank you Vincent, I did it.
The two orders are:
#WPCA-020828
#WPCA-020891
in reply to: No discounts on multiple add-ons orderFrancesco CeccanoMembre# il y a 2 années et 7 moisIt worked, thank you.
in reply to: Cannot activate API Key. No API resources available.Francesco CeccanoMembre# il y a 2 années et 7 moisNo, I don’t. It is installed only on dataviz.srl, but I’m interested to use it also on a staging website. Do you have special prices for this kind of use (just development)?
in reply to: Cannot activate API Key. No API resources available.Francesco CeccanoMembre# il y a 2 années et 7 moisHere the same problem.