Fint Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [CryptX] PHP 8: Fatal errorHi Ralf
It works perfect now with PHP 8 and WordPress 5.7.
Thank you very much!
Jan- This reply was modified 3 years, 8 months ago by Fint Studio.
Forum: Plugins
In reply to: [CryptX] $args option in template functionHallo Ralf
Funktioniert perfekt!
Herzlichen Dank für die schnelle Hilfe!Beste Grüsse
JanForum: Plugins
In reply to: [Polylang] Unable to save translated stringsI had the same problem. Deactivating and reactivating the plugin solved it!
Forum: Plugins
In reply to: [Simple Membership] Customizing Registration FormHi
I bought the Form Builder add-on, but there are some issues:– How can I add a select list for user to register to one of the different levels? There is a text field “Membership Level” which can not be deleted. it is read only in the form which makes no sense like this.
– The phone validation only works for US formats. I would need something link this: +41 00 000 00 00. Where can I possibly change it?
– Is there a german Version?
Thank you for your support.
Forum: Plugins
In reply to: [Simple Membership] Can't save Admin Dashboard Access PermissionThank you! it works now.
Forum: Plugins
In reply to: [Simple Membership] Can't save Admin Dashboard Access Permissionhi and thank you.
I deactivated all other plugins and switched to wordpress default theme.
but still can not save the option “Admin Dashboard Access Permission”.wp_debug is set to true but shows no errors. browser console and plugin log file also don’t show any errors…
Thanks!
Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WP 4.1I had the same problem.
It was a security setting on the server, blocking urls with variables.
Wordpress inludes tinymce files with variable in the end:
wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4203-20150730
call your hoster to fix itForum: Plugins
In reply to: [ACF qTranslate] Visual editor not working with ACF 5.1.7.1Hi! thanks for fixing this.
New issue:
ACF WISIWIG textfield is always empty – no data can be stored.qTranslate-X V3.3 and Advanced Custom Fields V4.4.1
also with:
qTranslate-X V3.3 and Advanced Custom Fields PRO V5.2.4Solution:
Selecting the standard WYSIWYG-editor-field instead of the qTranslate-WYSIWYG-editor-field seems to work…Forum: Installing WordPress
In reply to: Move from domain1 to domain2this seems like the domain is not registred correctly with the website.
If there would be a problem with the database you would get a white page with a text saying something like “error connecting database”. With a php error you would get a blank white page…Forum: Plugins
In reply to: [mqTranslate] Plugin won't work after new update!Hi
After update to version 2.6.2.6
I get javascript error: TypeError: hook is undefined
var p = hook.plugins.split(',').filter(function(element) { return (element != 'wpfullscreen'); });
thank you!
Forum: Fixing WordPress
In reply to: No WP language version visible at update pageSame problem here.
Site is in german.
in wp-config.php german is set to be standard language:
define ('WPLANG', 'de_DE');
but only english version is possible to choose on WordPress Updates page.
Forum: Fixing WordPress
In reply to: Insert large image isn't the size set in media settingscheck if $content_width = 580 is defined in in your functions.php