jgrmstr
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeAfter some changes in the database (table options, plugins_activated), I’ve finally managed to reactive the plugin and files…
And your modification (get_locale() instead of get_option(‘language’)) seems to work : https://42mag.fr/2014/08/monopoly-ledition-speciale-the-legend-of-zelda-arrive/.
Such a headache…
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeYes I tried deactivating / activating the plugin.
I tried to remove the plugin and reinstall it.
I event tried to replace the plugin files with a new download of the plugin, manually.
Still the same. I am very confused…
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeIn case I had edited the file without seeing it, I’ve just replaced all the code in the file with the PHP found here :
https://github.com/timersys/popups/blob/master/public/class-social-popup.phpAnd the file still is deactivated
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeI’m OK to use FTP but as I said, it is too late : the file is flagged as deactivated and I don’t know how to reactivate it…
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeNo cpoying is not the problem.
It is too late for editing in FTP : the file is flagged as deactivated and I don’t know how to reactivate it…
I tried deactivate then reactivate the plugin but with no avail…
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeI do not have any error.
Popup configuration has not changed.
In the plugin editor, popups/public/class-social-popup.php is now flagged as disabled (but the plugin is not disabled).
I don’t know how to reactivate one file ??Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeI’ve made the change.
Now the script is not called at all
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeYou can check the active popup on https://42mag.fr/2014/08/monopoly-ledition-speciale-the-legend-of-zelda-arrive/
OK so I’ve searched in the page code source, and here is the call :
<script src=”https://connect.facebook.net/fr-FR/all.js?ver=1.0.5#xfbml=1″ type=”text/javascript”>The script at https://connect.facebook.net/fr-FR/all.js?ver=1.0.5#xfbml=1 returns /*1407239775,,JIT Construction: v1356228,en_US*/
There is an error with the locale parameter. It should be fr_FR instead of fr-FR. (https://connect.facebook.net/fr_FR/all.js?ver=1.0.5#xfbml=1 returns the correct locale)
I read on some topics on the web that Jetpack was added functionnality to not generate OG tags if it detects the YOAST SEO plugin.
It seems like Jetpack doesn’t detect YOAST plugin anymore.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeWhen I seek in the source code of the page, at the place of your shortcode in the popup, here is the div for Facebook :
<div class=”fb-like fb_iframe_widget” data-width=”” data-href=”https://www.facebook.com/42mag.fr” data-layout=”standard” data-action=”like” data-show-faces=”true” data-share=”false” fb-xfbml-state=”rendered” fb-iframe-plugin-query=”action=like&app_id=&href=https%3A%2F%2Fwww.facebook.com%2F42mag.fr&layout=standard&locale=en_US&sdk=joey&share=false&show_faces=true”>…</div>
locale=en_US
It seems like your plugin doesn’t load the right languageHi,
I suppose I was previously using version 3.0 (since I usually do the plugin updates less than 24 hours after the notification).
How can I disable Jetpack Open Graph meta tags ?
Forum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeYes my wp-admin is in french.
In wp-config.php it’s set to “fr_fr” since the beginning but the Facebook shortcode is displyaed in englishForum: Plugins
In reply to: [Popups - WordPress Popup] Problems with Facebook shortcodeI confirm that only admin see the Popups item in the menu with the new version.
Another question about Facebook configuration : how can I set the language of Facebook’s widget ? It is in english, I’d like to set it to french.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Roles and capabilities for Popups pluginOK good news !
Forum: Plugins
In reply to: [Popups - WordPress Popup] Please provide screenshotsThank you !