Owlpixel
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Fatal Error: Lifecycle.phpAny I made it work.
the problem is coming from this line of code on lifecycle.phpforeach ( $old_indexes as $old_index ) {
unset( $new_settings[ $old_index ] );
}if you comment out this line before plugin activate then the plugin worked. After activated you can uncomment this lines.
Forum: Plugins
In reply to: [Meta for WooCommerce] Fatal Error: Lifecycle.phpIts happening when I am going to activate Facebook for WooCommerce.
I have update all the things.I used this. Just trying to find separator way.
Thank you for great support.Hi,
Thank for your reply. I used this extension. It brings search for every column. I want if I can add the search to a specific column like datatables_columnfilterwidgets_exclude_columns=2,3,5 of https://tablepress.org/extensions/datatables-columnfilterwidgets/- This reply was modified 8 years, 8 months ago by Owlpixel.
Forum: Reviews
In reply to: [Custom login page] Works WellIts my pleasure if my plugin helps someone. I will add more feature in future. Already working.
Forum: Plugins
In reply to: [Custom login page] Settings lost on upgradeSorry for that,Actually there was new field added and background of login form also added. That is why saved data lost when update the plugin.
Thank You