mulli.bahr
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Cannot run with PHP 8.2.10Thanks!
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Cannot run with PHP 8.2.10Thanks for the quick reply
Thanks for the quick reply. I found the places to fix the issue:
Format “H:i” works for events
Definition: “_24HSTARTTIME – #_EVENTLINK” works for me on the calendar.
(I simply changed 12 to 24 in the string above)Same here with release 6.4.4
Release 6.4.1 – seems OK
- This reply was modified 1 year, 2 months ago by mulli.bahr.
- This reply was modified 1 year, 2 months ago by mulli.bahr.
- This reply was modified 1 year, 2 months ago by mulli.bahr.
I had the same issue. It started after I deleted some files from my upload directory, suspecting its malicious code…:
wpo-plugins-tables-list.json
and wpo folder – if I remeber correct.After seeing this thread, I have removed WPO and reinsttaled it + run the daily event.
Seems that everything is back to normal.
Hope it helps you too.
Forum: Plugins
In reply to: [Contact Form 7] Error after last updateThe fix works for me. However, there is another issue of missing type
BEFORE:"output": { "enum": [ "form", "raw_form" ], "default": "form" }
AFTER:
"output": { "type": "array", "enum": [ "form", "raw_form" ], "default": "form" }
Forum: Plugins
In reply to: [Contact Form 7] Error after last update@dominikkucharski worked for me! Thanks!
How can I remove those options from the edit product page?
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Conditions are not workingConditions ARE working, once I follow the rules…
In my case:
1. Purchase the premium plugin
2. Set product attributes in Woocommerce store
3. Set conditions accordingly.Its working but more complicated then my other potential solution.
I shall open a sseparate ticket to try and see it its possible.Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Conditions are not workingHi @razyrx
Is there a way that I can set the following attributes to a Woocommerce product
and display labels using the plugin conditions?The attributes are:
1. out of stock
2. winery recommendation
3. limited edition (stock)I can code if needed.
I am looking for a solution.
ThanksForum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Double Label on productHi @dholovnia
I did not generate a condition because none would meet my requirements.
To be exact, using the Woocommrece stock mgmt I could define teh condition – OK
BUT, I have two more fields which I could not access via the condition
dropdown combo. Please find the attached screenshot with the option listNote that NONE (as far as I tested) refers to fields under advanced lables in Woo
product page.Thanks for your help!
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Double Label on productHi @dholovnia
Its a new purchased product, I bought it today
Hoping to see the custom fields that appear in the woocommerce product page
under advanced labelsThere is an open ticket from 6 hours ago, on my name
- This reply was modified 2 years, 6 months ago by mulli.bahr.
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Double Label on productI have the same issue. No label is set, but plugin displays a label.
Its the second of three.Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Conditions are not workingHi @wfpeter ,
I am using WPS Hide Login which seems to use filters and as the conlict suggests: does not modify the
admin-url()
nor thenetwork_admin_url()
.The plugin has 1M+ active installs and is effective.
IMHO, its completing WordFence functionality, which need not conflict.
Its your decision to add similar functionality to WF core, or just support it.
- This reply was modified 2 years, 7 months ago by mulli.bahr.