jims@jims
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Tools subpage throws a lot of notices on network installationOh missed that sorry, yes will apply it over here. Thanks for the quick reply.
Forum: Plugins
In reply to: [Nginx Helper] Updating map.confOk I solved it by copying functions update_map() and get_map() from nginx helper and making some static changes to the functions to work outside nginx helper environment, then adding actions domainmapping_added_domain and domainmapping_deleted_domain on the update_map() function in my functions file.
So now it writes the map.conf every time someone adds or deletes a mapped domain.
Forum: Plugins
In reply to: [Nginx Helper] Updating map.confIm also having this exact same problem, writing here to get a notification if someone solves it, otherwise I will also look for solution my self when time is found
Problem seems to be resolved by changing ml-slider.php line 1607 from:
if ( count( $sliders ) ) {
To:
if ( count( $sliders ) && is_array($sliders) ) {
Forum: Plugins
In reply to: [W3 Total Cache] disable w3tc on a site in the networkHello!
Im also looking for a similar feature as above, we have quite a large network with w3tc activated and it’s great.
But cache problem when we build a new site in the network, there for it would be great to have the possibility to disable w3tc on a singel sub site during production, and then enable it when the sub site production is done.
Is there any way to achieve this?
/J
Forum: Plugins
In reply to: [WooCommerce] Db Update Needs Network Update Hook In Multi-SiteHello!
Im also in this situation. There has also been previous updates that need manual operations on each sub-site.
Is there in any future plans to include this in some kind of network update as mentioned above?
Best regards
Edit: Just noticed in the roadmap that better multisite support is in progress, great! ??
Hello,
Sorry, I now noticed the problem.
It was php-fpm APC cache that still had the old version cached after update.
Sorry for bothering you, haha.
Problem is now solved.
Thank you for pointing that out, I now noticed that in my Network admin, it says that 2.5.1 plugin version is installed.
But on all child-sites, it says “Meta Slider Lite 2.4.2” in the header.
I tried and network inactivate and reactivate Meta Slider in network, but still network admin says version 2.5.1, and child websites indicate that version 2.4.2 is installed.
Problem still active, in network inactivate/activate, webserver reload and web browser incognito mode.
You know what could cause this?
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Problem with many lines of codeGreat, i found this plugin thru the global javascript, wich is great. Could not find any other CSS with revisions etc.
Keep up the good workForum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?I have made some minor testing on Pages on our network, and it seems that the plugin works as expected just by changing the QT_SUPPORTED_WP_VERSION define to 3.7 in qtranslate.php.