foodstijl
Forum Replies Created
-
Hi Pial,
It looks great. I’ll check it out, thanks for the reply.
kind regards
- This reply was modified 1 year, 2 months ago by foodstijl.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] No input fields for API keyHi Khungate,
Yes, there was an account deleted within the Mailchimp account.
I’ll contact Mailchimp support for further assistance, thanks for the info.
Kind regards
Forum: Plugins
In reply to: [A-Z Listing] What to do when plugin doesn’t work after update?Ok, I had to change the CSS code a bit and republish the page with the shortcode. It all works again.
Sorry for false alarm ??@faktorvier thanks. it works perfect.
I just added “Dear” in front of it ??
<p><?php echo esc_html( Dear ); ?> <?php echo \F4\WCSF\Core\Hooks::get_option_label(get_post_meta($order->get_id(), ‘_billing_salutation’, true)); ?> <?php echo esc_html( $order->get_billing_last_name() ); ?></p>
Thank you very much!
I see. thanks.
I will use your code!- This reply was modified 3 years, 2 months ago by foodstijl.
I’ve added the following function to function.php it works.
add_action( 'wp', 'ts_redirect_product_pages', 99 ); function ts_redirect_product_pages() { if ( is_product() ) { wp_safe_redirect( home_url('/shop/') ); exit; } }
hi thanks for your quick reply.
I’m afraid(.*) isn’t working.I’ll look into the WordPress hook template_redirect.
thanks.Forum: Plugins
In reply to: [Super Progressive Web Apps] Create desktop shortcut link for all browsersHi,
OK thanks for your reply.I’m testing it on :
https://nlgene-mianawala.savviihq.com/Kind regards.
Hi,
Is the install button only visible in Google Chrome?
I can’t seem to get this to work in other browsers (firefox, safari, opera)
I don’t see the install button when I’m not logged in as admin in the website.Kind regards
- This reply was modified 3 years, 8 months ago by foodstijl.
I’ve purchased Custom Fields extension but can’t get is to work, also purchased a month of support but for some reason I don’t get a response..
test
Same goes for Woocommerce 5.0.0 WP 5.6.2 and Uncode theme…
Forum: Plugins
In reply to: [Perfect Survey] No dataI only tried to use the plugin on a different website and It worked there. So it must be a conflict on this particular website. I haven’t tested anything, only when I installed the plugin in december It worked then. I only updated a few plugins and maybe the theme (I’m not sure) It could be I’ve updated the php version to 7.3.
I switched to another Poll plugin as this one is not stable within my system.
Do you think the data is really gone? or just misplaced in the WordPress database?
It would help a lot If I could get the data.Forum: Plugins
In reply to: [Perfect Survey] No dataIs there a possiblity that the data is there, but not shown in WordPress?
Forum: Plugins
In reply to: [WP Store Locator] No map on mobileThanks for the reply. It looks like it has indeed something to do with the Media queries used. Everything works with the current setup except the WP Store Locator..