-
Created a topic, Top aktuell und alles verständlich bis ins letzte Detail, on the site WordPress.org Forums:
Danke an die Entwickler, die sich wirklich bis ins let… -
Created a topic, Remove Page Headline, on the site WordPress.org Forums:
How can I remove the page title in the API Call when I… -
Created a topic, Exclude PDF for accessibility reasons, on the site WordPress.org Forums:
hi, how can I exclude pdf optimization completely? My … -
Created a topic, Password Recovery Page URL no Permalink, on the site WordPress.org Forums:
Hi, when I select a Page in the dropdown at "Password … -
Posted a reply to Latest update 5.8, on the site WordPress.org Forums:
add_filter( 'wpcf7_mail_html_body', 'my_wpcf7_html_autop', 10, 1 ); function my_wpcf7_html_autop( $body ) { $body = wpcf7_autop( $body… -
Posted a reply to Latest update 5.8, on the site WordPress.org Forums:
I am investing the new hook "wpcf7_mail_html_body" that got introduced in 5.8. Will get back… -
Posted a reply to Latest update 5.8, on the site WordPress.org Forums:
I have the same problem. The checkbox "Use HTML Content Type" is checked, but the… -
Created a topic, Pass mobile friendly check, on the site WordPress.org Forums:
If i block the caching directory via robots.txt the Go… -
Created a topic, PHP 8.x again, on the site WordPress.org Forums:
Hi, my setup: - Wordpress 6.x - ACF Pro 6.0 - Polylang… -
Created a topic, Breaks with Elementor 3.x, on the site WordPress.org Forums:
Since today this old plugin breaks with Elementor. Bu… -
Created a topic, Cant download anymore on HostEurope, on the site WordPress.org Forums:
I noticed, that I cant download the backups anymore on… -
Created a topic, PHP 8.0 Bug, on the site WordPress.org Forums:
Hi, i tried to switch to PHP 8.0 and this plugin broke… -
Posted a reply to Broken since CF7 5.4, on the site WordPress.org Forums:
I made a small fix to get it back to work with latest CF7. All… -
Posted a reply to Request for maintenance, on the site WordPress.org Forums:
Hi @flixos90 , i made a small fix to get it back to work with… -
Posted a reply to Cropped images, on the site WordPress.org Forums:
Hi @sixaxis , sorry – here is a new upload: https://imgur.com/a/qcaZIxx Thanks in advance! Tobias -
Posted a reply to Cropped images, on the site WordPress.org Forums:
Just to make it clear: i mean images that are cropped in WordPress after upload.… -
Created a topic, Cropped images, on the site WordPress.org Forums:
Hi, does this plugin check if an image is cropped in … -
Created a topic, Function to recompile, on the site WordPress.org Forums:
Hi Baxtian, is there a function I can call from anywh… -
Posted a reply to Error! Incorrect order ID. Could not find that order in the orders table., on the site WordPress.org Forums:
Okay, there are new names for the custom fields. ppec_payment_details is now wpec_order_data -
Posted a reply to Error! Incorrect order ID. Could not find that order in the orders table., on the site WordPress.org Forums:
Ok, i think i am getting closer. I use a custom hook … will have… -
Created a topic, Error! Incorrect order ID. Could not find that order in the orders table., on the site WordPress.org Forums:
Hi I am getting this error message on the thank-you pa… -
Created a topic, Submit Referrer Page, on the site WordPress.org Forums:
Hi again, why dont you save the page, where a user su… -
Created a topic, Allow attachments, on the site WordPress.org Forums:
Hi, first: very nice plugin! Do you have any plan t… -
Created a topic, Broken since CF7 5.4, on the site WordPress.org Forums:
Hi, we need an urgent fix for compatibility with late… -
Created a topic, functions.php called before ACF Extended Taxonomy?, on the site WordPress.org Forums:
Hi, i created a taxonomy with ACF Extended and tried … -
Created a topic, Language chooser on Startpage?, on the site WordPress.org Forums:
Hello, I would like to achieve the following: There … -
Posted a reply to Koko Analytics only visible for admin users, on the site WordPress.org Forums:
Correct code: $role = get_role( 'editor' ); $role->add_cap( 'view_koko_analytics' ); -
Committed [2392633] to Plugins SVN:
Changed Readme "Tested up to 3.9" -
Created a topic, Hides Labels in CPT UI, on the site WordPress.org Forums:
If I enable this plugin all labels in CTP-UI Plugin ar… -
Posted a reply to ClassicPress Error 500, on the site WordPress.org Forums:
Simple fix in src/class-admin.php: if ( function_exists( 'wp_set_script_translations' ) ) { wp_set_script_translations( 'koko-analytics-dashboard-widget', 'koko-analytics' );… -
Posted a reply to ClassicPress Error 500, on the site WordPress.org Forums:
The function wp_set_script_translations is new in WP 5.0. This is the error cause I use… -
Posted a reply to ClassicPress Error 500, on the site WordPress.org Forums:
I found something: If i uncomment line 37 in src/class-admin.php it works! (Version 1.0.15) //wp_set_script_translations(… -
Posted a reply to ClassicPress Error 500, on the site WordPress.org Forums:
There is NO other "message" in error log. In Debug Console i get: Failed to… -
Posted a reply to ClassicPress Error 500, on the site WordPress.org Forums:
Hi, i found this message: [Mon Jul 20 15:29:43 2020] [php7:notice] [pid 20305] [client 62.143.XX.XXX]… -
Created a topic, ClassicPress Error 500, on the site WordPress.org Forums:
Hi, since 1 or 2 versions I get a blank Dashboard in c… -
Created a topic, Shows wrong Menu in Admin, on the site WordPress.org Forums:
Hi, as described in the latest Review from March (see:… -
Created a topic, Icon Wrapper DIV does not close!, on the site WordPress.org Forums:
Hi, in /inc/fuse_social_sidebar_func.php you are openi… -
Created a topic, ie9 Invalid Character – Bugfix available!, on the site WordPress.org Forums:
Hi, the plugin throws an error on IE9 with the result… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Yes, it works :-) Thanks for your fast responses! https://search.google.com/structured-data/testing-tool/#url=https%3A%2F%2Fwww.koeln-ostheim.de%2Ftermine%2Foeffentliche-versammlung-der-bvo-2%2F Final Code in functions.php: add_action('wp_head',… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Haha, the id of the event i was testing with was 22, and the id… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Yes you are right - all events now have the same jason-ld data from my… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Hmm, let me check on that … maybe i was not seeing it correctly –… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
get_query_var('event_id') was not working – so i tried it with get_the_id() and it worked! It… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
@josiah-s-carberry I want my events to appear in Google Search or in Google Maps /… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Okay, here is my final code: Now the structured data are available to the Google… -
Posted a reply to How to add json-ld to header, on the site WordPress.org Forums:
Thats where i tried it! It gets stripped. Now i am working on a functions.php… -
Created a topic, How to add json-ld to header, on the site WordPress.org Forums:
Hi, can you help me to add <script type="applicati… -
Posted a reply to GDPR / DSGVO Problem, on the site WordPress.org Forums:
I found a way how to fix it: Download FontAwesome 4.7.0 from the website and… -
Created a topic, Local FontAwesome Files – GDPR, on the site WordPress.org Forums:
Hi, I just noticed, that the plugin loads FontAwesome … -
Committed [446222] to Plugins SVN: