nickottino
Forum Replies Created
-
ok, thank you.
Hi,
sure, if fore example you type in the search “giacca”, the search shows a list of all the products named “giacca” correctly. But if you type “giacche” the search shows no results or not the same results.
Hi,
yes first one is singular, second one after the / is plural.
Hi,
we noticed some words still not work using the plural:
CALENDARIO/CALENDARI
MARSUPIO/MARSUPI
PANTALONE/PANTALONI
BRACCIALE/BRACCIALI
BORRACCIA/BORRACCE
GIACCA/GIACCHE
IMPERMEABILE/IMPERMEABILI
OROLOGIO/OROLOGI
I tried implementing the code with more but it seems to be only working with orologi:function aws_italian_singulars( $term ) {
$patterns = array(
'/i$/i' => 'o', // Pantaloni -> Pantalone
'/i$/i' => 'io', // Calendarii -> Calendario
'/e$/i' => 'a', // Bracciali -> Bracciale
'/che$/i' => 'ca', // Giacche -> Giacca
'/ce$/i' => 'cia', // Borracce -> Borraccia
'/ci$/i' => 'cio', // Pasticci -> Pasticcio
'/gi$/i' => 'gio', // Orologi -> Orologio
'/ni$/i' => 'ne', // Pantaloni -> Pantalone
'/li$/i' => 'le', // Bracciale -> Bracciali
'/uomini$/i' => 'uomo', // Uomini -> Uomo
'/dei$/i' => 'dio', // Dei -> Dio
'/abili$/i' => 'abile', // Impermeabili -> Impermeabile
'/ie$/i' => 'io' // Specifica parole con suffisso -ie (pluralizzazione specifica)
);
foreach ($patterns as $pattern => $replacement) {
if (preg_match($pattern, $term)) {
return preg_replace($pattern, $replacement, $term);
}
}
return $term;
}Do you think you could help me with this?
Kind regards,
Nick- This reply was modified 1 month, 2 weeks ago by nickottino.
Hi,
yes it seems to be working now, thank you very much for the help!
Hi,
sorry about that, the site is now up again, you can check it, thank you.
Hi,
I still have to try it, I just wanted to know if there were any known issues with Elementor, if I face any issue when i try I’ll let you know, thank you.
Hi,
it looks like I was still using the older version of the woocommerce paypal plugin, I configured the new plugin and it seems to work now, may I reopen this if the client still faces any issues?
Kind regards, Nick
Hi, here’s a link to the screenshot of the mailto structure:
And here’s a screenshot of how the form looks like and how the message looks like once you open the email client, where you can see the “+” symbol between each word of the body:
- This reply was modified 10 months ago by nickottino.
- This reply was modified 10 months ago by nickottino.
Forum: Plugins
In reply to: [Premium Addons for Elementor] Huge gap between carousel and section below itHi, i found out it was an inner section of the templates with position set to absolute causing the problem. Hope it helps.
- This reply was modified 1 year, 11 months ago by nickottino.
Hi,
you can see what I mean in this imgur: https://imgur.com/kiQbE0sYou can see I add answer info on the first question and then save. Then I exit the quiz editor, open it again, and the answer info is gone.
Hi Tobias,
thank you for the quick response, that solved the issue. I made sure to donate when I downloaded the extension.Best regards,
Nick