• Resolved techbeat

    (@techteat)


    Hello

    Free Plugin version 1.8.5
    Upon loading, the drop-down menu for the first item appears already open, while it does not for the other 2.
    Furthermore, the arrow to open the drop-down menu does not appear.
    While the page is loading, the arrows appear for a few moments then disappear, as seen in the attached image.

    Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @techteat

    Thank you for your interest in the Filter Everything plugin.

    Please send the link to the page with the issue so we can check it and test it, in order to provide at least any suggestions on what can be the issue.

    Best Regards – Victor

    Thread Starter techbeat

    (@techteat)

    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.

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @techteat

    Unfortunately, there is no such support for the Free version of the plugin. This is only available with the PRO version support.

    Here, followed by the forum guidelines are deprecated to exchange such information.

    What you can try to do is, use a local server install clean WP install only our plugin use the default 2021 theme (as it still has widgets) create some filters, and display them for post categories for example, to check if everything is working.

    Then, seeing that everything is good, start adding your changes, in order to find the root of the issue. This way you can find exactly at which step everything becomes broken.

    Best Regards – Victor

    Thread Starter techbeat

    (@techteat)

    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.

    • This reply was modified 8 months ago by techbeat.
    • This reply was modified 8 months ago by techbeat.
    • This reply was modified 8 months ago by techbeat.
    Thread Starter techbeat

    (@techteat)

    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);
    });
    Thread Starter techbeat

    (@techteat)

    Up

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi?@techteat

    Unfortunately, without the link to the page with this issue we cannot do much, not that we do not want to, but we simply cannot debug anything by the screenshots. We need to test it on the site.

    Best Regards – Victor

    Thread Starter techbeat

    (@techteat)

    I think this topic is public,

    where can I send my login credentials?

    Plugin Support fesupportteam

    (@fesupportteam)

    For the Free version of the plugin, there is no “checking the site with credentials,” this type of support is available only for the PRO version of the plugin.

    For the Free version support, you can only post the link to the page with the issue here publicly.

    For the forum guidelines, you can check this page – https://www.ads-software.com/support/guidelines/

    Common reasons for edits or suspensions include but are not limited to:

    • Violations of the WordPress?Community Code of Conduct.
    • Spamming.
    • Posting personal information of other people (including but not limited to email, name, job, gender, living situation, location, etc).
    • Posting private communication in the public forums or Slack. This includes direct messages, emails, support tickets, or other off-www.ads-software.com communication.
    • Posting or accepting offers or requests for login information to a site. While plugin and theme authors may ask for this on their own support systems,?they may not do so on www.ads-software.com?for liability reasons.
    • Harassment, threats, or abuse via any of www.ads-software.com’s systems or events (such as meetups or WordCamps). This includes actions such as following people to social media to continue a disagreement or complaint.
    • Posting broad questions about opinions, such as “who is the best web host?” or other similar discussion topics that are not directly related to WordPress, its themes, or plugins.
    • Posting only to solicit feedback for a site, theme, or plugin.
    • Posting in ALL CAPS or abusing formatting (such as bolding the entire topic).
    • Seeking legal advice or threatening legal action, including lawsuits.

    Best Regards – Victor

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Drop-down menu disappears’ is closed to new replies.