cxp4
Forum Replies Created
-
It’s a pity we cannot evaluate this plugin when using a page builder. I have tried @devscharmach tip with oxygen builder without success. Lucky elementor users on this point!
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] not hiding content when using templateI was helped by Robert in the oxygen facebook group. Here is the solution:
I'd just wrap it around some functions so in code snippets or similar create the 2 functions: function chris_ppp_has_access() { return Woocommerce_Pay_Per_Post_Helper::has_access(); } function chris_ppp_get_no_access_content() { return Woocommerce_Pay_Per_Post_Helper::get_no_access_content(); } I don't know how you have your stuff structured but if you just have their paid content inside a section i'd set a condition on that section to show only when chris_ppp_has_access == 1 1 is true then in another section add a code block that does echo chris_ppp_get_no_access_content(); and only show that section when chris_ppp_has_access != 1
I guess only the pro version allows to have several ads from an account.
Documentation is actually detailed enough on the subject if you scroll down.Forum: Plugins
In reply to: [Meta Box] Adding another field group on same php fileThanks a lot
Forum: Reviews
In reply to: [WP-Members Membership Plugin] Developper ignores questionsThanks for you reply and sorry if you felt offended by my inquiry, which was genuine.
It helps me understand this feature is not presently offered, suspect it is not on your todo list, and that you do not have a substitute workaround with the combination of another plugin.Hi,
This is happening due to the following error in the console:
RangeError: Maximum call stack size exceededScreenshot: https://d.pr/i/I6uead.
you can get in touch with Phe at
[email protected]
if you want to work on solving this issue.
Cheers,
ChrisForum: Reviews
In reply to: [WP-Members Membership Plugin] Developper ignores questionsMy question was a pre-sale question as I was inquiring into the features of the plugin, namely the possibility of getting content dripped.
Hi,
I was not able to edit some templates at all while UM was activated.
Some layout settings could not be properly edited via oxy in woocommerce elements like cart.I wish this question was answered.
Forum: Plugins
In reply to: [Redirection] Is there a known incompatibility with WooCommerce Tabs?Hey!
Same problem here, whenever I ask tab manager to take over tabs on the product page, I cannot view the single product on the front end and am automatically redirected to the home page.
Just turned the plugin off, changed the url, did a couple of redirects with redirection and I’m not sure I’m going to use it again…
Did someone sort this out?Thread found via google with following query: woocommerce tab manager bug need to change url
Ok, thanks for the answer.