Ivo Slavík
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cassify] -NCONTAINS operatorNow it works as expected, thank you very much!
Forum: Plugins
In reply to: [WP Cassify] -NCONTAINS operatorOk, in my case CAS roles is multi-valued array. I need to set two types of WP roles to logged in users:
- subscriber for those whose CAS roles doesn’t contain “ABC” and “DEF” strings, I use
(CAS{roles} -NCONTAINS “ABC”) -AND (CAS{roles} -NCONTAINS “DEF”)and it doesn’t seem to work – new WP user has no role set. - contributor for those whose CAS roles contain “ABC” or “DEF” strings, I use
(CAS{roles} -CONTAINS "ABC") -OR (CAS{roles} -CONTAINS "DEF")and it works fine.
-IN/-NOTIN doesn’t work either. Thank you.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Missing translationI have found the answer in this thread: https://ww.wp.xz.cn/support/topic/cannot-translate-contact-seller-above-contact-form/. Thank you.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Missing translationI’m using custom ad details template, but when I click on the single contact block, I don’t see the title “Contact Seller” in block options so I could change it.
Thank you for your quick reply. I can see “{{name}} blocked due to privacy settings” is in customizer too.
Hi @bruberries, jQuery update solved the problem. Thank you.
Hi @treibalen, the site is not public. How can I get in touch with you to send you link and credentials?
I’m experiencing the same issue.
I would appreciate this feature too.
Forum: Plugins
In reply to: [Polylang] Search form impactFixed in 3.0.1. Thank you.
Forum: Plugins
In reply to: [Polylang] Search form impactThe theme is custom. I have a copy of the site and can provide you with an access to the source code. Just let me know and I will send you an email. Thanks.
Hi Charles, it seems to be ok now. Thank you.
I don’t know, what the problem was, but now it is ok.
Hi,
I have the same problem. Tested on WP 5.1.1 and Lazy Blocks 1.4.3., no other plugins active. I can provide you with access to that site.
- subscriber for those whose CAS roles doesn’t contain “ABC” and “DEF” strings, I use