Vitzkrieg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Credit Card fields not displayingThanks for the help and suggestions! I couldn’t get the parent theme to work either after some effort so I have decided to switch to a theme I know works out of the box. Marking this as closed although not fixed.
Forum: Plugins
In reply to: [WooCommerce] Credit Card fields not displayingTurned out to be an issue with Yoast SEO.
Yoast SEO–>Settings–>Crawl optimization–>Advanced: URL cleanup–>Additional URL parameters to allowAdd:
loginName&keyRolling back to 3.3.5 fixed it for my site also.
Seeing the same issue on my site.
Forum: Plugins
In reply to: [Debug Log Manager Tool] Constant spinner – config file missingdefine( 'WP_DEBUG', !!getenv_docker('WORDPRESS_DEBUG', '') );I think it may have been set to
trueForum: Plugins
In reply to: [Debug Log Manager Tool] Constant spinner – config file missingSome other errors I’ve noticed:
[16-Apr-2024 20:17:53 UTC] PHP Warning: Undefined array key "SCRIPT_DEBUG" in /var/www/html/wp-content/plugins/debug-log-config-tool/app/vendor/WPConfigTransformer.php on line 109 [16-Apr-2024 20:17:53 UTC] PHP Warning: Trying to access array offset on value of type null in /var/www/html/wp-content/plugins/debug-log-config-tool/app/vendor/WPConfigTransformer.php on line 109Forum: Plugins
In reply to: [Debug Log Manager Tool] Refresh button only works onceDid this update cause the delete button to stop working?
https://ww.wp.xz.cn/support/topic/delete-buton-stopped-working/Forum: Plugins
In reply to: [Debug Log Manager Tool] Delete button stopped workingLooks like there is an issue with Vue:
[Vue warn]: Failed to resolve directive: ripple at <Navbar onTriggerEventDlc=fn<callback> > at <App>Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Move sticky.js to footerFound a fix:
wp_dequeue_script( 'advanced-ads-sticky-footer-js' ); wp_enqueue_script( 'advanced-ads-sticky-footer-js', false, array('jquery'), false, true);Forum: Plugins
In reply to: [Menu In Post] No Link TextYes, no issues on multisite without it
Forum: Plugins
In reply to: [Menu In Post] No Link TextI figured it out. It wasn’t your plugin but a ‘the_title’ filter in my theme that was removing the text in the links.
Forum: Plugins
In reply to: [Menu In Post] No Link TextThat didn’t fix it unfortunately. I had it Network Enabled already. I disabled it, updated it, enabled it again and no changes.
Thanks, I’ll double check how I was viewing the site.
There’s a JS error saying: _wpcf7 is not defined
(edit only to get notified)- This reply was modified 8 years, 12 months ago by Vitzkrieg.