OrangeDesign
Forum Replies Created
-
Thank to write me from my website orangedesign.fr
I’ll send you the files after your emailI’m back with good news. The acf plugin’s developper will fix this issue in new update (5.2.8 probably) I tested his updated JS files, and it have fixed the issue.
Thanks for your answer.
Yes, I tried to desactivate all other plugins. BNFW does not work in my local wp, but work in the online wp. It was hard to understand why. The only difference was the version of ACF. After several tests, the only plugin which cause issue is ACF in his last version. I will try to contact the developper of ACF… To be continued ??Forum: Plugins
In reply to: [Advanced Custom Fields: oEmbed Field] wp_embed_register_handlerHi, thx for your reply, my wp_embed_register_handler is :
wp_embed_register_handler( 'consonet', '#https://(?:www|video)\.conso\.net/(?:video/visionneuse_conso\.php|embedvideo/)\?videoDocIdy=([\d]+)($|&)#i', 'wp_embed_handler_consonet' ); function wp_embed_handler_consonet( $matches, $attr, $url, $rawattr ) { $embed = sprintf( '<div style="width: 644px; height: 500px; position: relative; overflow: hidden;"><iframe style="position: absolute; top: -60px; left: -5px;" src="https://www.conso.net/video/visionneuse_conso.php?videoDocIdy=%1$s" width="644px" height="415px" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></div>', esc_attr($matches[1]) ); return apply_filters( 'embed_consonet', $embed, $matches, $attr, $url, $rawattr ); }
I tried to embed the conso.net videos (french site) with link like: https://www.conso.net/video/visionneuse_conso.php?videoDocIdy=27294.
As I said, with this code, it’s work on a wysiwyg field, but not with your plugin.
Forum: Plugins
In reply to: [Gravity Forms Mail Poet Add-on] unsubscribersSorry for the delay. Thx for your response.
Forum: Plugins
In reply to: [YOP Poll] Only white template?So I decided to uninstal YOP Poll and to do a fresh install. And it’s ok, the new template is now save with the poll and the front end show it !
Forum: Plugins
In reply to: [YOP Poll] Only white template?Hi, same problem. The poll does not save the template. The same confuguration, on my local serveur, it’s work fine. But not on the official serveur. No cache plugin actived. I’ve tried the deleted the other template… same probleme.
Use FF and the plugin “User Agent Switcher” to change the User Agent when U test it. WPtouch seems to work for me whith WP 3.2.1