mseu
Forum Replies Created
-
MailPoet wrote: “To add a link, you should add an HTML field with the link HTML cod”
Even though I already knew that this won’t work. I tried it again for reassurance.MP3 form design won’t process html code. Not with the checkbox option and not with html text field.
Please advise.
Thank you
MarkYou go point, Alma.
Same here.With MP3 Designer you can add limited html to your form design but stripes out anything like
<a href…MP3 please respond with a fix for this, thank you.
Best regards,
Mark
Forum: Reviews
In reply to: [WP Recipe Maker] BEST recipe plugin with GREAT SUPPORT!THis is great!
You helped me remember the name of the very responsive support person, now I can go and ask him directly.
Thank you.Forum: Plugins
In reply to: [Insert Pages] How can I get rid of the red boxes?Thank you Paul,
and also thank you for helping me out with instruction.
I never notice the style2.css and simply deleted it (since it belongs to a totally different theme) which got rid of the problem.Forum: Plugins
In reply to: [Contact Form 7] Multilanguage not switchingGot similar issue as @tommaso777 with WPML plugin.
No WPML option to activate on WP admin panel.
Hence no sign of language translation.In addition the created form in admin panel disappeared alltogether, yet the default language form shows on the front end.
Any takers?
Forum: Plugins
In reply to: [Bogo] The language switcher is not activeJust dowloaded and installed blogo.
Alas, on activation error message: “Header is missing” appears and blogo won’t activate.
Any takers?- This reply was modified 9 years, 4 months ago by mseu.
Have these changes been patched. Perhaps this holds the answer to my issues discussed further down?
Thank you
Conclusion:
Advanced custom fields (ACF) with input set up as “WYSIWYG Editor” is suppoesed to work with standard wp shortcodes but doesn’t.
Either Jetpack recipe shortcode is not standard (or requires additional php entries)
-or-
the advanced custom fields (ACF) plugin does not handle standard code correctly
This is way above my head and needs to be resolved among Jetpack and ACF.
One last thing
Again your assumption was absolutely right on.
AFC support asked me to add this snippet to function.php:
/*————————————————————
* Get ACF to accept Jetpack shortcodes
*————————————————————*/function my_acf_format_value( $value, $post_id, $field ) {
// run do_shortcode on all textarea values
$value = do_shortcode($value);// return
return $value;
}add_filter(‘acf/format_value/type=textarea’, ‘my_acf_format_value’, 10, 3);
Thank you again.
Here’s the link:
https://www.advancedcustomfields.com/resources/acfformat_value/
Thank you much, I look into that. Consider the issue resolved. Case closed.
You are right, jetpack recipe shortcodes work like a charm as long as they are set inside the regular wp post input field.
Now I am left with figuring out if Jetpack’s custom content types play a role in this or if it’s the advanced custom fields plugin.
We are both sure it’s the advanced custom fields is my guess.
Thank you
Hello Jeremy,
I also just got a response from Jetpack support, they found the top and bottom shortcake surrounded by “
…“.These codes are nonexistent in the wp input field.
Which – you are right – are not part of the post input but seperate custom forms. Could that be the cause?
Hi Jeremey,
5 month later I am still having the issue discussed here.
What is the current status with Jetpack recipe shortcodes and where are they documented?Here’s what they look like today with short code enabled in jetpack:
http://dermutanderer.de/de/knusprige-gans-mac-cheese-mit-dem-aeg-procombi-plus/
In Jetpack shortcode is enabled.
You pointers are much welcome
thank you,
MarkForum: Fixing WordPress
In reply to: Jetpack causing error with sharingHi James,
I’m afraid I’ve got the same issue as MARQUETTE SHARIE initially had with recipe shortcodes showing in the post rather than functioning.
As with Marquette Sharee, I figured to be a self hosted site (wp.org not wp.com) but I already had Jetpack loaded.See here:
http://dermutanderer.de/de/knusprige-gans-mac-cheese-mit-dem-aeg-procombi-plus/
In Jetpack shortcode is enabled.
You pointers are much welcome
than you,
Mark