mojcak
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Deprecated Functionality in Contact Form 7I can send the test environment details.
I’m also using Contact Form 7 Connector, Elementor, LearnDash, and a few other plugins.Forum: Plugins
In reply to: [Contact Form 7] Deprecated Functionality in Contact Form 7I tested this here: https://mojcakalcic.si/
And also this:
Deprecation Notice:strpos()Function
Error Log Entry: [23-Nov-2024 17:19:06 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /path-to-website/wp-content/plugins/contact-form-7-connector/includes/class-plugin.php on line 167
Details:
Thestrpos()function is being called withnullas the first parameter ($haystack), which is deprecated in PHP 8+. This issue is located in the fileclass-plugin.phpon line 167.Suggested Fix:
Ensure that the parameter passed tostrpos()is always a valid string. Implement a check or default value for the$haystackvariable before callingstrpos().Forum: Themes and Templates
In reply to: [Astra] ABout starter templates and Elementor containersThank you! That is very good. I wanted to switch the theme for my courses but now I will continue to use it. Thank you again!
I imagine you will customize more themes in the future. Is there a way to keep track of new themes being added?
Forum: Themes and Templates
In reply to: [Astra] ABout starter templates and Elementor containersIt can be quite challenging to convert from sections to containers, especially for beginners. I have an online program for creating websites, and my students use Astra and starter templates, but they encounter many difficulties when trying to convert to containers. Do you have plans to publish new templates soon?
Hi, is there any update to this topic?
I have the same problem – from version 4.5.11 Ivory Search only searches through Posts – does not show results from Portfolio, Pages…
So I can’t update to the new version. On 4.5.10 it is all working fine.
Forum: Plugins
In reply to: [WC Custom Emails Per Product] Move custom text before downloadsIt’s really a good plugin.
But I had the same problem – I changed the order ofadd_action( ‘woocommerce_email_order_details’, array( $this, ‘order_details’ ), 10, 4 );
add_action( ‘woocommerce_email_order_details’, array( $this, ‘order_downloads’ ), 10, 4 );in class-wc-emails.php.
Now the download section is after order details. Would it be possible to change this in plugin that the added message will be visible before order details AND also before order downloads if there are any? So that order downloads will be still the first thing after added message?
- This reply was modified 6 years, 11 months ago by mojcak.