PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

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

Elementor - Hello Theme - checkbox issue

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 am using Husky filter with my elementor + elementor hello theme.

My problem : in preview elementor I see the checkboxes when turning these on in Husky, however in live view I can't see these checkboxes.

Already checked following things:

  • Put extra CSS in elementor: .woof_checkbox_input input[type="checkbox"] { display: inline-block !important; visibility: visible !important;
  • Put extra CSS in the page: .woof_checkbox_input { display: block; margin-bottom: 10px; } .woof_checkbox_input input[type="checkbox"] { width: 20px; height: 20px; cursor: pointer; border: 1px solid #ccc; background-color: #fff; } .woof_checkbox_input + label { display: inline-block; font-size: 14px; margin-left: 5px; }
  • Also this one: .woof_checkbox_input input[type="checkbox"] { display: inline-block !important; visibility: visible !important; width: 16px; height: 16px; -webkit-appearance: checkbox; /* Maakt zeker dat het als checkbox wordt weergegeven */ appearance: checkbox; }
  • Nothing is hidden/margins are all off

I see that it is trying to come trough (it shows for like 1 mili second), however it disapears when the page is fully loaden.

I also tried to put the following code: add_action('pre_get_posts', function ($query) { if (defined('ELEMENTOR_VERSION')) { if (is_object($query) AND isset($query->query['post_type'])) { if ($query->query['post_type'] === 'product' /* AND is_page(__YOUR_PAGE_ID__)*/) { global $WOOF; if (is_object($WOOF) AND !empty(woof()->get_request_data())) { woof()->woof_products_ids_prediction(true); $query->query_vars['post__in'] = $_REQUEST['woof_wp_query_ids']; } } } } return $query; });functions.php

Can you please advise to what I can do on this?

Thank you in advance :) (btw, I am using the pro version).

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Drop me exact linkĀ  to the issue

Hi,

I pasted the license key in the private area.

Link:

https://papilloncaravans.be/wp-admin/post.php?post=45&action=elementor

Login: private area

Thank you in advance!

Hello

Unfortunately this access is incorrect.

Hi,

Could you please use following link with the login credentials as mentioned in private:

https://papilloncaravans.be/wp-login.php

Then go to pages, 'stacaravans en chalets', 'edit with elementor'.

Thank you in advance!

Hello

All pages on your site are closed. Most likely you restricted access in .htaccess

Hi,

I removed the restricted access, can you please check again?

Thank you in advance!

Kind regards,

Claudia

Hello

Please do a test

I checked this option - https://share.pluginus.net/image/i20241206105532.png