techbeat
Forum Replies Created
-


Status
I think this topic is public,
where can I send my login credentials?
Up
I want to add that with this code in jQuery, starting it on a loaded page and delaying it by 2 seconds, I can solve the problem, in a very forced way.
But I am increasingly convinced that it is the plugin itself that modifies the label by removing the “button”.jQuery( document ).ready(function() {
setTimeout(
function() {
jQuery("div[data-fid='8621']>div.wpc-filter-header").html('<div class="widget-title wpc-filter-title"><button><span class="wpc-wrap-icons">Filtra per Tag</span><span class="wpc-open-icon"></span></button></div>');
}, 2000);
});Hi, I think I figured out what the problem is. The request is blocked because it is processed over http protocol instead of https (see attachment).
Let me know if this could be the problem and how I could solve it.
Thanks.
— EDIT
I solved the https protocol problem, but still nothing, some function immediately after loading the page removes the “button” to open the “div” that contains the list of attributes.
After removing the “button” () it only keeps the filter title.
Blocking the page loading, first it writes this to me, and the dropdown works correctly.<div class="widget-title wpc-filter-title">
<button>
<span class="wpc-wrap-icons">Filtra per Tag</span><span class="wpc-open-icon"></span>
</button>
</div>If instead I load the page to the end, it writes this to me:
<div class="widget-title wpc-filter-title">
<span class="first">Filtra</span> per Tag
</div>This happens exactly in the purple box in the image below.

The website is under construction, for this reason the pages are not visible unless you log in.
Where can I send the credentials to access the WordPress panel?I would also add that,
I apply your filters to the product list (shop), this product list is managed by me in PHP, including the filtering.
I don’t think it affects the problem, but it seems correct to warn you that I don’t use the “Shop List” item for Elementor of WooCommerce or my theme.