Matt Pramschufer
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Restrict part of content ?Yes we haven’t had any issues with WP Bakery reported so I would say yes. ??
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Restrict part of content ?Hey there!
Yes that is possible but only with the premium version. With the premium version you can protect individual elements with Elementor, or you have access to the inline shortcode as mentioned https://pramadillo.com/documentation/shortcodes-for-woocommerce-pay-per-post/#inline-shortcode
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Body CSS class for restricted content@jitka88 I love the suggestion and I will work on getting that included in an upcoming release. I can’t give you an eta on when but I can tell you it will be included as soon as I can.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Body CSS class for restricted contentHurm… interesting idea. So you are looking to add a body class to any page that is protected regardless of if they have access or not, and then another body class if they have access? Something like
<body class='ppp-protected ppp-has-access'>
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Translate messageThat hook is for changing text when the user does not have any purchased content.
The filter you are looking for is
wc_pay_for_post_override_paywall_content
add_filter('wc_pay_for_post_override_paywall_content', function($content){ return 'WHATEVER YOU WANT'; });
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Translate messagehey @madman_18 there is nothing in my plugin that will handle multiple languages out of the box, but there are several plugins that will allow you to translate multiple items and inject via a shortcode. You can also then look at the various filters at https://pramadillo.com/documentation/filters-for-woocommerce-pay-per-post/ for updating some headings programatically.
Hope that gets you on the right track.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] check_if_post_contains_subscription_productsHey @coes123 that is just a Warning and has already been fixed in upcoming version. You should never display any warnings or errors to the public. Follow https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] pay per post box is gonehey @kr4tech I received your support email as well. I followed up there and will post a resolution / update on this ticket with what we find out.
Forum: Plugins
In reply to: [Coupons & Add to Cart by URL Links for WooCommerce] Fatal ErrorThanks!
Forum: Plugins
In reply to: [Coupons & Add to Cart by URL Links for WooCommerce] Fatal ErrorThanks for getting back @moshtafizur01 this issue happened to both logged in and logged out users.
I was able to correct the error by modifying line 291 to have
$applied_coupons = alg_wc_url_coupons_data_storage_get( 'alg_wc_url_coupons_applied_coupons', array() );
instead of
$applied_coupons = alg_wc_url_coupons_data_storage_get( 'alg_wc_url_coupons_applied_coupons');
The array flag will then make sure that any items you get from the
alg_wc_url_coupons_data_storage_get
function will be an array.Excellent thank you!
Forum: Plugins
In reply to: [Public Post Preview] Public Post Preview not working with “Newspaper” themeI too have just run into this issue. When you try to share a draft post the link it directs you to is the cloud template like /tdb_templates/blank-single-template/ even though the link was ?p=75076&preview=1&_ppp=c2864df1d0
Did you ever find a work around?
Oh I know… ?? I have been trying it is just a LOT more complicated that I realized and needs a bit of refactor to be able to accomplish. It is still on our roadmap but I do not have an ETA.
Hey @truebird sorry but that is not yet a feature in the free or premium version.
Perfection! Glad you got it working. Thanks for using my plugin, I hope its working out well for you!