-
Posted a reply to event status cannot be changed, on the site WordPress.org Forums:
yes, it´s about the Event Status settings it works - I just confused it with the… -
Posted a reply to show events that have not yet ended, on the site WordPress.org Forums:
Yesterday, there was a workaround (functions.php) on the page. Now that I know how to… -
Created a topic, event status cannot be changed, on the site WordPress.org Forums:
Hi, The event status cannot be changed—for example,… -
Posted a reply to show events that have not yet ended, on the site WordPress.org Forums:
https://openspace-innsbruck.com/ -
Created a topic, show events that have not yet ended, on the site WordPress.org Forums:
Hi. I just went through the documentation, but I co… -
Posted a reply to Warning “preg_match(): Compilation failed …”, on the site WordPress.org Forums:
No special action that I did before the warning is generated. Saving the permalinks makes… -
Posted a reply to Warning “preg_match(): Compilation failed …”, on the site WordPress.org Forums:
here is the log output: https://web-mark.net/madeavailable/20250910_gfn_debug.log -
Posted a reply to Warning “preg_match(): Compilation failed …”, on the site WordPress.org Forums:
thx, i will try that btw, it seems like you forgot one closing bracket in… -
Created a topic, Warning “preg_match(): Compilation failed …”, on the site WordPress.org Forums:
Hello! We do get error messages on certain pages of… -
Created a topic, Error messages after updates, on the site WordPress.org Forums:
Hi! After an update round I now get error messages … -
Created a topic, Shortcode visible, on the site WordPress.org Forums:
Hi, I still see the shortcode, and no captcha, unde… -
Posted a reply to e.match is not a function – error, on the site WordPress.org Forums:
I tried a lot, for example I checked for plugin conflicts and used the Health… -
Created a topic, e.match is not a function – error, on the site WordPress.org Forums:
Hi! I changed some Yoast SEO settings, then tried t… -
Created a topic, automatic renewal of license?, on the site WordPress.org Forums:
Hi, Is there a possibility, that the license is bei… -
Created a topic, please revise FAQ page, on the site WordPress.org Forums:
Hi! Is it possible to make the FAQ page (https://ww… -
Posted a reply to Renew license?, on the site WordPress.org Forums:
Hi @buildwps In our case, as we didn´t renew the license, protected files can not… -
Created a topic, [job_dashboard] content does not show up, on the site WordPress.org Forums:
Hi! Some time ago I added a page including the [job… -
Created a topic, The link you followed has expired. message …, on the site WordPress.org Forums:
Hi, I am trying to migrate a tumblr website to Word… -
Posted a reply to Renew license?, on the site WordPress.org Forums:
What are the differences between the free version and PDA Gold? Is there an comparison… -
Created a topic, Renew license renewal ?, on the site WordPress.org Forums:
Hi, Do I have to renew the license annually so that… -
Posted a reply to URL deletion does not work, on the site WordPress.org Forums:
it worked, thank you! -
Posted a reply to URL deletion does not work, on the site WordPress.org Forums:
Hi, I just tried the deleting of this URL once more. Still no change, when… -
Created a topic, list of blocked IP addresses?, on the site WordPress.org Forums:
if an IP address is blocked due to too many failed log… -
Posted a reply to URL deletion does not work, on the site WordPress.org Forums:
thank you for your research. what do you mean by "TL"? -
Posted a reply to URL deletion does not work, on the site WordPress.org Forums:
as i wrote, it is the sttartpage in the backend it shows / -
Posted a reply to URL deletion does not work, on the site WordPress.org Forums:
it´s http:s//physiotherm.com/ -
Created a topic, URL deletion does not work, on the site WordPress.org Forums:
Hello, I try to delete a URL in the weglot backend,… -
Created a topic, Email notification after an event is added, on the site WordPress.org Forums:
Hi,How can I achieve, that I get an email notification… -
Posted a reply to reflection resp. output deprecated?, on the site WordPress.org Forums:
yes, the demo form does not work on my site -
Created a topic, Skip mail sending within wpcf7_before_send_mail hook, on the site WordPress.org Forums:
Hi, With this hook I can change the value of an adv… -
Created a topic, reflection resp. output deprecated?, on the site WordPress.org Forums:
Hi, I tried this (copy/paste from https://contactfo… -
Posted a reply to prevent body from vertical scrolling when side slide is open, on the site WordPress.org Forums:
Aaahh - sorry. it is body.is-menu-sidebar{overflow:hidden;} -
Posted a reply to prevent body from vertical scrolling when side slide is open, on the site WordPress.org Forums:
i was able to achieve this with: body.menu_sidebar_pull_right{overflow:hidden;} -
Created a topic, prevent body from vertical scrolling when side slide is open, on the site WordPress.org Forums:
Hi, How can I prevent the body from vertical scroll… -
Posted a reply to error – map not showing, on the site WordPress.org Forums:
Thank you very much!! We will give it a try. -
Posted a reply to error – map not showing, on the site WordPress.org Forums:
Hi @farroyob, Thank you for your fast reply. Maybe we do encounter this, because we… -
Created a topic, error – map not showing, on the site WordPress.org Forums:
Hi, the map does not show up anymore, instead there is… -
Posted a reply to do not translate search terms, on the site WordPress.org Forums:
it worked, thank you! -
Created a topic, do not translate search terms, on the site WordPress.org Forums:
Hi, How can I prevent, that search terms are being… -
Posted a reply to do not translate private and draft pages, on the site WordPress.org Forums:
May I ask an additional question please. How can I check, that this script works… -
Posted a reply to show all products on one page, without pagination?, on the site WordPress.org Forums:
I was able to solve it with the code for child-themes functions.php that was supplied… -
Posted a reply to show all products on one page, without pagination?, on the site WordPress.org Forums:
there are two things, that are not perfect with Product Collections block. you can not… -
Created a topic, show all products on one page, without pagination?, on the site WordPress.org Forums:
Hi, I am using the block "all products". It seem… -
Created a topic, fast and successful support, on the site WordPress.org Forums:
thanks for the fast and pragmatic support and the solu… -
Posted a reply to do not translate private and draft pages, on the site WordPress.org Forums:
thank you !! -
Posted a reply to do not translate private and draft pages, on the site WordPress.org Forums:
ah, cool does this snippet also handle private/draft posts and products (woocommerce), and not only… -
Created a topic, do not translate private and draft pages, on the site WordPress.org Forums:
Hi, How can you prevent private pages and pages tha… -
Posted a reply to mobile menu entries should not change color and be underlined when clicked, on the site WordPress.org Forums:
the underline effect comes from: .m-style>ul>li>.wrap::after{ background-color:var(--hovercolor,var(--nv-primary-accent,currentColor)); } so I use this now: .m-style>ul>li>.wrap::after{background:none;} -
Posted a reply to mobile menu entries should not change color and be underlined when clicked, on the site WordPress.org Forums:
color works, text-decoration does not work (as the line under the link is not a… -
Posted a reply to mobile menu – sub menu entries move to right when scrolling, on the site WordPress.org Forums:
thx for your reply your hint lead me to the reason for this behavior. so…