Marco
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Block] Allow disabling of the Divider VariantsThank you @mr2p – this works for now.
Forum: Reviews
In reply to: [SVG Block] Like it!Perfect! Thank you @mr2p
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Remove html tags from meta descriptionIf you want to remove HTML and HTML entities from meta description you can use this filter:
function sp_titles_desc($html) { return strip_tags(html_entity_decode($html)); } add_filter('seopress_titles_desc', 'sp_titles_desc');
See https://www.seopress.org/support/hooks/filter-meta-description/
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Convert CPT to native ACFThank you!
- This reply was modified 12 months ago by Marco.
Top! Danke.
Guter Hinweis!
Tats?chlich haben mich die englischen Texte der Labels verwirrt.
Unter “Sale Label” verstehe ich das Label, das vor dem reduzierten Preis angezeigt werden soll. Unter “Sale Regular Label” verstehe ich das Label, das vor dem Normalpreis (Regular) angezeigt werden soll.
Es ist aber genau umgekehrt. Die Tooltips der Felder erkl?ren es korrekt.
Seltsam ist folgendes: In der deutschen übersetzung der Labels auf einer anderen Website ist es verst?ndlich. https://share.cleanshot.com/trf66JNw
Sind die Label-übersetzungen vertauscht? https://share.cleanshot.com/xwxcXP1F
- This reply was modified 1 year, 7 months ago by Marco.
Sorry, hier die Links zu den Screenshots:
https://share.cleanshot.com/ZTrf7dXb
https://share.cleanshot.com/0BNclk4wWie man dort sieht ist die reihenfolge im HTML Code schon seltsam.
Auch mit dem Theme “Thenty Twenty Three” und deaktivierten Plugins ist es falsch: https://share.cleanshot.com/KlVQXDGd
I would love to see this feature! This alone would help preventing dumb bots from trying brute force logins.
Forum: Plugins
In reply to: [M Chart] JS Error after saving: ChartDataLabels is not defined@methnen sorry for the delay, i will email you to get the fix. Thank you.
Thanks for your reply @simo_m.
What would motivate you to consider breakpoint management?Forum: Plugins
In reply to: [Simple Custom Post Order] Order does not get saved in wp-adminExact same problem here. Sorting a CPT in Admin works and also reflected at the front end. After reloading the admin page the posts are no more sorted as before. As soon as i reoder one of the items again the sorting is saved and my initial manual sorting is gone forever.
Forum: Plugins
In reply to: [PDF.js Viewer] Microsoft Defender SmartScreen error in Windows 10 edgeI can confirm that the problem occurs if you add the PDF files while the site is on a subdomain during development and you change the site domain later on. The PDF files will be loaded by the subdomain and this seems to cause the MS Defender warning in Edge browser.
Thank you @wpmudevsupport14
Thanks for the answer. So you changed API and not mentioned it in changelog (at least i can’t find that information)?
We’ve 9 client Sites with problems because of this. As a workaround, we had to create a custom shortcode for the success message instead of making use of the hook. This makes us more independent form code changes on your side. In the next project iteration we’ll remove Forminator completely from these projects because this is not the first time things like this happened.
Best
MarcoHey, sorry for capturing this thread. But the “forminator_custom_form_ajax_submit_response” filter is no more working. Did you people changed the filter name in one of the las updates?