Turker YILDIRIM
Forum Replies Created
-
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] JS errorFYI, it happens when 2 different versions of jQuery are loaded.
Forum: Plugins
In reply to: [WP Mega Menu] Conflict with Storefront ThemeThat’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
In reply to: [WP Mega Menu] WP Mega Menu Conflicts with Storefront ThemeBelow 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
In reply to: [WP Mega Menu] WP Mega Menu Conflicts with Storefront ThemeIt looks like this issue still exists. Any ETA about this ?
Forum: Plugins
In reply to: [BuddyPress Groups Import] Mediapress supportSorry 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
In reply to: meta_query 'compare' => 'IN' not working as described in Codexarray( 'key' => 'mandatory_tracks', 'value' => array('newphy'), 'compare' => 'IN' )
Forum: Hacks
In reply to: add_action, object property not accessibleFixed, 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
In reply to: Website not working at all after JetpackForum: Plugins
In reply to: [BuddyPress Groups Import] Import group metadataCurrently it is not possible to import custom meta datas. I’m not planning to add more features atm.
It is not.
Forum: Plugins
In reply to: [BuddyPress Groups Import] Super idea, important plugin