Title: ddany's Replies | WordPress.org

---

# ddany

  [  ](https://wordpress.org/support/users/ddany/)

 *   [Profile](https://wordpress.org/support/users/ddany/)
 *   [Topics Started](https://wordpress.org/support/users/ddany/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ddany/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ddany/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ddany/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ddany/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ddany/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-17041469)
 * ok, i see the plugin cant work before 6.1.0, its marked on the documentation,
   the render is available since 6.1.0…
 * If you are ok, please change the version in plugin documentation or explain me
   if im wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-17041234)
 * Sorry for the delay, but too much project.
 * Today, i return to this block in my multisite. I pass my half of day to debug,
   failed.
 * I just download a fresh version of wordpress 5.9.7 and i just put the plugin 
   and same error, no map in front.
 * Do you forget to put some dependencies ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-17009577)
 *     ```wp-block-code
       	register_block_type(
               __DIR__ . '/build/leaflet-map-block',
               [
                   'render_callback' => function($block_attributes, $content ) {
                       $attributes = $block_attributes;
                       include_once 'build/leaflet-map-block/render.php';
                   }
               ]
           );
       ```
   
 * When i do this, i have the tag html page but a javascript error L is undefined.
 * And in all plugins gutenberg that i have i dont see the file render.php in block.
   json
 *     ```wp-block-code
       "render": "file:./render.php",
         "style": "lib-css-map-block-leaflet",
         "viewScript": "lib-js-map-block-leaflet"
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-17009493)
 * Hello,
 * I try also, download the twenty theme, move all plugin and mu-plugins, and no
   map html code in front. its weird.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-16989573)
 * I use our theme . I download twenty and same thing.
 * But in the content html, i dont see no tag of plugin. i try to put echo ‘coucou’
   in render.php and no echo in front.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-16989560)
 * I’m on a multisite wordpress WordPress 5.9.3.
 * I try the 2.2.1 and 3.0.0 version of this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Block Leaflet] Plugin work ?](https://wordpress.org/support/topic/plugin-work-2/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-work-2/#post-16989467)
 * Thanks for the quickly answer.
 * But for the moment, i test this plugin and after he worked, i put it online
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Use lite mode](https://wordpress.org/support/topic/use-lite-mode/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/use-lite-mode/#post-15376027)
 * Right
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Use lite mode](https://wordpress.org/support/topic/use-lite-mode/)
 *  Thread Starter [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/use-lite-mode/#post-15375932)
 * Hello [@mateuszgbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/),
   
   Our probleme on my site is “I cant save option in administration of lite mode”.
 * I use a trick, i force the value in our function.php :
    update_option(‘acfbs_lite_mode’,
   true);
 * Do you have already have this problem ?
    Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Manage Privacy Options Page] Ne fonctionne pas en multi-site](https://wordpress.org/support/topic/ne-fonctionne-pas-en-multi-site/)
 *  [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ne-fonctionne-pas-en-multi-site/#post-11059561)
 * le correctif fonctionne bien chez moi.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Manage Privacy Options Page] Ne fonctionne pas en multi-site](https://wordpress.org/support/topic/ne-fonctionne-pas-en-multi-site/)
 *  [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ne-fonctionne-pas-en-multi-site/#post-11059212)
 *     ```
       function bawmpo_allow_editor_manage_privacy_options( $caps, $cap, $user_id, $args ) {
       	if ( 'manage_privacy_options' === $cap ) {
       	    $manage_name = is_multisite() ? 'manage_network' : 'manage_options';
       		$caps = array_diff( $caps, [ $manage_name ] );
       	}
       	return $caps;
       }
       ```
   
 * Réponse trop rapide, cela ne marche que sur le site principal. Je continue mes
   recherches
    -  This reply was modified 7 years, 4 months ago by [ddany](https://wordpress.org/support/users/ddany/).
    -  This reply was modified 7 years, 4 months ago by [ddany](https://wordpress.org/support/users/ddany/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets in Menu for WordPress] Widget shows only title of widget in menu](https://wordpress.org/support/topic/widget-shows-only-title-of-widget-in-menu/)
 *  [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/widget-shows-only-title-of-widget-in-menu/#post-9331872)
 * hi, can you tell me the solution used ?
    Because, i have the same problem and
   i should put last recent post in my footer menu. Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kebo Twitter Feed] custom Templates problem](https://wordpress.org/support/topic/bug-custom-templates/)
 *  [ddany](https://wordpress.org/support/users/ddany/)
 * (@ddany)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/bug-custom-templates/#post-9291166)
 * in kebo-twitter-list.php you should use this code :
 * <?php $tweets = kebo_twitter_get_tweets(); ?>
 * <?php $i = 0; ?>
 * <?php if ( isset( $tweets->{0}->created_at ) ) : ?>
 *  <?php foreach ($tweets as $tweet) : ?>
 *  <?php echo $tweet->text; ?>
 *  <?php if (++$i == 10) break; ?>
 *  <?php endforeach; ?>
 * <?php else : ?>
 *  <p>Sorry, the Tweet data is not in the expected format.</p>
 * <?php endif; ?>

Viewing 13 replies - 1 through 13 (of 13 total)