PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

Filter title flashes despite “Hide title label” option

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I’m using the Husky Products Filter plugin and I enabled the “Hide title label” option in the back office. However, when the page loads for the first time, the filter title still flashes briefly (2-3 seconds) before disappearing (Flash Of Unstyled Content).

I checked the official FAQ and documentation, but there is no entry addressing this behavior. The title is still rendered in the HTML and only hidden after the plugin’s JavaScript runs, which is visible to users during page load. I noticed that this does not happen when the LiteSpeed Cache plugin is disabled, suggesting the issue is related to the execution order of the plugin’s JavaScript and the cache.

For context:

  • I was previously using an older version of the plugin, where this issue did not occur.
  • I tested in a staging environment by importing the updated version, but the problem persisted.
  • I then completely removed the old version, cleaned up residual data (deleted remaining tables in the database, cleaned the options table as well), and reinstalled the latest version, but I still get the same result.

Could you please advise on a native solution or an option that prevents the filter title from ever showing in the HTML, even before JavaScript loads?

Thank you for you help.

Hello Amasino

I just looked the code and its doing by PHP:

Ok, maybe sone javascripts works, or an y reason BUT I can suggest you CSS solution:

.woof_container_inner.woof_container_inner_productcolor{

   display: none !important;

}

OR hide all labels

.woof_container_inner{

   display: none !important;

}

The code is better to place into site header using hook wp_head https://developer.wordpress.org/reference/hooks/wp_head/ placed into file functions.php of the current wp theme

If no luck please place into private area of this ticket exact link to the issue and purchase code of the plugin

https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png