Jenish Shrestha
Forum Replies Created
-
Forum: Plugins
In reply to: [SB Chart block] Shortcode not working.It is working. Somehow plugin got deleted automatically.
Forum: Fixing WordPress
In reply to: Conditional Block Asset enqueue in block.jsonThis hook works perfectly in front end but its not working in Gutenberg editor.
Forum: Fixing WordPress
In reply to: Conditional Block Asset enqueue in block.jsonI found this hook that worked:
add_filter( 'should_load_separate_core_block_assets', '__return_true' );
Block-styles loading enhancements in WordPress 5.8
Forum: Plugins
In reply to: [LH Archived Post Status] Conflict with WP Give pluginThis is all I have. Page does not load and this error shows up.
Forum: Plugins
In reply to: [Site Kit by Google - Analytics, Search Console, AdSense, Speed] GA4 realtimeThank you. I meant in the Analytics account. It suddenly stopped getting real time data.
Forum: Fixing WordPress
In reply to: Block-based Widgets Editor ErrorI noticed resetting database with exact same plugins and theme activated fixes the problem. But I lose all my data.
Does anyone have any idea what’s happening?
Forum: Plugins
In reply to: [Simple Custom Post Order] Plugin not working with acf extendedThank you for the help. It worked.
Forum: Plugins
In reply to: [Simple Custom Post Order] Plugin not working with acf extendedI created all my custom post type with acf extended. If I deactivate the plugin then there wont be any cpt to test on.
So instead I tested on default post type and re-order is working properly. Only the post types made with acf extended is having reorder issue. I mean I can reorder them by dragging and dropping but when I reload they return to their original order.
Forum: Fixing WordPress
In reply to: Website down and unable to access wp adminNot sure what exactly was updated.
This error is simply telling you that a same function is being created again in simple-bootstrap theme which was already created in rec-child-theme. Give a different name to that function and it should fix it.
Forum: Fixing WordPress
In reply to: Pagebuilder Framework Query QuestionI think this is a main query. We can modify the main query parameter by using pre_get_post hook.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] About json loadCan this be done with acf blocks as well?
Forum: Plugins
In reply to: [WooCommerce] New email templateThank you,
Is there a way to detect if thankyou page has been loaded for the first time?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Uploads Images are not getting deletedThank you for the reply.
It would have been better if the plugin completely replaced uploads folder and database.
I am thinking of using wp reset plugin along with this plugin.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Uploads Images are not getting deletedSame thing with the database as well. Deleted tables remains in database in production.
Seems like its not entirely impossible since I only need site kit for easy insights in dashboard.
Thank you for the reply.