Sjoerd Blom
Forum Replies Created
-
Forum: Plugins
In reply to: [Gelato Integration for WooCommerce] Multisite support…clarify which multisite plugin you are using?
Multisite is enabled by adding a variable to the wp-config.php file:
define( 'WP_ALLOW_MULTISITE', true );
There’s really no need for using a plugin to enable that.Forum: Plugins
In reply to: [Individual Multisite Author] Same bio on multisiteThomas, it has been solved. Apparently setting Yoast to the same settings on both child sites solved the problem.
Forum: Plugins
In reply to: [PiWeb Delivery & Pickup Date Time for WooCommerce] REST APIHa, thanks for the brief and clear answer. 🙂
You highlighted a comment. I don’t expect deleting that will work.
I guess you meant commenting out this:woof_ext_init_functions = '<?php echo json_encode(WOOF_EXT::$includes['js_init_functions']); ?>';Forum: Plugins
In reply to: [Dynamic Pricing With Discount Rules for WooCommerce] Remove/hide “OFF”I wouldn’t recommend altering the code. There’s a POT-file you can use to create your own language file. Just replace the “% OFF” string with anything you like or replace it with “ ” for an empty string.
- This reply was modified 5 years, 6 months ago by Sjoerd Blom.
The solution @axopayo is pointing at might be an option, it can be done quicker though:
1. install and activate WP Rollback
2. roll back to version 1.8.4 of Caldera Forms
3. doneAnyway, these are still workouts. Unfortunately no support from Caldera in this forum…. 🙁
Running into the same problem. Can’t install Caldera Forms on a brand new and clean WP instance.
Forum: Themes and Templates
In reply to: [Hamilton] Gutenberg Classic Editor kills editor iconsAppears to be fine now. Thanks! 🙂
Forum: Themes and Templates
In reply to: [Hamilton] Gutenberg Classic Editor kills editor iconsCheers!
Forum: Themes and Templates
In reply to: [Hamilton] Gutenberg Classic Editor kills editor iconsTwo different browsers:
- This reply was modified 7 years, 6 months ago by Sjoerd Blom.
Forum: Plugins
In reply to: [Easy Load More] Duplicate PostsI was just going through this as well. The solution is in the Codex too:
if ( get_query_var( 'paged' ) ) { $paged = get_query_var( 'paged' ); } elseif ( get_query_var( 'page' ) ) { $paged = get_query_var( 'page' ); } else { $paged = 1; }On a few static pages ‘page’ is used on other pages ‘paged’. The above line will solve it.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Is GDPR on your roadmapActually a userconfirmation of processing and using the userdata should not only be stored on the local server but also passed to MailChimp. Is that handled as well?
Forum: Plugins
In reply to: [Easy Testimonials] Change date formatRichard,
Thanks! I will go into that after the weekend.
—
stu
Forum: Plugins
In reply to: [Easy Testimonials] Change date formatI’m still interested in date-format localization.
I found ininclude/lib/ik-custom-post-type.php, line 264 and 265:// translators: Publish box date format, see http://php.net/date date_i18n( __( 'M j, Y @ G:i', $textdomain ), strtotime( $post->post_date ) )But translating this in my localized PO-file didn’t work. That’s very unfortunate as almost anything in WP can be localized nowadays.
—
stu
(WP polyglot and translator nl_NL)- This reply was modified 9 years, 3 months ago by Sjoerd Blom.
@oceanwind I’ve tried to migrate but after 2 weeks of trying I was still unsuccessful. The events appear to have been migrated, the manager showed the number of events, but not the events themselves. So I decided to stop trying and convert the events manually. Most events were past events, I didn’t migrate them, I only entered the future events (of which there were only a dozen).
I recommend that you create your own topic as well. And I hope that the developers will create an export and import method after getting several reports from users about this issue.