Themeisle
Forum Replies Created
-
Those are great news, so everything is working fine now?
Thanks a lot for your help!
Hi @jadly,
Thank you for your cooperation! The row you shared should not display according to the conditions specified. Based on the shortcode you provided:
[mpg project-id="7" operator="and" where="mpg_status=Published;mpg_target=children;mpg_difficulty=an easy;"] {{mpg_title}} {{mpg_short_description}} [/mpg]Let’s go over the conditions in your shortcode:
mpg_status=Published– The row meets this condition, so it is satisfied.mpg_target=children– The row has “all ages” for this field, so this condition is not satisfied.mpg_difficulty=an easy– The row has “intermediate” instead, so this condition is also not satisfied.
Since you are using
operator="and", all conditions must be true for the row to display. Given that not all conditions are met, the current behavior is correct.Could you please double-check if this row is visible on your site? I observe the same behavior in versions prior to 4.0 as well.
Hey @jadly,
May I ask if you can share a row from your dataset that is showing on pre 4.0 version?
I tried to use a sample sheet based on your conditions, link here https://docs.google.com/spreadsheets/d/1y1OEDgO8ve00KCj8iWesfgCxXpwzoDVat1G2bDl4ZkU/edit?gid=0#gid=0, and is showing fine.Would be really helpful for me to isolate the issue.
Thanks!
Thank you @jadly!
Just to confirm the same shortcode is showing data in the pre 4.0 version but not showing the most recent one?
Hi there,
That’s unusual! Are you using the premium plugin? If so, please contact us via our support form, accessible through your account area.
In case you do, please also ensure that the premium version is active and that the free version is deactivated. You can recognize the premium version by the word “Premium” in its name in the plugin listing admin area.
Hi,
The message is related to the where conditions that you use in the shortcode. Would you mind sharing the shortcode to have a quick look?
Also those messages are only available when you are logged in for troubleshooting, they are not available to public website.
Happy to help you fix this.
Hi @darkallman,
Would you mind sharing how the update was done by you ? Via WP Admin, automatically, wp-cli ? What WP Core version are you using?
This would help me knowing why was happening in the first place and fix such edge cases?
Hi,
Are you using the pro version or just the free version?
Can you try to activate/deactivate the plugin and see if this fixes the issue?
Thanks!
hi @arndofiore80,
This might be helpful I think https://github.com/Codeinwp/woocommerce-product-addon/blob/master/inc/woocommerce.php#L73
You can also explore the codebase for any additional hook you need if this does not work for your usecase.
hi there,
Sorry for the issue caused, we have released a fix that address it.
Forum: Themes and Templates
In reply to: [Neve] Is Neve Block enabled?Hi,
Can you please share more details here? It’s not easy to understand what you mean by Neve Block.
Thank you,
Rodica
Forum: Themes and Templates
In reply to: [Neve] eliminate green barHi,
That is a border that you probably have set up in Appearance > Customize > Header https://vertis.d.pr/i/If6D8Q . You can remove it from there or you can remove it by adding this in Appearance > Customize > Additional CSS:
.header {border-bottom:none !important;}Kind regards,
Rodica
Forum: Themes and Templates
In reply to: [Neve] bookmark is covered by main headerHi,
I’m sorry to hear that’s not working for you. In this case, you’d probably need some custom work there, for which I’m not able to help.
Kind regards!Forum: Themes and Templates
In reply to: [Neve FSE] “Read more” untranslatedThank you for the update!