Title: Turker YILDIRIM's Replies | WordPress.org

---

# Turker YILDIRIM

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Additional Variation Images Gallery for WooCommerce] JS error](https://wordpress.org/support/topic/js-error-84/)
 *  Thread Starter [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/js-error-84/#post-11975057)
 * FYI, it happens when 2 different versions of jQuery are loaded.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mega Menu] Conflict with Storefront Theme](https://wordpress.org/support/topic/conflict-with-storefront-theme-2/)
 *  Thread Starter [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-storefront-theme-2/#post-10500418)
 * That’s not a fix 🙂 Even if you disable that option, your plugin still generates
   incompatible FA classes so it makes impossible to use FA icons in the menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mega Menu] WP Mega Menu Conflicts with Storefront Theme](https://wordpress.org/support/topic/wp-mega-menu-conflicts-with-storefront-theme/)
 *  [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/wp-mega-menu-conflicts-with-storefront-theme/#post-10481845)
 * Below code disables default storefront mobile menu even if you turn on “Disable
   the Mega Menu for mobile devices.” setting.
    wpmm.css:853
 *     ```
       .menu-toggle, #menu-toggle, #wr-menu-toggle {
           display: none !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mega Menu] WP Mega Menu Conflicts with Storefront Theme](https://wordpress.org/support/topic/wp-mega-menu-conflicts-with-storefront-theme/)
 *  [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/wp-mega-menu-conflicts-with-storefront-theme/#post-10481802)
 * It looks like this issue still exists. Any ETA about this ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Groups Import] Mediapress support](https://wordpress.org/support/topic/mediapress-support/)
 *  Plugin Author [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [10 years ago](https://wordpress.org/support/topic/mediapress-support/#post-7004374)
 * Sorry for delayed reply. I didnt get any email notification about your entry.
 * As you already did, more 3rd party plugins can be supported but honestly i dont
   consider as a “feature” to add more of them. I’ve added one as a sample to guide
   other people how to add another one. Also your reply will help them too.
 * Thanks for your interest 🙂
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [meta_query 'compare' => 'IN' not working as described in Codex](https://wordpress.org/support/topic/meta_query-compare-in-not-working-as-described-in-codex/)
 *  [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/meta_query-compare-in-not-working-as-described-in-codex/#post-5725333)
 *     ```
       array(
       			'key' => 'mandatory_tracks',
       			'value' => array('newphy'),
       			'compare' => 'IN'
       		)
       ```
   
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [add_action, object property not accessible](https://wordpress.org/support/topic/add_action-object-property-not-accessible/)
 *  Thread Starter [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/add_action-object-property-not-accessible/#post-5728113)
 * Fixed, actually above sample works fine but my original class is not simple as
   this is ofcourse.
 * Anyway, as you may noticed bp_setup_nav action, i’m using some BP related classes
   before calling that action but at that point BP was not successfully loaded. 
   After i changed add_action( ‘plugins_loaded’, ‘trkr_load_test’, 999 ); into add_action(‘
   bp_setup_globals’, ‘trkr_load_pta’, 999 ); it’s working fine.
 * Keep in mind, be sure all required things loaded before you start to do something.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Website not working at all after Jetpack](https://wordpress.org/support/topic/website-not-working-at-all-after-jetpack/)
 *  [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/website-not-working-at-all-after-jetpack/#post-5727660)
 * [http://codex.wordpress.org/Managing_Plugins#Uninstalling_Plugins](http://codex.wordpress.org/Managing_Plugins#Uninstalling_Plugins)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Groups Import] Import group metadata](https://wordpress.org/support/topic/import-group-metadata/)
 *  Plugin Author [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/import-group-metadata/#post-5309097)
 * Currently it is not possible to import custom meta datas. I’m not planning to
   add more features atm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] What is the purpose of including system functions?](https://wordpress.org/support/topic/what-is-the-purpose-of-including-system-functions/)
 *  Thread Starter [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/what-is-the-purpose-of-including-system-functions/#post-5394666)
 * It is not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Groups Import] Super idea, important plugin](https://wordpress.org/support/topic/super-idea-important-plugin/)
 *  Plugin Author [Turker YILDIRIM](https://wordpress.org/support/users/trkr/)
 * (@trkr)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/super-idea-important-plugin/#post-4837453)
 * [http://codex.buddypress.org/getting-started/exporting-data/](http://codex.buddypress.org/getting-started/exporting-data/)

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