I don’t know why I can’t get it running.
I have older Forms where on a HTML Field and on the Summary Field are inline styles “display: none;” (in the Frontend) and on click the inline style disappears so the fields getting visible.
On the new Form, we copied it, there is no “hide” option.
Was this removed, or am I just not remembering how I did this?
On this Form it is working:
https://autorevue.at/ratgeber/kilometergeld?1714064705
On this new one it doesn′t:
https://autorevue.at/ratgeber/bremsweg-berechnen?1714064744
So, basically what I really would like: A fieldset with a bunch of fields in it – HTML and Summary fields. This should be initially hidden, after press Button, this fieldset should show.
Thanks for your help in advance.
Best regards
Mikkel
PHP Fatal error: require(): Failed opening required '../../../../wp-load.php' (include_path='.:/usr/share/php') in /srv/www/example.com/releases/20211224140010/web/app/plugins/wp-piwik/proxy/config.php on line 3" while reading response header from upstream
One reason could be that different paths are used for core, plugins, themes, etc. – but this shouldn’t be an issue. This plugin probably has this path hardcoded instead of retrieving it using the proper WordPress function:
$wpRootDir = isset($wpRootDir)?$wpRootDir:'../../../../';
require ($wpRootDir.'wp-load.php');
]]>Just setting up a new site, and on both a super basic form and a more complicated one with logic, if nothing is filled out and the send button is pressed, it sends a blank email to me.
The require an answer check boxes are ticked on each field, but doesn’t appear to work at all.
Can you let me know what else I should check?
Thanks
]]>how can i block calculate button when fields are empty? I want to make button clickable only when all fields are filled with data.
Best regards
]]>We have a automatic post plugin setup. It download posts ever 12 hours. But we would like to require approval before any posting. So we can review edit it.
Dose any one know if there is away?
Natebc
click-to-top
has caused sites to fatal.
https://plugins.trac.www.ads-software.com/changeset/2497044
https://plugins.trac.www.ads-software.com/changeset/2494177
This is because when adding it you have the require
statement reading as:
if ( ! class_exists( 'Appsero\Client' ) ) {
require_once __DIR__ . '/appsero/src/Client.php';
}
however the path to the appsero client should actually be
require_once __DIR__ . '/vendor/appsero/client/src/Client.php';
You’re trying to require a file that doesn’t exist, so the site dies.
]]>Good day!
Is there any option to let applicants fill up the application without requiring them to sign up?
]]>when i add any content to a required header.php
file at '/inc/structure/header.php'
the <head> element content gets jumbled (corrupted?).
the <head>
content moves to below the <body>
tag and the customizer acts odd–i can’t browse to change themes (shows 0 themes to browse).
it doesn’t happen until i add content (not just when i require a file). i’ve copied and pasted other code so i know it’s not a typo.
it happened before WP 5.6 release.
i’m trying to follow some GP structure and include code i learn from there, but this is totally bizarre to me.
i just got started so it’s an empty blank theme and a fresh WP install–have wp_head() and wp_footer() calls but it’s bare bones besides that.
so sorry for the dumb Q. i’m using Local by Flywheel.
i’m just baffled and really disappointed in myself tbo :/
thanks, L <3
]]>That probably wants to be loading https://core.trac.www.ads-software.com/browser/trunk/src/wp-includes/class-wp-embed.php
PHP Fatal error: require_once(): Failed opening required '/path/to/wp-includes/class-wp-oembed.php'