erenacarboga
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] SQL Size 10MB to 160MB Yoast Test HelperYes. I checked. I was meeting all the requirements. I was getting an error like the following;
[30-Mar-2021 17:37:54 UTC] shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, Yoast_Notification_Center->update_storage, Yoast_Notification_Center->remove_storage, delete_user_option, delete_user_meta, delete_metadata taraf?ndan olu?turulan SELECT umeta_id FROM sca_usermeta WHERE meta_key = ‘sca_yoast_notifications’ AND user_id = 1 sorgusu i?in WordPress veritaban? hatas? Commands out of sync; you can’t run this command now
I opened a thread about this error. https://www.ads-software.com/support/topic/yoast_notification_center/
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Images Are Not DisplayCould it be related to the .htaccess file?
Forum: Fixing WordPress
In reply to: Console ErrorsHealth Check is not working on my website. Enable jQuery Migrate Helper helped me fix some bugs. But some errors still remain. Eg:
DevTools failed to load SourceMap: Could not load content for https://website.com/wp-content/themes/onepress/assets/js/dont-go.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Why does it want .map?
Forum: Plugins
In reply to: [Wordpress Mega menu Plugin - Groovy Menu (Free)] If a user is logged in…As a result of my research, I found this and it worked.
‘menu’ = wordpress menu id
‘gm_preset_id’ = groovy menu idExample;
if ( is_user_logged_in()) { groovy_menu (['menu' => 60, 'gm_preset_id' => 1337]);
Forum: Plugins
In reply to: [Yoast SEO] Yoast_Notification_CenterI did. If I get an error, I’ll rewrite it.
Forum: Plugins
In reply to: [WooCommerce] /#tab-description page product problemWhen I changed the theme, the problem was fixed. This was a problem due to the OnePress theme. How can I solve this problem in theme. (Except changing the theme)