Orallo
Forum Replies Created
-
Hi Deegraham,
Can you elaborate a bit more? what was the problem within the theme??
I’m having the same issues in a custom developped theme and I cant seem to make it work propperly.
Cheers!
-OralloForum: Plugins
In reply to: [Custom Field Suite] Hide WYSIWYG don't work in versión 2.5.5Found it!
I just cahnged the value “hide_editor” value to 1 on the post_meta JSON and voila! The editor disapears!
Thanks!
Forum: Plugins
In reply to: [Custom Field Suite] Hide WYSIWYG don't work in versión 2.5.5Hi,
Any idea when version 2.5.6 will be released? This problem is quite annoying.
Also it apears that this problem is just that the value is not being saved in the database, because group fields created before version 2.5.5 work fine, I mean if they had the editor hidden, it still hidden.
Can you give details on how to change the value manually on the database?
That’d be really helpful.
Thanks in advance for your time.
-OralloForum: Plugins
In reply to: [CFS Custom Category Fields] Doesn't work after CFS 2.5 update.I havent used the plugin till now… but I just installed it and it breaks ??
It doesnt work with the latest update of CFS
Forum: Plugins
In reply to: [Custom Field Suite] Relationship field & Custom Post typesHi,
Just wanted to mark the topic as resolved.
I ended up creating/registering new post types and CFS auto-magically recognizes the new post types and then lets you can choose the post type you assign to each “relationship” field.
Awesome plugin!
Thanks,
-OralloHi Steve,
Have you tried using the post ID in the call to CFS()->get(‘questions’), as in CFS()->get(‘questions’, MyPostID)???
I’ve found that sometimes its necesary to address the post ID specifically.
Best regards,
-OralloForum: Plugins
In reply to: [Custom Field Suite] Relationship field & Custom Post typesI’ve been doing lots of researh and the only way I see is to overload the functions on relation.php using categoty parameters as in:
https://codex.www.ads-software.com/Class_Reference/WP_Query#Category_Parameters
But that would meaan loosing compatibility with updates & upgrades of the plugin.
Anybody has an alternative to this??
Thanks again,
-Orallo