Forum Replies Created

Viewing 15 replies - 61 through 75 (of 78 total)
  • Forum: Plugins
    In reply to: [Smart Cookie Kit] CF7

    L’incompatibilità con reCaptcha (con qualunque versione, 2-3-invisibile) se i codici sono inseriti nell’integrazione di CF7, non permette di spedire messaggi se è contemporaneamente attivo Smart Cookie Kit.
    Se però si attiva il reCaptcha con un plugin ad hoc – io ho usato Google Captcha (reCAPTCHA) by BestWebSoft – tutto va a posto e si possono tranquillamente spedire messaggi con CF7, avere la gestione dei cookie con Smart Cookie Kit, godere della protezione da spam di reCaptcha.
    Sono soddisfatta. Grazie per il buon plugin per i cookie.

    Forum: Plugins
    In reply to: [Smart Cookie Kit] CF7

    Salve. Ho fatto altre prove e ho potuto verificare su 2 siti diversi che i moduli di contatto CF7 non funzionano se c’é Smart Cookie Kit solo se era presente anche Google reCaptcha v.3. Anche se viene dato il consenso a tutti i cookie di terze parti, il messaggio non parte. Togliendo reCaptcha i moduli tornano a funzionare anche con Smart Cookie attivo.
    Può darsi che sia una casistica più ampia di possibili incompatibilità, ma al momento personalmente ho rilevato questa.
    Buon lavoro a tutti. Comunque Smart Cookie mi sembra sulla buona strada per diventare il miglior plugin gratuito per i cookie.

    • This reply was modified 7 years, 3 months ago by GDM57.
    • This reply was modified 7 years, 3 months ago by GDM57.
    • This reply was modified 7 years, 3 months ago by GDM57.
    Forum: Plugins
    In reply to: [Smart Cookie Kit] CF7

    Salve
    Ho riscontrato anche io lo stesso problema con CF7: un vero peccato perché volevo installare Smart Cookie Kit su altri siti, ma che usano moduli CF7 e quindi rimango in attesa. Spero che si possa risolvere.
    Grazie

    • This reply was modified 7 years, 3 months ago by GDM57.
    Thread Starter GDM57

    (@gdm57)

    Hello
    I solved the problem. In my installation in the export file there were many old popups but the dashboard of plugin did not show …
    Then I uninstalled the plugin and manually deleted its tables from the database, because the plugin did not even though before uninstalling it I had set the data deletion.
    Then I reinstalled the plugin and after making sure it had no popup data I created the first popup by hand. I have not imported all the plugins with the xml file. Now it works well both frontend and backend, and no more problems.
    But the plugin has problems in displaying in dashboard all the pop-ups really present and therefore can not be managed if they can not be seen.

    Same problem after a few days I installed the plugin.
    Before I saw the Temporary stamp, now I do not see it anymore in the source code of the page.
    But the pages of the site have the cache active: I understand it from the display speed: if I disable the cache the loading speed increases by twice, but in the source code does not appear:
    <! – Dynamic page generated in 0.450 seconds. ->
    <! – Cached page generated by WP-Super-Cache on 2018-04-08 17:37:44 ->
    <! – super cache ->

    I do not have the Clearfy v3.1.1 plugin.

    What is not working? How can you solve?

    Thread Starter GDM57

    (@gdm57)

    I have changed plugin for security.

    Thread Starter GDM57

    (@gdm57)

    Problema risolto dall’hosting provider tarando opportunamente Varnish

    Thread Starter GDM57

    (@gdm57)

    It is not a problem of speed, which is another problem.
    In the staging web site, in a subdomain, same server, same theme, same plugins, but without Varnish, Eu Cookie Law works great.

    Thread Starter GDM57

    (@gdm57)

    Thanks for answer: You helped me, thank you.
    I tried without that plugin (WooCommerce_Product_Fees), and Booster does not produce any error_log file. Was the other plugin to give error.
    Thanks a lot

    0.74.2 work very well on all my websites.
    Your work is very good! Thanks a lot.

    Waiting for a solution to the problem I solved by reloading the plugin backup to the previous version via ftp: the previous version works fine.

    The error on log file:
    mod_fcgid: stderr: PHP Fatal error: Class ‘LcpPaginator’ not found in /data/vhosts/xxx.it/mysite/wp-content/plugins/list-category-posts/include/lcp-catlist.php on line 436, referer: http://mysite/

    Same problem also in my website:

    pagination($params[‘pagination’])){ $lcp_paginator = ”; $pages_count = ceil ( $params[‘posts_count’] / # Avoid dividing by 0 (pointed out by @rhj4) max( array( 1, $params[‘numberposts’] ) ) ); $pag_output = ”; if ($pages_count > 1){ for($i = 1; $i <= $pages_count; $i++){ $lcp_paginator .= $this->lcp_page_link($i, $params[‘page’], $params[‘instance’]); } $pag_output .= ”

    “; // Add “Previous” link if ($params[‘page’] > 1){ $this->prev_page_num = intval(intval($params[‘page’]) – 1); $pag_output .= $this->lcp_page_link($this->prev_page_num , $params[‘page’], $params[‘instance’], $params[‘previous’] ); } $pag_output .= $lcp_paginator; // Add “Next” link if ($params[‘page’] < $pages_count){ $this->next_page_num = intval($params[‘page’] + 1); $pag_output .= $this->lcp_page_link($this->next_page_num, $params[‘page’], $params[‘instance’], $params[‘next’]); } $pag_output .= ”

    “; } return $pag_output; } } // char is the string from pagination_prev/pagination_next private function lcp_page_link($page, $current_page, $lcp_instance, $char = null){ $link = ”; if ($page == $current_page){ $link = ”
    $current_page
    “; } else { $server_vars = add_magic_quotes($_SERVER); $request_uri = $server_vars[‘REQUEST_URI’]; $query = $server_vars[‘QUERY_STRING’]; $amp = ( strpos( $request_uri, “?”) ) ? “&” : “”; $pattern = “/[&|?]?lcp_page” . preg_quote($lcp_instance) . “=([0-9]+)/”; $query = preg_replace($pattern, ”, $query); $url = strtok($request_uri,’?’); $protocol = “http”; $port = $server_vars[‘SERVER_PORT’]; if ( (!empty($server_vars[‘HTTPS’]) && $server_vars[‘HTTPS’] !== ‘off’) || $port == 443){ $protocol = “https”; } $http_host = $server_vars[‘HTTP_HOST’]; $page_link = “$protocol://$http_host$url?$query” . $amp . “lcp_page” . $lcp_instance . “=”. $page . “#lcp_instance_” . $lcp_instance; $link .= ”
    prev_page_num) { $link .= “class=’lcp_prevlink'”; } elseif ($page === $this->next_page_num) { $link .= “class=’lcp_nextlink'”; } $link .= “>”; ($char != null) ? ($link .= $char) : ($link .= $page); $link .= ”
    “; } // WA: Replace ‘?&’ by ‘?’ to avoid potential redirection problems later on $link = str_replace(‘?&’, ‘?’, $link ); return $link; } }

    I have the same problem.
    I moved my site to another server where I have other WP installations on which MailPoet works fine. Each domain present into server has the same configuration.
    In this site that I just transferred MailPoet does not allow me to duplicate newsletters.
    The duplicate URL is https: //domain/wp-admin/admin.php? Page = wysija_campaigns & id = 123 & email_id = 124 & action = duplicate & _wpnonce = f741d8d46d
    The answer is always:
    “Forbidden
    You do not have permission to access this document. »
    But I’m the administrator, so I should have permission. What happen? What can I do?

    GDM57

    (@gdm57)

    It’s the same also for me: don’t duplicate any old or draft newsletter! It’s a big problem.
    Thank for help.

Viewing 15 replies - 61 through 75 (of 78 total)