spalomba
Forum Replies Created
-
Forum: Plugins
In reply to: [Campi Moduli Italiani] La rotella gira e non si ferma mai.Non mi sembra che dopo 4 mesi (e non qualche settimana) il problema sia stato risolto.
Abbiamo previsioni o abbandoniamo ogni speranza di avere rispettate le promesse?Forum: Plugins
In reply to: [Campi Moduli Italiani] La rotella gira e non si ferma mai.Ho fatto una copia del modulo e poi ho disattivato il plugin
Forum: Plugins
In reply to: [Campi Moduli Italiani] La rotella gira e non si ferma mai.Sembra non sia sufficiente.
La rotellina gira e non si ferma…
Forum: Plugins
In reply to: [Campi Moduli Italiani] La rotella gira e non si ferma mai.Siccome devo attivare il modulo, è sufficiente sostituire
[cf* cod_fisc surname-field:cognome name-field:nome gender-field:genere birthdate-field:datanasc birthmunicipality-field:luogonasc birthnation-field:naznasc]
con
[text* cod_fisc]?
Quando poi verrà rilasciata la versione aggiornata ripristinare [cf*….]
Forum: Reviews
In reply to: [Campi Moduli Italiani] Fatal error al momento dell’attivazioneGrazie. Ora è installato ed attivo.
Forum: Plugins
In reply to: [ICS Calendar] Several monthsNow, let’s do something for the navigation arrows (or similar).
Forum: Plugins
In reply to: [ICS Calendar] Several monthsOps … I didn’t update the plugin …
It works perfectly!!
Thank you!
- This reply was modified 5 years, 2 months ago by spalomba.
Forum: Plugins
In reply to: [ICS Calendar] Several monthsSeems not to be working
My code:
[ics_calendar bypassworkaround=”true”?tzoffset=”Europe/Rome” limitdays=”400″ pastdays=”90″ url=”webcal://p41-calendars.icloud.com/published … ” title=”none” description=”none” view=”month” location=”true”]
The result should be seen in the page I reported in my first post. Limitdays is working. Pastdays not.
Thank you
- This reply was modified 5 years, 2 months ago by spalomba.
Forum: Plugins
In reply to: [ICS Calendar] Several monthsExcellent.
I’ll let you know asap.
Forum: Plugins
In reply to: [ICS Calendar] Several monthsExcellent.
I’m looking forward to seeing (wishing) these deveopments
Forum: Plugins
In reply to: [ICS Calendar] combine time and description on one row (list view)?What about having the same in the month view?
I have almost 25 snippets (not pages with the old style [Insert php]) working in the “new way”. And clearly, I tried to write my php code also there. And the problem is still there.
Evey time I use a variable, parameter or whatelse, with the leading $_ (Dollar+Underscore) I receive that 410 error message.
If I create a new page and I put $_ in the text no error message.
If I create a snippet$pagina = "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; echo $pagina;
I receive the 410 error as soon as I try to save the snippet
Gone The requested resource /wp-admin/post.php is no longer available on this server and there is no forwarding address. Please remove all references to this resource.
It is since the 2.0 version released and
I try to make it shorter.
The following code
<strong>[Insert php] $pagina = "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; echo $pagina; [/Insert php]</strong>
while trying to save (just to save this) returns the following 410 error page
<strong>Gone The requested resource /wp-admin/post.php is no longer available on this server and there is no forwarding address. Please remove all references to this resource.</strong>
The same happens whenever I try to use in my code a variable with a “$_” leading ($_GET, $_POST, …).
If I create a PHP code without these $_ variables, i do not have any problem. Actually all my codes have been moved to the “snippet” way and all codes are working good (I have almost 25 codes running) with the exception of these where I try to use these $_GET or $_SERVER codes.
My WP is set from cPanel. I read that there should be some correlation between this and cPanel but … I do not know where to move.
what do you mean by Check your security settings, in “cpanel”?