olppa
Forum Replies Created
-
Hi,
I’m having this exact issue on my store. I’m using the latest versions of WordPress, WooCommerce and Custom Order status manager.
I have 2 custom order statuses and the email preview and test email have the content (heading, subject, additional text) from the first custom order status.
Would be nice if the preview and email reflected the actual settings for the custom status emails. Feels kinda sketchy to let issue continue.
I noticed other threads on this issue but I wanted to chime in that the issues persists.
Otherwise, you made a helpful plugin. Thank you! 🙂Quick update.
Cusrev has the ability to reply to reviews and display them publicly.
The issue for our site was that we didn’t have nested (threaded) comments enabled so our comments didn’t show publicly (at least with our Salient theme).
Apologies to the Cusrev team for the confusion.
I would still suggest to update the Cusrev documentation to remind user to turn on Settings -> Discussion: “Enable threaded (nested) comments” 🙂
Here is the cusrev documentatation:
https://help.cusrev.com/support/solutions/articles/43000531105-how-to-reply-to-reviews-Forum: Plugins
In reply to: [WooCommerce] Product data metabox missing from edit Product pageHi @doublezed2 and @mahfuzurwp,
I figured out the issue by digging around the database in usermeta.
It was deactivated ACF.
ACF had hooked all the missing metaboxes to itself and once I disabled ACF all the metaboxes disappeared. I re-activated ACF and the metaboxes are visible again.
Uninstalling ACF also seems to solve the issue.
Database table: usermeta -> field: meta-box-order_product (controls how metaboxes are shown in Product pages)
A new admin users array looks like this (unserialized)
array (
‘side’ => ‘icl_div,submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag,rocket_post_exclude,cmplz_hide_banner_meta_box’,
‘normal’ => ‘wpb_wpbakery,woocommerce-product-data,postexcerpt,wpseo_meta,postcustom,slugdiv,commentsdiv’,
‘advanced’ => ”,
)
My meta-box-order_product array looked like this (unserialized):
array (
‘acf_after_title’ => ‘woocommerce-product-data,,postexcerpt,wpb_wpbakery,acf-group_63ac0d20a0e7e,alg_wc_product_open_pricing_per_product’,
‘side’ => ‘icl_div,submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag,rocket_post_exclude,cmplz_hide_banner_meta_box’,
‘normal’ => ‘slugdiv,wpseo_meta,commentsdiv’,
‘advanced’ => ”,
)
Notice the acf_after_title which was causing the issue.
I will report this to the ACF developers.
This thread can be marked as solved. Thank you!Forum: Plugins
In reply to: [WooCommerce] Product data metabox missing from edit Product pageHi,
I’ve checked the Screen options and the side panels.
The Product Data metabox is just missing.
I tried different computers and different browsers so it’s not a browser issue.
I’ve narrowed the issue down to my user account.
I created a new admin user and the Product Data fields are visible to the new admin user.
So somehow my original admin account is not able to view or edit the product data or see the WP bakery page builder on the Product pages.So my original user account has admin rights but is unable to view or edit Product data.
I have made a purchase in our store using my admin account email so could that have had some effect?
Really strange.This is also something that I was wondering.
I think many users are thinking about this same question and Mailerlite should clearly state if the Woocommerce plugin is enough or if the other WordPress Mailerlite plugin is also needed for pop-up.
Personally I think you don’t need the Mailerlite WordPress plugin.
It should be enough to turn on the enable pop-ups tickbox in the settings page.
The Mailerlite WooCommerce integration just loads the Mailerlite universal js script which enables the pop-ups. Of course you also need to enable the pop-up in the Mailerlite web dashboard.Forum: Plugins
In reply to: [Simple Shipping Labels for WooCommerce] Now incompatible with WoocommerceI’m holding back on updating WooCommerce to use HPOS.
Can someone comment if the plugin is indeed incompatible with HPOS?
The plugin is free and I understand that this is probably a quite small project for the developer so I want to thank Dima for developing this plugin!Forum: Plugins
In reply to: [WooCommerce Pakettikauppa] Virheviesti 541Noniin tämähän oli varsin tarpeeton tukipyyntö.
Ei tullut katsottua tarkemmin tuota postinumeron ja kaupungin järjestystä tilaustiedoista.
Kiitos paljon nopeasta vastauksesta!Thank you for your reply and seeing into the matter.
Multilingualism would be a great addition to your plugin.Forum: Plugins
In reply to: [Gravity PDF] Gravity PDF maybe sending two notificationsHi,
Thanks for the reply.
I’m not sure I submitted a ticket through your ticket system, I don’t think I did 😀
Maybe a similar username?My issue is resolved now.
My site uses multiple authors. I changed the event so that I was the author of the event.
Also there was something wrong with how the event was scheduled.
But anyways, now the event list shortcode is working correctly in translated pages and draft events are hidden like they are supposed.In short: multiple authors = problems.
I contacted the WPML support but they can’t replicate the problem.
Seems like an Events Manager issue.
It’s like Events Manager’s event list is not respecting the post status of translated posts.Any help is appreciated.
Forum: Themes and Templates
In reply to: [Astra] Customizer typography header style settings not workingHi,
Haha, it was simpler than I thought.
I’m using WordPress in Finnish and the page-title translation in Finnish kinda threw me off track.
Thanks for pointing me in the right direction, it worked perfectly.- This reply was modified 7 years, 10 months ago by olppa.
I’m using version 5.8.1.1 (the newest I think).
Hi Caimin,
If you mean by HTML output the source code of the live pages then no, the live page source code shows that the paragraph markers have been stripped from the custom field code.
The wysiwyg editor has all the right formatting and paragraph “< p >” tags but once it is outputted by Events manager the only formatting tags that stay are the “< /strong >” tags.
The server is using php 5.3.3. but I don’t if that is the culprit.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom events listHey,
Just an update. Got the monthly view calendar working.
Now just need to style it.Thanks!