francescapenso
Forum Replies Created
-
Hi Calvin
i use browser in italian language and if i arrive in the web site from a google search the pop up doesn’t appear.
I’ve to try it with the browser in italian. It doest’n work only with firefox…with chrome everything is okHI,
i use windows 8 and mac OsX 10.10.1 yosemite
I noticed in particular that if you reach the page through google search the pop up doesn’t appears with firefox….
RegardsForum: Plugins
In reply to: [Contact Form 7] insert coutneranyone can help me?
Forum: Plugins
In reply to: [Contact Form 7] insert coutnermattwarbuckle you use
dynamichidden cf7-counter “CF7_counter”]
also for multiple contact form with different counter?Forum: Plugins
In reply to: [Contact Form 7] insert coutnerHi
i’ll wanto to count the number of email received for every contact form.I’ve tried to use the method of sevenspark adding in functions.php this code
//Define the key to store in the database
define( ‘CF7_COUNTER’, ‘cf7-counter’ );//Create the shortcode which will set the value for the DTX field
function cf7dtx_counter($atts){
extract( shortcode_atts( array(
‘counter_id’ => ”,
), $atts ) );
$val = get_option( CF7_COUNTER . $counter_id, 0) + 1; //Increment the current count
return $val;
}
add_shortcode(‘CF7_counter’, ‘cf7dtx_counter’);//Action performed when the mail is actually sent by CF7
function cf7dtx_increment_mail_counter($atts){
$val = get_option( CF7_COUNTER . $counter_id, 0) + 1; //Increment the current count
update_option(CF7_COUNTER . $counter_id, $val); //Update the settings with the new count
}
add_action(‘wpcf7_mail_sent’, ‘cf7dtx_increment_mail_counter’);IN the contact form i’ve added
[dynamichidden cf7-counter “CF7_counter counter_id=’5′ “] (id=n nis different for every CF)
and in the mail object
Count: [cf7-counter]But i’ll receive always count=1
Someone can help me?
Hi David,
thanks for you reply.
Now you can use right-clicks.
Yes there’s a multilanguage solution but the pop-up should appear only in italian version…redirect should be only in english pages.
Anywhere i tried to disabile “not via internal link” so the pop-up was in “always shows”. Making some test it seems to work…but it’s not the desidered behavior.Now the conditions are: “not via internal link” and it should work only for pages in italian (language browser ITA)
Right-clicks works.
Can you help me?
Hi,
i’ve just tested on chrome & firefox with two different computers.
with Chrome it always work.
with Firefox your site works https://goo.gl/1FKUEG, my site the first time the pop up doesnt’ appear, if i press Enter (not refresh) it works.I’ve cleared my broswer chat and i use firefox 35.0
I tried to use all three methods but the result is the same….I think it is a problem with loading the page, but I do not understand why this is happening only on Firefox and how to fix
probabily i found the problem…some other plugin not at the last version
is not the theme i’ve try it with the plugin in another site and it works….
Hi,
i’ve tried with deleting and reinstalling word press popup plugin but it doestn’t work.I use Javascript console and thies is the error i can show
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=1666&action=edit&lang=it:1
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=1666&action=edit&lang=it:844
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=1666&action=edit&lang=it:3205
Uncaught Error: Syntax error, unrecognized expression: [name=] load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jq…:2
Uncaught TypeError: Cannot read property ‘hasClass’ of undefined load-scripts.php?c=1&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-sortable,thickbox,underscore…:575I think it’s a problem with the theme beacause i’ve tried with another site, same version of wp, different theme and it works…any suggestion?
I’m using https://themes.themegoods2.com/?theme=Mercury