marcrock
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Product Bundles] IncompatibilityI’ve found the solution for this problem. What I did was to place inside the parentheses of the functions the value ($context = ‘view’).
So, for each function I placed this value inside the parentheses in this way:public function get_price( $context = ‘view’ )
public function get_sale_price( $context = ‘view’ )
public function get_regular_price( $context = ‘view’ )
public function get_weight( $context = ‘view’ )I only added this value for each function, nothing more and everything works fine so.
Forum: Plugins
In reply to: [Better Recent Comments] How to don't break a comment?Hey, Andy, thanks by your very fast response! And that’s really a great news! I’m going to do it just now…
Thank you very very much! 🙂
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] The site is downYes, the site is offline… I’m trying to access it to read the docs but is not available…
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] @font-face problem?Great, John.
This was the only issue I’ve found and everything else works just fine! 🙂Forum: Fixing WordPress
In reply to: Form sending data to two different databasesHello, Shyam.
Thank you very much for your reply. My client had urgency to solve that problem and he hired a programmer to do it. But I really appreciate your message and will be trying your solution. Thanks!