FabriSS
Forum Replies Created
-
the cookie bar is executed in only one language. how can I display it according to the selected language?
Forum: Plugins
In reply to: [Redirectioner] white page with wordpress 4.93solved in WP 4.9.6
Forum: Plugins
In reply to: [WP Customer Area] Someone’s tried it with WP 4.9.5?fully functional with WP 4.9.5 and WP 4.9.6 (updated tonight)
Forum: Plugins
In reply to: [Table Maker] exchange background color header rowif you want to change the background of the first column then apply this custom css code
.wpsm-thead th:first-child {background:#ff0000}
.wpsm-comptable tr td:first-child {background:#ff0000}replace #ff0000 with the color you want
Forum: Plugins
In reply to: [Table Maker] Rounded corners, how?if you want the rounded corners to be those of the header line and those of the last line, use this code
.wpsm-thead th:first-child {-webkit-border-top-left-radius: 20px; -moz-border-radius-topleft: 20px; border-top-left-radius: 20px;} .wpsm-thead th:last-child {-webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px;} .wpsm-comptable tr:last-child td:first-child{-webkit-border-bottom-left-radius: 20px;; -moz-border-radius-bottomleft: 20px; border-bottom-left-radius: 20px;} .wpsm-comptable tr:last-child td:last-child{-webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px;}
if you want the rounded corners to be those of the first line and those of the last line, excluding the header line, use this code:
.wpsm-comptable tr:first-child td:first-child {-webkit-border-top-left-radius: 20px; -moz-border-radius-topleft: 20px; border-top-left-radius: 20px;} .wpsm-comptable tr:first-child td:last-child {-webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px;} .wpsm-comptable tr:last-child td:first-child{-webkit-border-bottom-left-radius: 20px;; -moz-border-radius-bottomleft: 20px; border-bottom-left-radius: 20px;} .wpsm-comptable tr:last-child td:last-child{-webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px;}
modifica il file iubenda_cookie_solution.php sostituendo alla riga 94 il codice
if(Page::consent_given() && !DEBUG || $_GET[IUB_NO_PARSE_GET_PARAM] || Page::bot_detected()){ return $output; }
con il seguente
if(Page::consent_given() && !DEBUG || $_GET[IUB_NO_PARSE_GET_PARAM] || Page::bot_detected() || defined('XMLRPC_REQUEST') ){ return $output; }
è il fix che mi hanno impostato quelli di iubenda
ho contattato il supporto iubenda tramite il portale getsatisfaction ed il bug è stato fixato. Nelle prossime release verrà inserito.
Conversazione raggiungibile al seguente link
https://getsatisfaction.com/iubenda/topics/blocco-chiamate-xmlrpcho provato il fix di @skaman ma non funziona
greenvespa come hai fatto? a me non funziona con la soluzione di bedspax
ma l’importazione l’avete fatta con il plugin iubenda attivo o disattivato?
se il vostro è il primo caso, vi consiglio di disattivare il plugin ed effettuare nuovamente l’import e vedere se il problema persiste. Al termine dell’import e della verifica potrete riattivare il plugin iubendaps: a quanto ho capito gli sviluppatori non usano il forum di supporto di www.ads-software.com