| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | endif; |
| 46 | 46 | ?></strong><br /> Usually on mobile devices it is displayed automatically in popular themes. But if it is displayed where it is not needed, you can disable it in <em>Filters -> Settings -> Experimental -> Hide opening widget buttons</em>. And after insert the button with the shortcode <code>[fe_open_button]</code> in desired places. The button is visible only on mobile devices and is hidden on desktop devices by default.</p> |
| 47 | 47 | <p><strong>How do I change the width of the screen that is considered a mobile screen?</strong><br /> In other words, how to change the mobile device breakpoint? The default value is 768px. However, you can change this value with <a href="https://gist.github.com/wpserve/8982d160b58ecd7a174b90fa0f953e44" target="_blank" class="wpc-external-link">this code example</a>, if you need to display the open button and Pop-up widget for example on desktops. You can place the code in the <code>functions.php</code> file of your active theme.</p> |
| 48 | 48 | <?php if ( defined( 'FLRT_FILTERS_PRO' ) && FLRT_FILTERS_PRO ) : ?> |
| 49 | - <p><strong>The Pop-up widget disappears after selecting a filter.</strong><br /> In 99% of cases, the reason is that as the <strong>HTML id or class of the Posts Container</strong> you specified a block that contains both: the filtered Posts list and the Filters widget.<br />By default, the Filters widget is closed, and when the content on the page is updated through AJAX, the Pop-up is also updated and returns to the closed state. Please set the <strong>HTML id or class of the Posts Container</strong> as recommended in <a href="https://filtereverything.pro/resources/plugin-settings/#ajax" target="_blank" class="wpc-external-link">this article</a></p> | |
| 49 | + <p><strong>The Pop-up widget disappears after selecting a filter.</strong><br /> In 99% of cases, the reason is that as the <strong>Results container</strong> you specified a block that contains both: the filtered Posts list and the Filters widget.<br />By default, the Filters widget is closed, and when the content on the page is updated through AJAX, the Pop-up is also updated and returns to the closed state. Please set the <strong>Results container</strong> as recommended in <a href="https://filtereverything.pro/resources/plugin-settings/#ajax" target="_blank" class="wpc-external-link">this article</a></p> | |
| 50 | 50 | <?php endif; ?> |
| 51 | 51 | </div> |
| 52 | 52 | </li> |
| 53 | 53 | <li> |
| @@ -115,9 +115,9 @@ | ||
| 115 | 115 | <p>a) Most often, the reason is that you chose an incorrect WP_Query in the <strong>What to filter?</strong> field in the Filter Set. Please choose another value. If you are not sure which one to choose, please experiment with different ones until the filter starts working correctly.</p> |
| 116 | 116 | <?php else : ?> |
| 117 | 117 | <p>a) Usually it means that you are trying to filter a Custom WP_Query, but not the default Main WP_Query for this archive page. To filter Custom WP_Queries, please use the <a href="<?php echo FLRT_PLUGIN_URL; ?>" target="_blank" class="wpc-external-link">PRO version</a> of the plugin.</p> |
| 118 | 118 | <?php endif; ?> |
| 119 | - <p>b) If you have AJAX enabled and the filter is not working, try disabling this option and check again. If the filter starts working with AJAX disabled, it's usually because you specified the wrong value for the <strong>HTML id or class of the Posts Container</strong> option. Please set the correct value for the option as recommended in <a href="https://filtereverything.pro/resources/plugin-settings/#ajax" class="wpc-external-link" target="_blank">this article</a></p> | |
| 119 | + <p>b) If you have AJAX enabled and the filter is not working, try disabling this option and check again. If the filter starts working with AJAX disabled, it's usually because you specified the wrong value for the <strong>Results container</strong> option. Please set the correct value for the option as recommended in <a href="https://filtereverything.pro/resources/plugin-settings/#ajax" class="wpc-external-link" target="_blank">this article</a></p> | |
| 120 | 120 | <p>c) Rarely, but sometimes, this behavior can be caused by caching, which is implemented through a plugin or on the server. Please disable or reset the cache and check if the filter has started working.</p> |
| 121 | 121 | </div> |
| 122 | 122 | </li> |
| 123 | 123 | <?php if ( defined( 'FLRT_FILTERS_PRO' ) && FLRT_FILTERS_PRO ) : ?> |