duellingpixels
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] Plugin conflict with WooCommerceHi Kemory,
That worked a treat!
Thanks!
Forum: Plugins
In reply to: [RecipePress Reloaded] Plugin conflict with WooCommerceHi Kemory,
I managed to resolve my issue by commenting out line 228 and 229 in the class-init file:
$this->loader->add_filter( ‘manage_edit-rpr_recipe_sortable_columns’, $plugin_admin, ‘sort_admin_columns’ );
//$this->loader->add_filter( ‘posts_clauses’, $plugin_admin, ‘sort_admin_columns_by_taxonomy’, 10, 2 );Something about these functions was causing the issue.
Cheers.
Forum: Plugins
In reply to: [RecipePress Reloaded] Plugin conflict with WooCommerceHi Kemory.
Thanks for getting back so quickly!
I have already checked this, there are no errors generated. I have debugged for a couple of weeks now. I deactivated plugins, changed themes and performed all the standard debugging checks.
The only thing that fixes the issue is de-activating RecipePress. It is a multisite install with domain mapping, so maybe there is something to do with this.
Hi,
Try adding the following to your style.css file.
.product.has-default-attributes.has-children>.images { opacity: 100%; }[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Cheers,
Nick
Forum: Plugins
In reply to: [User Taxonomy & Directory] Export / Import dataForum: Plugins
In reply to: [User Taxonomy & Directory] Export / Import dataHi Umesh,
Please ignore the last support post!
The data did transfer, for some reason it just took a while to come up in the user profiles.
But maybe that could be a future feature?
Cheers,
Nick
Forum: Plugins
In reply to: [User Taxonomy & Directory] User OrderHey Umesh,
Perfect!! Thank you so much!
Cheers,
Nick
Forum: Plugins
In reply to: [User Taxonomy & Directory] User OrderApologies, I should of stated that is line:
if ( ! is_wp_error( $user_query ) && ! empty( $user_list = $user_query->get_results() ) ) {
(my bad!)
Cheers,
Nick
Forum: Plugins
In reply to: [User Taxonomy & Directory] User OrderHi Umesh,
Thanks for share the code, I was way off.
I tried this code and I seem to get a fetal error on the line:
PHP Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/creativeplatoon/public_html/developer/wp-content/themes/thegreenman/functions.php on line 1125
Any ideas?
Cheers,
Nick
Forum: Plugins
In reply to: [User Taxonomy & Directory] User OrderHi Umesh,
Thanks for getting so quick.
Yep, had found this so it must be the my filter that is wrong. I was using:
function ut_template_users( $users) {
$allUsers = get_users(‘orderby=display_name’);
// very basic comparison…
return $allUsers;
}I was looking at sorting out the user list by first name, I think adding a basic example to the FAQ would be a great idea. Than other folk can use it to adjust to their requirements.
Cheers.
Nick