gbarrelet
Forum Replies Created
-
Hi GoCloudz,
Thx ! I will give a try.
Hello !
Or just having the menu staying at the top when scrolling down ??
Keep me posted ??Thanks,
G.Hello Gocloudz,
I can’t answer your question but I have one for you ??
What do you use for displaying images and thumbnails with the same ratio ?
I have not found the good plugin yet, currently mine is cropping the image …Thanks !
Gb.- This reply was modified 6 years, 10 months ago by gbarrelet.
Forum: Plugins
In reply to: [Contact Form 7 WooCommerce Order Dropdown Field] Mandatory FieldAnyway, this is already implemented in your last version, just do the following :
– edit “cf7wooorders.php”
– line 57, modify to have wpcf7_add_shortcode( array( ‘wooorders’, ‘wooorders*’ ), ‘wpcf7_wooorders_shortcode_handler’, true );
– line 203, uncomment the line,- This reply was modified 7 years, 12 months ago by gbarrelet.
Forum: Plugins
In reply to: [Contact Form 7 WooCommerce Order Dropdown Field] Mandatory FieldHi.
We would like to see this option implemented too.
If we don’t want to use it in some cases, this remains an option (wooorders or wooorders*).Ok, seems related to adblock+
But no popup, just this message. And different behavior on different systems with firefox and abp…This error is occuring sometimes with Firefox :
ReferenceError: IN is not defined linkedin.js:1:131
Not in Chrome.
Last version of Firefox, not everytime.
Any idea ?“Uncaught Error: JavaScript API Domain is restricted to projectmanagementworld.com”
You have to enter “https://www.projectmanagementworld.com/register/” in the linkedin configuration I guess.
Fixed for me, thx !
(just for my knowledge, is it possible to know what was the problem ?)@heateor, thx for your reply.
I agree, it was not a solution. I have the uh oh error from Linkedin when I try to connect.Like @snart, I followed all the steps (javascript part included) and have the same error than before :
Uncaught Error: You must specify a valid JavaScript API Domain as part of this key’s configuration.
at https://www.linkedin.com/uas/js/userspace?v=0.0.2000-RC8.60429-1429&apiKey=77pmabvm…x%2F%2Fapi_key%3A774q15zlsnpznq&onLoad=theChampLinkedInOnLoad&secure=1&:22
at https://www.linkedin.com/uas/js/userspace?v=0.0.2000-RC8.60429-1429&apiKey=77pmabvm…x%2F%2Fapi_key%3A774q15zlsnpznq&onLoad=theChampLinkedInOnLoad&secure=1&:31
?
Any idea ?
?- This reply was modified 8 years ago by gbarrelet.
Same problem.
In Chrome console I have a javascript error:
“You must specify a valid JavaScript API Domain as part of this key’s configuration”I have found this topic :
https://stackoverflow.com/questions/28506603/linkedin-uncaught-error-you-must-specify-a-valid-javascript-api-domain-as-part/28576662And found the call to platform.linkedin.com/in.js in the file “super_socializer.php”, line 694.
A quick dirty fix was to comment the line
api_key: <?php echo isset($theChampLoginOptions[‘li_key’]) ? $theChampLoginOptions[‘li_key’] : ” ?>and to replace it with api_key: YOUR_API_KEY
Working for me after that but won’t survive to a plugin update. It should be nice to fix it correctly.