arjanvandenbos
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] PHP warningsThanks Gabe, that did indeed resolve this issue.
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with CPT UI and ThesisThe workaround is to assign custom menu positions.
I assigned my 6 custom post types menu positions 90 -95 and they now all show up below SettingsForum: Plugins
In reply to: [Custom Post Type UI] Issue with CPT UI and ThesisNo, I did not specify custom menu positions, left them null/default.
Do you think that assigning custom menu positions might resolve this issue ?Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Found issues in 1.3.4I second this, in particular Issue 1
Forum: Plugins
In reply to: [OpenHook] Can't access open hook with admin user (me too)I had the File Editor disabled with this line in the wp-config.php:
define(‘DISALLOW_FILE_EDIT’, true);
Once I commented out that line then OpenHook worked again.
Forum: Plugins
In reply to: [OpenHook] Can't access open hook with admin user (me too)Same here, even after upgrading to Thesis 1.8.8
Thanks, this worked
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give LanguageThanks Matt, that is working
I only translated a few, for me essential, parts.
I will try to translate the rest over the next days and then mail you the .po and .mo files.Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give LanguageSame issue for me with Dutch.
Uploaded nl_NL.po + nl_NL.mo to wp-content/plugins/give/languages but they don’t seem to have any effect
Forum: Plugins
In reply to: [Custom Post Type UI] Version 1.0.2 no longer working Thesis 2.1I just updated on of my sites to 1.0.6 and everything seems to be working as it should.
I believe the issue is resolved.
Thanks a lot, I will upgrade my other sites as well and will let you know if I encounter any problems.
Found the cause: somehow the Jetpack connection to wordpress.com got lost. Reconnecting solved the problem
I am experiencing the exact same issue.
It was working fine; I assume the upgrade to WP 4.1.1 triggered this error.Forum: Plugins
In reply to: [Custom Post Type UI] Version 1.0.2 no longer working Thesis 2.1OK, changing the priority from 11 to 10 fixed the issue with Thesis templates.
Will this have any other serious implications ?Forum: Plugins
In reply to: [Custom Post Type UI] Version 1.0.2 no longer working Thesis 2.1If you wish, I can provide you with a copy of Thesis for testing purposes. Just tell me how to get it to you
Forum: Plugins
In reply to: [Custom Post Type UI] Version 1.0.2 no longer working Thesis 2.1Hi Michael,
Herewith some more details for you, courtesy of Rick Anderson – BYOBWebsite:
Thesis uses the global variables $wp_post_types & $wp_taxonomies. It checks those variables on the init() hook.
Thesis doesn’t set a priority on the init hook so either CPTUI registers after Thesis checks or the global variables are updated after Thesis checks.
Arjan