Razon Komar Pal
Forum Replies Created
-
Forum: Plugins
In reply to: [Linked Variation for WooCommerce] Invalid nonceHi @alekseykatunov,
Make sure you have correct configuration in Linked Variations. To check configuration go:
WP Admin -> Products -> Linked Variations -> Edit Variation -> Check Linked by Attributes
I’ve check from my end and make a video for that, you can see this video.
Let me know if you further question or query.
Forum: Fixing WordPress
In reply to: Update to 6.8 failedApparently the installation is missing important WordPress core files. I would recommend that you perform a manual update, see: https://wordpress.org/documentation/article/updating-wordpress/#manual-update
Forum: Fixing WordPress
In reply to: Why “Menu” doesn’t appear in AppearenceYou are using Twenty Twenty-Four theme which is a block based Full Site Editing (FSE) Theme. Block theme doesn’t have Menu option but in classic theme. But you still create a navigation using Site Editor.
Navigate to Appearance > Editor > Navigation, you will see all your menus listed there. and follow the further instruction from here https://wordpress.org/documentation/article/site-editor-navigation/ or https://learn.wordpress.org/tutorial/how-to-create-a-menu-with-the-navigation-block/. Make sure you select appropriate page template to visible menu on the page. Suppose in blank page menu will now show.
Alternatively you can use classic theme to add menu from Appearance > Menus. I also found a discussion on Brizy’s official support forum regarding a similar issue:
🔗 https://support.brizy.io/hc/en-us/community/posts/17989021382290-No-Navigation-menu-with-wordpress-pluginForum: Fixing WordPress
In reply to: Can’t Update User RecordsThis may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, <strong>without affecting normal visitors to your site</strong>. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/Forum: Fixing WordPress
In reply to: cannot create new blog postsHi @tarheelgal,
This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, <strong>without affecting normal visitors to your site</strong>. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/
ThanksHi @jbhphx ,
We sincerely appreciate your feedback and understand how frustrating unwanted ads can be. We display occasional flash sale and promotional offers in the dashboard to inform users about exclusive discounts on our premium plugins. This helps us provide ongoing improvements, updates, and support for ElementsKit while ensuring users don’t miss out on special deals.
That said, we absolutely respect your preference! You can easily disable these messages by navigating to:
ElementsKit → Get Help → Uncheck -> “Show update & fix related important messages, essential tutorials and promotional images on WP Dashboard”.
We hope this resolves your concern. If you find ElementsKit useful after adjusting this setting, we’d truly appreciate it if you could reconsider your rating. Your support helps us improve and continue delivering great features!
Let us know if you need any further assistance. 😊
Thanks
Hi @emon4u
You may try this, Go to Elementor -> Settings -> Features -> Element Caching and enable it.
If issue still exist you may share your System Info(do not share sensetive info like your admin email, site url), Elementor -> System Info -> Download System Info Then manually only share following info:
PHP version
WordPress version
Activated Plugins
Activated Themes
Server environment details
ThanksForum: Plugins
In reply to: [Help Scout] Beacon no longer shows after updating to 6.5.4We also confirm that issue. Currently we deactivated the plugin.
Forum: Plugins
In reply to: [Help Scout] Security Check Failed IssueForum: Themes and Templates
In reply to: [Elementory Agency] elementor errorIf you are using
onepage scrolland don’t want to disable then you can fix that error by replacingget_page_settingmethod atwp-content/plugins/elementskit-lite/modules/onepage-scroll/init.phpwith below method.public static function get_page_setting( $id ) { $post_id = get_the_ID(); $page_settings_manager = \Elementor\Core\Settings\Manager::get_settings_managers( 'page' ); $page_settings = $page_settings_manager->get_model( $post_id )->get_data('settings'); return isset($page_settings[$id]) ? $page_settings[$id] : false; }Forum: Plugins
In reply to: [WP Activity Log] Conflict with Woocommerce.Same error for me
Fatal error: Uncaught Error: Call to undefined method WSAL_Sensors_WooCommerce::IsMultisite() in /www/my_server_507/public/wp-content/plugins/wp-activity-log-for-woocommerce/wp-security-audit-log/custom-sensors/WSAL_Sensors_WooCommerce.php:2408 Stack trace: #0 /www/my_server_507/public/wp-content/plugins/wp-activity-log-for-woocommerce/wp-security-audit-log/custom-sensors/WSAL_Sensors_WooCommerce.php(2218): WSAL_Sensors_WooCommerce->GetConfig('ppcp-gateway_se...') #1 /www/my_server_507/public/wp-content/plugins/wp-activity-log-for-woocommerce/wp-security-audit-log/custom-sensors/WSAL_Sensors_WooCommerce.php(228): WSAL_Sensors_WooCommerce->CheckSettingsChange() #2 /www/my_server_507/public/wp-includes/class-wp-hook.php(307): WSAL_Sensors_WooCommerce->event_admin_init('') #3 /www/my_server_507/public/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /www/my_server_507/public/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #5 /www/americanradiocl in /www/my_server_507/public/wp-content/plugins/wp-activity-log-for-woocommerce/wp-security-audit-log/custom-sensors/WSAL_Sensors_WooCommerce.php on line 2408Reproduce the issue:
– WP Activity Log & WP Activity Log for WooCommerce need to activate
– Go to WooCommerce Settings -> Payments -> Edit any payment method and click Save ChangeNote: Issue resolved when deactivate WP Activity Log for WooCommerce, So this plugin is the reason of this error.
Forum: Plugins
In reply to: [Linked Variation for WooCommerce] Issue with label not updating correctlyWe appreciate your patience. We are sorry for the delay, we will fix this issue in our next update.
Regards