robert_pal
Forum Replies Created
-
Hi Konrad, sorry for reopening this old post, but I am still having issues with updating from ?0.8.9.5 to 0.9.0.5
The actions on form submission are still gogin missing after update, adding you fix to functions, brings some of them back but not all. I have a site where I have an email action on one form, and a user action on another, they both go missing on upgrade, but the fix only brings the user action back.
Great stuff, thanks for fixing it so fast.
rolled back to previous version, everything works https://drive.google.com/file/d/1vaM2l7K88GZHQ0OL7sd6iFbGzrzfj2Mk/view?usp=sharing
all the settings are gone after manual update to 0.9
https://drive.google.com/file/d/1RYOX0z-59V3Zz3xkb3BpcH779ec3gEgb/view?usp=sharing
- This reply was modified 10 months, 3 weeks ago by robert_pal.
Everything is latest version, ACF Extemded was set to update automatically from the wordpress admin plugin list. It happenend with about 30 websites, on 3 different servers
I had a simple contact form set on a number of websites, after update all the form settings are gone, the Fields groups is empty, any action set if empty as well. Most of them are pretty basic sites nothing special.
Is happening to all my live sites
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Conditional FieldsMaybe you should try something like:
<?php if ( get_field('linkedin')){ ?> <li><a href="<?php the_field('linkedin'); ?>" target="_blank">Connect with me on LinkedIn</a></li> <?php } ?>
… etc …