Alexandre Froger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Plugin Update Server] how to use it on multisite?In this case WP PUS is not the right plugin ??
In multisite the admin is being the client. WP PUS is a server.Forum: Plugins
In reply to: [WP Plugin Update Server] how to use it on multisite?I am not sure how you would use multisite for this plugin.
WP Plugin Update Server can certainly serve plugins and themes you create to your clients’ Multisite installs, but I do not see how the plugin itself would be useful when inside a multisite network. Any example of use case you’d have in mind?Forum: Plugins
In reply to: [WP Plugin Update Server] how to use it on multisite?Hi Alex!
This is not for multisite: the idea is to have your platform to distribute your own plugin and themes, running on a classic install of WordPress.
Cheers!
Forum: Plugins
In reply to: [Regen. Thumbs] 100×100Hello @lennilg!
Thank you for the suggestions (and the review!).I created this plugin for users who have a very specific need: regenerating a thumbnail on a post basis, and make it as lightweight as possible.
Indeed, there seem to be other plugins (for example https://www.ads-software.com/plugins/regenerate-thumbnails/) that come bundled with the bulk feature you describe. I say “seem”, because I haven’t tested with WooCommerce per se, but https://www.quora.com/How-can-I-regenerate-thumbnails-in-WooCommerce seems to indicate it does.As for the custom theme sizes, I am not sure why it does not have the desired effect in your case: internally, the plugin is using
wp_generate_attachment_metadata
, which uses the extra sizes added with the core functionadd_image_size
, which is the WordPress standard way of registering image sizes ; it could be the active theme is registering the its image sizes differently – do you think you could provide more information?Forum: Plugins
In reply to: [WP Weixin] WeChat BroadcastHello @peiyuong,
It appears I have answered way too fast, without doing proper research – my apologies.
There are indeed interfaces to broadcast messages to the Official Account, but they are not implemented at the moment in the provided SDK:
https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1481187827_i0l21
They will be added in the near future, first in the SDK, and I plan to integrate them more deeply with WordPress later down the line.Cheers!
- This reply was modified 6 years, 3 months ago by Alexandre Froger.
Forum: Plugins
In reply to: [WP Weixin] WeChat BroadcastHello @peiyuong, and thank you for the question.
Out of the box, it does not, but it provides the building blocks for developers to integrate content publication from WordPress into the Official Account’s assets list.
Using the Provided SDK, a developer can upload their WordPress articles as WeChat assets using thepublic function add_rich_media_asset($articles)
method ; reading the WeChat Official Account Platform Technical Documentation would certainly help figuring out the expected parameter.
However, there is no way (that I know of) to actually trigger the broadcast without login into mp.weixin.qq.com.- This reply was modified 6 years, 3 months ago by Alexandre Froger.
Forum: Plugins
In reply to: [WP Weixin] Pre-Sale QuestionHello @ersalabert
First, please let me apologize: as it often happens, I did not see the topic, as I mostly pay attention to github and direct emailslike indicated in the plugin’s description. I would totally understand if the answer comes too late and you are left disappointed.Although it certainly helps, you do not need to know all the inner bits of how to setup the JS SDK to extend the plugin. A lot of the work is done already especially when it comes to share on WeChat messages and Moments, and you can subscribe to javascript events that get triggered upon completion of these 2 actions.
Beyond that, it really depends on your use case. The wx global variable is signed and initialised with the complete jsApiList, ready for use right out of the box by WP Weixin, and that’s good news, because this is with it that all the magic happens.
Here is the list of APIs:
`
jsApiList: [
‘onMenuShareTimeline’,
‘onMenuShareAppMessage’,
‘startRecord’,
‘stopRecord’,
‘onVoiceRecordEnd’,
‘playVoice’,
‘pauseVoice’,
‘stopVoice’,
‘onVoicePlayEnd’,
‘uploadVoice’,
‘downloadVoice’,
‘chooseImage’,
‘previewImage’,
‘uploadImage’,
‘downloadImage’,
‘translateVoice’,
‘getNetworkType’,
‘openLocation’,
‘getLocation’,
‘hideOptionMenu’,
‘showOptionMenu’,
‘hideMenuItems’,
‘showMenuItems’,
‘hideAllNonBaseMenuItem’,
‘showAllNonBaseMenuItem’,
‘closeWindow’,
‘scanQRCode’,
‘addCard’,
‘chooseCard’,
‘openCard’
]
`
The JS SDK is fairly simple, at least compared to What WP Weixin already takes care of, and you can find its documentation in English here: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115.
Don’t hesitate to follow up this discussion on github, I’d be happy to help!
- This reply was modified 6 years, 3 months ago by Alexandre Froger.
- This reply was modified 6 years, 3 months ago by Alexandre Froger.
Forum: Plugins
In reply to: [WP Plugin Update Server] Theme Update Failed- Service UnavailableBTW, closing the support topic here, marked as resolved.
Forum: Plugins
In reply to: [WP Plugin Update Server] Theme Update Failed- Service UnavailableHello @etalented!
Your intuition was right: WP PUS cannot play the role of server and client at the same time: When updates are triggered on a WordPress install, a hidden file .maintenance is created, and all access to that WordPress install is blocked. Then in your case a call to that same install is made reflectively, and it lands on, well, a locked WordPress install under maintenance, and fails.To use it as designed, there should be both a client and a server on separate installs. The easiest, simplest and fastest way to set it up is with a subdomain or subfolder with a WordPress install dedicated to WP PUS, separated from the client site where the package (theme or plugin) is installed.
As for debugging, there is an extensive API, functions and filters at the disposal of developers. It can be quite the learning curve, but it can be really flexible and powerful.
Happy coding, and would you have more questions and/or bugs to report, please feel free to follow up on github!
Forum: Plugins
In reply to: [WP Plugin Update Server] Gitlab issue since Nov 28 2018Version 1.4.10 with fix deployed.
Forum: Plugins
In reply to: [WP Plugin Update Server] Gitlab issue since Nov 28 2018Fix has been found, will be deployed Mon 3 Dec evening (Beijing time)
Forum: Reviews
In reply to: [Private Media] zeer goedHello @mar-tim !
Thank you very much for leaving a review!Forum: Reviews
In reply to: [WP Weixin Pay] awesomeReally glad all the plugins work for you, and nice to connect with you on WeChat!
Forum: Reviews
In reply to: [Payment gateway for WooCommerce - Woo WeChatPay] Very powerful!@kzgzs Thank you for the review! I’m also planning to improve it regularly!
Forum: Reviews
In reply to: [WP Weixin] 感谢WP Weixin作者Alexandre Froger!@kzgzs Thank you for your kind words!