Tomjesch
Forum Replies Created
-
Thank you for your reply, unfortunately still no luck.
My search string is being removed from my url and replaced by ?swoof= ….Forum: Plugins
In reply to: [WP Job Manager] Remove featured image field using unset()Hi Jon,
Unfortunately your solution hasn’t helped me out yet, here’s my code:
function custom_submit_job_form_fields( $fields ) { if( isset( $fields['company']['company_logo'] ) ) unset( $fields['company']['company_logo']); return $fields; } add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' );
Everything is default WooCommerce and no other 3rd party plugin is used in combination with WooCommerce other than the WooCommerce Products Filter. Is it possible to send you the linke through email?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filters disappear after first filterBummp
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filters disappear after first filterThe YITH filters are automatically displayed on my product category page and I cannot select or deselect let’s say the URL is https://myshop.com/product-category/stuff. When I select one of the displayed filters, the product overview is filtered correctly according to the selected filter. The problem lies in that all filters are “removed” except for the WooCommerce price range selector (standard WooCommerce widget) and there should be additional filter options.
The correct sidebar is selected in my theme (Avada) options and it is working because the entire sidebar contains the WooCommerce price range selector and several YITH filters. The standard WooCommerce price range filter is the only filter still being displayed after filtering. All other YITH generated filters are set to
display:none
.Forum: Plugins
In reply to: [WP Job Manager] Expiry date bugI have the same issue, adding a date by hand seems to work.
Re-editting the listing results in an incomplete expiry date and ‘resets’ the date to 1970 as Draxeiro stated (see added image link).Forum: Themes and Templates
In reply to: [Enigma] Menu not working on iPadI still have the issue with the iPad menu after I’ve updated today. Is buying the PRO version going to solve the issue?