luciver
Forum Replies Created
-
Ok ! It was on Javascript section on Linkedin.
- This reply was modified 7 years, 10 months ago by luciver.
https://cherryclass.net/mon-compte/
error :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.61005-1429&apiKey=78td7e55gounr5&onLoad=theChampLinkedInOnLoad&secure=1&:22
TksForum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] wpmlI have a good new for you !
The last wpml version and your last plugin version are COMPATIBLE ??It s ok now. Just a thing, my wp timezone are not set on your debuggin tools. Where I need to set it. On setting wordpress, it s set.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] wpmlWell, so I need to choose on WPML and Awesome support ! ??
When I opened a ticket on wpml for this bug, they have just tell me to desactivate your plugin lol.Forum: Plugins
In reply to: [Enhanced Media Library] folder2 thing:
1)Create folder. When I start media, i see a list of folder and not all media. I know that we can create a menu by categories with your plugin but folder like windows can be great.
2)I need to create folder by wordpress user.
It could be great to create a folder by user. When he connect to the back end (admin panel with only his capability), he see only his folder.
This folder is created by the admin with a new capability.Tks
Doesn t matter of setting in wp-admin, try
[yasr_visitor_votes] on post. I have call it on functions.php.
It show on refresh if you have at least 1 vote.[yasr_visitor_votes_readonly] does not show it.
yars-function 297, 357
Tks I see it ??
For the parameter, it s the same, but in the loop-course, it seems that the $post_id is not set. It comes from an other part
$posts_array = $woothemes_sensei->post_types->course->course_query( $amount, $query_type, $course_includes, $course_excludes );
<?php foreach ($posts_array as $post_item){
array_push( $course_excludes, $post_item->ID );
$post_id = absint( $post_item->ID );If I remove the parameter, it does not work.
Ok all good, just add a way to reset vote.
On page that have a list of post, the id must be pass to work, otherwise, we have the rank of the page but not for each post. Just needed on sensei than not allow ranking without a product…
So I had changed to pass the id.Other thing, you havent implement Enabling Rich Snippets or it s a pro feature?
I m looking for it in [yasr_visitor_votes_readonly]Tks
Oups maybe a pro feature, If it, I delete.
Forum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsForum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsLeft one bug, the animation stay showing on the button in cart widget. I will send the code in few time.
Forum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsWell, it s done, but not work on the widget cart.
Forum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsI will block the checkout button.
Forum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsOk,I understand.
I have do the pop up on add to cart (class add_to_cart_button) with the cookie. I need to block cart or empty cart now if he reject the terms. If y have any idea, I take it. I haven t change the ajax woocommerce file but maybe is the way.
I can call empty cart on php file but it s not really nice, better to block the add.
Forum: Plugins
In reply to: [PayPal for WooCommerce] accept terms & conditionsYep, I was thinking in adding a function on ajax add to cart to see an iframe on first ajax add and creating a cookie to save the accept.
So no need to have terms on other gateway than express checkout and no need review page after express to accept the terms.
This can be great with skip review and allow checkout button on shop page.