trancemanpl
Forum Replies Created
-
100% agree. I stopped updating and still using version 3.5.3 – last one before the crappy popup was implemented. Why developer thought this would be better is beyond me. Slows down workflow SIGNIFICANTLY.
@louisapple – just downgrade to 3.5.3Sure. Done. Thank you
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] “Add new” not workingI can not add new filter. Can not do anything.
Product Filters -> add newDoesn’t work straight out of a box. Can’t add new – nothing happens.
The same happening on my site. WP 5.7
Skips numbers. Recent order numbers below33287
33286
missing 33285
33284
33283
33282
33281
missing 33280
33279
33278
33277
missing 33276
33275Excellent support as always. That worked perfect.
Thank youHere is what the console it showing up
DevTools failed to load SourceMap: Could not load content for http://wo(…)ps.com/wp-content/plugins/gs-logo-slider/assets/libs/swiper-js/swiper-bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://wo(…)ps.com/wp-content/plugins/gs-logo-slider/assets/libs/tippyjs/tippy-bundle.umd.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://wo(…)ps.com/wp-content/themes/twentynineteen/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
No solution to that ?
Problem was caused by double space in YMM restrictions
example first one would give correct results – 2nd have double space (indicated by _ as this website deletes double spaces automatically ) between 1000 and Mile and would not give any results.Aprilia, 1998, 2003, 1000, RSV 1000_Mille
Aprilia, 1998, 2003, 1000, RSV 1000__Mille- This reply was modified 5 years, 5 months ago by trancemanpl.
- This reply was modified 5 years, 5 months ago by trancemanpl.
- This reply was modified 5 years, 5 months ago by trancemanpl.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Clear selected vehicle / resetno.2 sorted, added this in functions.php
`add_filter( ‘woocommerce_show_page_title’, ‘not_a_parts_page’ );
function not_a_parts_page() {
if (is_product_category( ‘Parts’ ) || term_is_ancestor_of( 28, get_queried_object_id(), ‘product_cat’))
{
return true;
}else
{
return false;
}
}’Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Clear selected vehicle / resetGot 1 & 3 sorted. Realized that similar functionality to no.3 is in paid modification of this plugin so out of respect to author I won’t post solution.
However I’m not sure about no.2 and how to handle hiding ymm part after product header title. Any tips ?
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Disable Input Text Search FieldGo to plugin settings and uncheck relevant box
Hi
Somehow I have not seen that modification until you mentioned it. That’s exactly what I needed. I was able to modify other ones and re-arrange make or model or engine no problem. But when I moved Year it was executing straight away after selecting year and I couldn’t work it out why.
Anyway thank you for the tip – it worked.BTW excellent plugin – I will be buying your paid modification as well.