ghostcoder
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: How to extend class and modify existing methods in parent classHi,
May I paste full parent’s code and you can take a look?
Regards,
Forum: Plugins
In reply to: [CMB2] Doesn’t working in Archive Pages: Shop, BlogHi,
Sorry for late response. Thank you for clarifying.
I will try and update you how it goes.
Have a nice weekend.
Regards,
Forum: Fixing WordPress
In reply to: How to extend class and modify existing methods in parent classHi,
Thank you @bcworkz for the clarify.
I tried in few days but still doesn’t work, it stressed me a lot. Could you please provide example code? Thanks in advance.
Have a nice weekend
Regards,
Forum: Plugins
In reply to: [CMB2] Doesn’t working in Archive Pages: Shop, BlogHi,
Thank you so much for replying.
The problem still remains, hope you can take a look
Regards,
Hung PDForum: Fixing WordPress
In reply to: How to extend class and modify existing methods in parent classHi @bcworkz
Thank you for response. I tried with my own method but it still doesn’t work. Here what I did before overriding parent class
function dequeue_scripts() { wp_dequeue_script('jquery-tinycolor'); wp_deregister_script('jquery-tinycolor'); wp_dequeue_script('splittext'); wp_deregister_script('splittext'); } add_action( 'wp_enqueue_scripts', 'dequeue_scripts', 99 );
Viewing 5 replies - 1 through 5 (of 5 total)