WPIntell

Source evidence

Two things – loading css, and changing css

Search with Typesense · support · 2024-12-11T16:51:00+00:00

mixedsentiment
lowseverity
0.63relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
maven1129 resolved
Hello – thanks for developing this. 1. I see your instructions about copying templates, but what about css? How do you suggest we override the loading of the themes, and to override the css being applied? 2. To that end, I have everything disabled, using wordpress search page, but still see this asset attempting to load: >> Refused to apply style from ‘ https://env-cpmssub-dev.kinsta.cloud/wp-content/plugins/search-with-typesense/assets/vendor/css/algolia-satellite.min22.css?ver=61e3d5e205d603b7f9da’ ; because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled. —- This should be trying to load assets when a shortcode is used, or the setting to take over wordpress search is true, right? Hello @maven1129 Thank you for using our plugin! To override the style themes and CSS, you can use the wp_dequeue_style function to remove the default stylesheet. The handle name for the stylesheet is cm-typesense-frontend-style . Once it has been dequeued, you can load your custom stylesheet and style it according to your needs. As for the last part, could you please provide more details or clarify further?

Comments

1 shown
CodeManas 2024-12-13T05:10:00+00:00

Hello @maven1129 Thank you for using our plugin! To override the style themes and CSS, you can use the wp_dequeue_style function to remove the default stylesheet. The handle name for the stylesheet is cm-typesense-frontend-style . Once it has been dequeued, you can load your custom stylesheet and style it according to your needs. As for the last part, could you please provide more details or clarify further?