However there a few things I’m trying to do using this plug-in that it does not seem to support.
In the custom fields markup I noticed it doesn’t like the HTML tag “Source” for example <source>. Is this blocked in the free version and available in the Pro?
I’m basically making it so users can send audio URLs and have it show up as a player. I can get the player to show up which is cool but the source HTML tag is removed once i save. The plugin seems to remove it.
Is there is a list of blocked HTML tags in the Custom Fields markup?
]]>One of my custom text input fields is ‘managername’ but when I try
[pmpro_member custom_fields=”managername”] it just prints ‘Array’ – have I got the syntax wrong?
Thanks
]]>I’m interested in adding some extra data in the json feed, but the snippet example does not work:
function wp_custom_json_feed_fields( $feed_item, $post ){
$feed_item[‘author’][‘archive_link’] = get_author_posts_url( $post->post_author );
return $feed_item;
}
add_filter( ‘json_feed_item’, ‘wp_custom_json_feed_fields’, 10, 2);
I’ve added the above at the end of my theme’s functions.php file, and there are no changes.
EDIT: changing the quotes from ‘ to ‘ or ” seems to have fixed it!
https://developer.getawesomesupport.com/documentation/rest-api/update-ticket-custom-fields/
Could you give me a usage example?
The errors they are giving me are the following:
-REQUES:
{
“custom_fields”:{
“telefono”: “123456”
}
}
-RESPONSE:
{
“code”: “rest_invalid_param”,
“message”: “Parámetro(s) no válido(s): custom_fields”,
“data”: {
“status”: 400,
“params”: {
“custom_fields”: “custom_fields no es del tipo array.”
}
}
}
Thanks and regards
I have purchased a theme from goodlayers company. I installed polylang. Everything is perfect for translating except for this. The theme has some custom fields (e.g. Tour – its travel tour theme). Those custom fields are not translated, the same way like pages do. What is the recommended solution? I need to use poedit? I would grateful if you helped me with that.
Thank you.
]]>first i had the problem ACF-fields are not showing up in catergory-description. Now elementor updates to the new beta 1.6.X – now ACF-Fields are showing the category description but not in Post-Loops. Any ideas?
]]>I see right now, I can create a user and will only submit the username, email and password. What if I need to send the description, name and maybe some custom fields?
Is it possible and if so, how can we do that?
thank you!
]]>Issue is i use custom_fields to be able to select different featured image sizes (xs, s, m, l, default). i can get the custom_field to appear on the layout pages to select the image size, but struggling to get the image on the front end to display as required, as it shows the default size the plug-in generates.
Basically the custom_field changes the width of the images, so as you scroll down the images are set from the centre, but the widths to the left and right vary.
any advice or work around, thanks
]]>As documentation suggested i used:
<?php foreach( get_cfc_meta(‘adjuntos’) as $key => $value ){
?> “/><?php }
?>
I know it is wrong.
]]>