hey @salmanqureshi11 it looks like you are using some kind of page builder that i am unfamiliar with Progression Studios?. You need to embed the video into the post content not a separate section of aztec-progression-video-page-title. Your other alternative would be to use the PHP Template tags and create a custom page template and wrap your videos in the template tags. https://pramadillo.com/documentation/template-functions/
Hi @mattpramschufer Thanks for responding to my issue. Actually, I’m using the Aztec progression theme and its plugin.. I’m following all the steps that your team describe in a video tutorial. but its not restrict the user for playing the video without paying for that. Can you please help me to fix this issue?
@salmanqureshi11 did you embed the video into the main post content like I mentioned? Our plugin relies on the_content filter and when themes/pagebuilders do not use that filter to output the main content of the page then it does not protect the content. In those situations you either need to use the template tags like I mentioned, use a different pagebuilder/theme, or give the premium version a free trial for 14 days and utilize the inline shortcode which you can wrap around protected sections. The inline shortcode is basically just a wrapper for the template functions.