paidge
Forum Replies Created
-
Forum: Plugins
In reply to: [WP to diaspora] Twice with GutenbergI had the same problem and it seems to have been solved with the last update
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Facebook Events via Calendar Feed ICSThanks norristh for the link to wallflux. I’ll try it ?? But there is a direct way to sync FB events ?? I gave you the link to the prototype I developped. Using the FB API (here PHP, there is one in javascript too), you can retrieve events and feed a calendar ??
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Facebook Events via Calendar Feed ICSI have been searching for an hour and I confirm that there is no solution with this plugin to sync FB events. As there is no good plugin for this functionnality, I developped a prototype with the FB API and a bootstrap template but I don’t know to build a plugin for wordpress ??
Forum: Plugins
In reply to: [Sync Facebook Events] Plugin no sync with facebook [Solved]Thx to tharkos ??
You noticed that this plugin inserts or updates the WP calendar from FB events but not deletes FB events that have been cancelled. With this code in the sync-facebook-events.php file (line 110), the sync is really effective :foreach($query->posts as $post) { $exist=true; if(!empty($post->to_ping)) { $segments = fbes_segments($post->to_ping); $eid = array_pop($segments); $eids[$eid] = $post->ID; foreach($events as $event) { if ($eid==$event['eid']){ $exist=true; } } if (!$exist){ if (tribe_delete_event($eids[$eid])){ echo "<br />Deleting: ".$eids[$eid]; } } } }
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Translate the pluginSorry for my spam. I didn’t see the “Layout settings”. Regards
Forum: Themes and Templates
In reply to: [Customizr] Responsive Submenus in v 3.1.5I prefer when sub-menus appear when clicked. Thanks for your help.
Forum: Themes and Templates
In reply to: [Customizr] Responsive Submenus in v 3.1.5Thanks a lot !!!! I exactly wondered what was the purpose of this option. This is better !
Forum: Themes and Templates
In reply to: [Customizr] Responsive Submenus in v 3.1.5I tried the resizer and the problem is the same. Submenus should not be open until users click on them (or when hover).
Forum: Themes and Templates
In reply to: [Customizr] Responsive Submenus in v 3.1.5Yep. Using Chrome on Android device and with Windows XP
Forum: Themes and Templates
In reply to: [Customizr] Responsive Submenus in v 3.1.5I forgot to specify that the problem occurs on mobile devices or low resolution screens. The submenus work properly otherwise.