mariusandersen
Forum Replies Created
-
What happens is that in single posts and category pages the plugin causes the page layout to break. On the bottom it says: “There has been a critical error on this website.” Example: https://sandbox.igrafic.net/2024/06/05/symaskin/
This is a test site you may access / edit with no risk: https://sandbox.igrafic.net/wp-login
[removed by moderator]
PS: The only plugins that are activated are WP User Frontend and SeedProd (under maintenance plugin that you may deactivate as you please). I’ve set the theme to “Twenty Seventeen” for test purposes.
Thanks
- This reply was modified 4 months, 4 weeks ago by Steven Stern (sterndata). Reason: removed login
Installing and activating v3.6.9 works fine.
Forum: Plugins
In reply to: [WooCommerce] Easy digital download bug when trying to duplicate a productQuick fix:
The file you need to change is /easy-digital-downloads-pro/src/Pro/Admin/Duplicator/Worker.php
On lines 43 and 44 you should have this now:
check_admin_referer( “edd-duplicate-product_{$id}” ); $post = $this->get_product_to_duplicate( $id );Change those 2 lines with the one below then save the file:
$post = $this->get_product_to_duplicate( $id ); if ( ‘download’ !== $post->post_type ) { return; } check_admin_referer( “edd-duplicate-product_{$id}” );Yes, turning on “Use HTML for Emails” fixed it. Thanks.
I get this in debug:
NOTICE: wp-content/plugins/super-socializer/inc/widget.php:840 – Undefined index: medium
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
NOTICE: wp-content/plugins/super-socializer/inc/widget.php:843 – Undefined index: mewe
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
NOTICE: wp-content/plugins/super-socializer/inc/widget.php:846 – Undefined index: odnoklassniki
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
NOTICE: wp-content/plugins/super-socializer/inc/widget.php:858 – Undefined index: vkontakte
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
NOTICE: wp-content/plugins/super-socializer/inc/widget.php:861 – Undefined index: xing
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_iconsThis is important! Please fix this ASAP. No link or styles generated in the reset password e-mail. Just plain text.
Forum: Plugins
In reply to: [WP Hotel Booking] Cart / Check out not workingI can send you login info if you like to take a look at it.
Forum: Plugins
In reply to: [WP Hotel Booking] Cart / Check out not workingI have chosen WP Hotel Booking Checkout/Cart pages in WP Hotel Booking settings. Should I set something in Woocommerce settings > Advanced? I tried using the WP Hotel Booking Checkout/Cart pages there, but still didn’t work.
Forum: Plugins
In reply to: [Yoast SEO] Error in post category settingsDisabling Yoast makes this error in category settings disappear:
TypeError: undefined is not an object (evaluating ‘e.data.indexOf’)
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-830.min.js?ver=8.3-b-modified-1538256346 line 1Disabling all other plugins than Yoast and using 2017 theme produces these errors in Yoast SEO tools:
ReferenceError: Can’t find variable: yoastWebpackJsonp
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/analysis-830.min.js?ver=8.3-b-modified-1538256346 line 1TypeError: undefined is not an object (evaluating ‘window.yoast.analysis’)
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-830.min.js?ver=8.3-b-modified-1538256346 line 1TypeError: undefined is not an object (evaluating ‘j.string.wordBoundaries’)
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/components-830.min.js?ver=8.3-b-modified-1538256346 line 42Forum: Plugins
In reply to: [Yoast SEO] Error in post category settingsAlso in SEO Tools I get:
ReferenceError: Can’t find variable: yoastWebpackJsonp
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/analysis-830.min.js?ver=8.3-b-modified-1538256346 line 1
TypeError: undefined is not an object (evaluating ‘window.yoast.analysis’)
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-830.min.js?ver=8.3-b-modified-1538256346 line 1
TypeError: undefined is not an object (evaluating ‘j.string.wordBoundaries’)
https://www.aktueltspania.net/wordpress/wp-content/plugins/wordpress-seo/js/dist/components-830.min.js?ver=8.3-b-modified-1538256346 line 42SOLVED. I just figured it out. Had to activate it in screen options.
Thank you. So I suppose there is no simple way to just add this as an “echo” after
if (isset($_GET[‘success’]) && $_GET[‘success’] == ‘1’) {…
so it be visible only after a successful post and not all the time.
I am a beginner in terms of php, so no need for an elaborate answer. I can wait for the update or even purchase the pro version, but this is the only function that I really missed.
Appreciate it.
- This reply was modified 7 years, 2 months ago by mariusandersen.