TBschen
Forum Replies Created
-
Forum: Plugins
In reply to: [CleverReach? WP] DOCTYPE und HTML Grundgerüst bei Shortcode Ausgabe@cleverreachsupportteam2
OK, mail sent.Forum: Plugins
In reply to: [CleverReach? WP] DOCTYPE und HTML Grundgerüst bei Shortcode Ausgabe@ateufel
Oh I see. The topic is marked as solved, that’s why I thought that you’ve found a solution.
I hope that cleverreach can look into it. At least I know what to change if I update the plugin in the future and the issue appears again.Forum: Plugins
In reply to: [CleverReach? WP] DOCTYPE und HTML Grundgerüst bei Shortcode AusgabeAlright, so the culprit is this:
public static function get_form_code( $form_html ) { // THIS IF-STATEMENT FAILS if ( ! class_exists( 'DOMDocument' ) ) { return $form_html; } $dom = new \DOMDocument(); $dom->encoding = 'utf-8'; // and so on
If DOMDocument class doesn’t exist, output normal shortcode. If it does exist, output a full html document… as shortcode? I don’t get it to be honest.
What I did was to take the first line with return out of the if-statement and place it above it – because that’s all I needed from this function.
Forum: Plugins
In reply to: [CleverReach? WP] DOCTYPE und HTML Grundgerüst bei Shortcode AusgabeSo how has this been solved @ateufel ?
Because we have the exact same problem. Not sure when it started but all we did was update the plugin from time to time.Forum: Plugins
In reply to: [Newsletter Sign-Up for CleverReach] Fehler bei VerbindungsherstellungW?re toll, wenn die “schon erledigt”-Fraktion auch den L?sungsweg beschreibt.
Für andere, die hier landen:
Cleverreach -> Mein Account -> Benutzer -> rechts neben dem User auf “bearbeiten” -> H?kchen bei “REST-API Zugriff”
Forum: Plugins
In reply to: [Allow Numeric Slugs] 404 for Pages Using Numeric Titles/URLs+1
I know the plugin hasn’t been updated lately, but it would be nice to have it back working for current versions. Changing the slug works, but accessing it in the frontend causes a 404 error.