s2ontwerp
Forum Replies Created
-
Thanks a lot for creating this amazing plug-in and giving top-class support to your paying users! I wish nothing but the best to your team
Alternatively, could I perhaps use wildcards in category mapping to take a different approach? For instance, if I want to map a certain group of products into an overlapping child category and parent category, based on model and brand:
Bosch Boormachine GBM 1600 RE Professional
Bosch Boormachine GBM 6 RE Professional
Bosch Boormachine GBM 13 HRE Professional
Bosch Boormachine GBM 130 HRE ProfessionalMapped in your file:
‘Bosch Boormachine GBM *’
Translated to:
‘Bosch Boormachine GBM’Would this be possible to do with mapping?
Awesome, that brings me one step closer to my goal.
Is it also possible to apply a bit of fuzzy matching at the beginning and the end of the taxonomy name?
Forum: Plugins
In reply to: [WordPress Menu Exporter] Worth updating?Aye!
Forum: Plugins
In reply to: [WP Job Manager] Restrict image dimension or crop itA lot of companies still don’t use a 1:1 aspect ratio as default logo size, and it would be foolish to simply assume they will comply with this set standard (since 1.24.0).
A better approach to this problem would be to hook into the WP image cropping when a company logo gets saved to the media library and if a company logo’s dimensions are not 1:1 to add a padding via CSS to the top&bottom when displaying a non-square company logo. This way square company logo thumbnails will keep their square appearance and rectangle company logo’s get a nice little padding at the bottom and top of their logo effectively displaying it square in the job listing and company profile sections.
Would be awesome if this would be possible simply by passing a ‘rectangle’/’square’ parameter viathe_company_logo();
I’m very curious to see how this problem gets tackled.
Forum: Plugins
In reply to: [WP Job Manager] After update images are croppedHi, I’m experiencing the same problem on https://werkbreda.nl/
Looking for a solution too. If I find something out, I’ll be sure to share it with you.Forum: Plugins
In reply to: [Gallery Slideshow] I've added the ability to link imagesHi guys,
I’ve been looking around for a solution to be able to link images, and this seems to be an awesome solution! Could you please share this?
Forum: Fixing WordPress
In reply to: Preview Post and Permalink Structure ConflictsI’m experiencing the same problem.
Please advise.Hi Bas,
Could you please establish contact by sending an e-mail at [moderated] as an alternative?
Thanks.Hello Bas, I mailed you just now.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Hide order item metaHi richardfv,
You can do that by adding the following codeblock to functions.php
add_filter( 'woocommerce_hidden_order_itemmeta', 'add_hidden_order_items' ); function add_hidden_order_items( $order_items ) { $order_items[] = '_subscription_period'; $order_items[] = '_subscription_interval'; $order_items[] = '_subscription_length'; // [ add the remaining order items here... ] return $order_items; }
Greetings,
Johan Oldenburg
Superscherp OntwerpForum: Plugins
In reply to: [Invoices for WooCommerce] Hide order item metaI already figured it out thanks to some helpful posts at Stack Overflow, but I kinda forgot about sharing my solution in all the rush. Your snippet will come in handy for someone to stumble upon this page.
Thanks on behalf of the community Bas!Cheers!
Johan Oldenburg
Superscherp Ontwerp