frontend_style function
-
Hi,
Thanks for your great plugin.
I’ve a request for an improvement :In the frontend_style function (plugins/woocommerce-product-stock-alert/classes/class-woo-product-stock-alert-frontend.php), it would be great if :
LINE 77
– check if$alert_text_coloris not empty (otherwise there is a syntax error :style="color:")
– choose the tag of the title (h6) to respect the page semanticLINE 137
– the styles inline will be included only when the button is being present on the page (and not in others pages)
– the styles inline will be included only if$button_background_color_onhover,$button_text_color_onhover,$button_border_color_onhoverare not empty (otherwise there is a w3c error)Thanks !
The topic ‘frontend_style function’ is closed to new replies.