moshe
Forum Replies Created
-
that’s what I meant
As he is in ElementorForum: Plugins
In reply to: [Featured Image from URL (FIFU)] Post image for multiple postsI learned a little php even though I’m not a developer yet. If this is a simple thing I would love to receive an instruction link. This is a product type post.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Post image for multiple postsThe truth is that I did not think of this feature myself, but I used a plugin that when it puts the posts on the site, it uses this feature. And that overall helped.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Access to files after paying for commerceOther than that it is important to clarify, that in the meantime I have performed a comprehensive test, and it seems that there is a possibility to somehow set that the edit of media editing in the control panel will be associated with your plugin, and it may block the file’s WordPress display page. It does not, it does not block direct access, to a file for offline or unpaid users, so it does not solve the problem.
I also wanted to point WO-commerce out that in itself there is an option to prevent downloading without connecting to the account. In the case of downloadable attachments.
I would also like an approach that would be able to prevent access to the file without connecting to the account and certainly not downloading.
I do not speak English. I hope this is understandable.- This reply was modified 5 years, 5 months ago by moshe.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Access to files after paying for commerceI think you did not understand what I meant.
I mean your plugin is restricting the user, that he can not enter the playback page (the page where the file is embedded) if he did not buy the page.
There is still a very big problem with this, because even though the page requires an account to log in, but still, whoever has the direct link to the playback file sold on the site, he can access the file without paying.
To fix this you need to configure your plugin to not only restrict pages pages and types of posts, but also be able to restrict media files by accounts. Do you understand what I’m saying?Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Access to files after paying for commerceI’m talking about the direct link of the media file. If only possible – block access to the page where it is embedded, such a situation is not enough, that after the purchase it passes the link of the direct file to friends who did not buy it.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Access to files after paying for commerceI mean to say that it will not be possible to use with the direct link of the file to hear it without first purchasing the product.
This is the link to the page where your plugin is not currently working. (Previously worked)
https://veholachtobidrochov.com/When you open Elementor’s accordion, a download button opens.
The download link is not valid, but only in the default language.Hello,
https://veholachtobidrochov.com/course/shiurim-and-shmoozim-tisha-bav-and-bein-hametzorim/
No funciona cuando está en hebreo
Botones de página de archivo
Hay botones para vincular a la página del archivo.
Solo funciona en el idioma predeterminado.Unfortunately zero files did not work
“Reseting the minified files” How do you do that?
How to make it not include certain product IDs
/** * Woo Point Rewards by Order Total * Reward store purchases by paying a percentage of the order total * as points to the buyer. * @version 1.1 */ function mycred_pro_reward_order_percentage( $order_id ) { if ( ! function_exists( 'mycred' ) ) return; // Get Order $order = wc_get_order( $order_id ); $cost = $order->get_subtotal(); // Do not payout if order was paid using points if ( $order->payment_method == 'mycred' ) return; // The percentage to payout $percent = 3; // Load myCRED $mycred = mycred(); // Make sure user only gets points once per order if ( $mycred->has_entry( 'reward', $order_id, $order->user_id ) ) return; // Reward example 3% in points. $reward = $cost * ( $percent / 100 ); // Add reward $mycred->add_creds( 'reward', $order->user_id, $reward, 'Reward for store purchase', $order_id, array( 'ref_type' => 'post' ) ); } add_action( 'woocommerce_order_status_completed', 'mycred_pro_reward_order_percentage' );Hi
This is exactly my problem right now.
Can’t use to purchase coupons without canceling the code?