semyou
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Password reset formAlso I forgot to mention, when I type the confirmation of the new password. It erases the upper fields and replaces them. Which is very strange and a fatal loss for every user that tries to log in.
Jeremy, the Rest API doesn’t provide statistics per post unlike the stats_get_csv.
My dashboard gets updated quite regularly during a day. However, my stats aren’t. They are updated twice in 24h. Any idea why? Or how can I use the same numbers like the dashboard.Forum: Networking WordPress
In reply to: permalinks and subsite issueHi Mika,
The domain mapping is not the problem. It’s the permalinks and how the 404 is managed. I will try Patrick’s with the domain mapping plugin.
Forum: Networking WordPress
In reply to: permalinks and subsite issueHi Patrick,
Strangly enough, it works without any plugin. This is new and only worked for me under 3.8. All you need to do is go under network admin > edit sites and then modify the site you want by changing the domain and path. It works!
Forum: Plugins
In reply to: [Gravity Forms - Update Post] Not working with List FieldHi David,
I have fixed the bug in the plugin to support lists. However, I included also removal of duplicates by deleting previous entries. Please check here. Let me know if you have questions.
https://github.com/semyou/Gravity-Form-Post-Update-with-List-support
Forum: Plugins
In reply to: [Gravity Forms - Update Post] Not working with List FieldHi David,
Did you try my fix? Did you change the code of the plugin?
Let me know.
Forum: Plugins
In reply to: [Gravity Forms - Update Post] Not working with List FieldOK. Just hacked the code of the plugin. This makes it work. You should remove the list from the switch case and make it separate into this.
case 'list': $value = !is_array($value) ? array($value) : $value; $i=0; foreach ($field['choices'] as &$choice) { $field['defaultValue'][$choice['text']] = $value[$i]; $i++; } $field['defaultValue']=Array($field['defaultValue']); break;Forum: Networking WordPress
In reply to: Domain Mapping in WordPress Multisite is failingOther than WordPress Mu Domain Mapping,
1. Adminer
2. Search and Replace
3. WordPress importerForum: Networking WordPress
In reply to: Domain Mapping in WordPress Multisite is failingIt didn’t solve the problem. I believe IP should work too. But both are not working right now. Something strange happened. When deactivated the plugin, it started working?! Any explanation?
Forum: Networking WordPress
In reply to: Domain Mapping in WordPress Multisite is failingWhich domain name to use?
Forum: Plugins
In reply to: w3 total cache with Maxcdn works on and offHi Frederick,
Did you get my reply?
Thanks!Forum: Plugins
In reply to: w3 total cache with Maxcdn works on and offHi Frederick,
caching works on marocdeal.com/deals including the CDN (index.php).
no caching features work on (single.php) marocdeal.com/deal/casa-massage-piscine-et-fitness-au-royal-spa-golden-tulip-farah-a-72/
Thanks,Forum: Plugins
In reply to: w3 total cache with Maxcdn works on and offDoes anybody visit these support pages?
Forum: Plugins
In reply to: w3 total cache with Maxcdn works on and offNo news is a good news? 🙂
Any help?