YMC
Forum Replies Created
-
Forum: Plugins
In reply to: [YMC Filter] Cross-FiltersHi!
The filter works based on the attached terms to the selected posts. If this post is attached to the Speed and Height categories and the required terms are marked in it, then this post will be included in the filtering results. Of course, here you need to take into account the logic of taxonomy connections using the Taxonomy Relation option. Everything will depend on your settings in the plugin.
Forum: Plugins
In reply to: [YMC Filter] Is there anyway to display RSS feed links on YMC Grid?If you need to create a custom post card and then add RSS feed links inside it, you should use the plugin hooks: ‘ymc/post/layout/custom’.
See the documentation https://github.com/YMC-22/Filter-Grids?tab=readme-ov-file#custom-post-layout
The option has been added. Please update the plugin.
Forum: Plugins
In reply to: [YMC Filter] Does this work with RSS links?At the moment the filter does not support RSS Content filtering. Perhaps in the future this will be implemented.
Hi!
Your request has been forwarded to our technical specialists. Please wait for a response.Forum: Plugins
In reply to: [YMC Filter] Filters are gone after Last updateHi!
After upgrading to the latest version 3.0, all previously installed data will not be displayed on both the backend and frontend, since new records are created in the DB that are not compatible with the current version of the plugin. You should re-do all the settings and so on. At the same time, your country records are saved in the DB and you can easily switch to the current version. To do this, you should go to the Settings section, then enable the Legacy Mode option and save the settings. After that, you will return to the old version of the plugin with all your previously installed settings.
https://prnt.sc/Hqs0P_A9flHAThe update has many advantages in comparison with the current version of the plugin. But, if you developed filters on the country version, then after the update all the data will not be displayed and you should make the settings again. Therefore, the new version makes sense if you will create new filters and grids in the future.
Support for the old version of the plugin has already been discontinued.
Forum: Plugins
In reply to: [YMC Filter] Display Read timeSoon there will be a new version of the plugin released and everything will be implemented there. Good luck!
Forum: Plugins
In reply to: [YMC Filter] Display Read timeHi!
You can create a custom post layout and then collect all the necessary information in the post card itself. Use the filter hook to override the default post layout:
add_filter(‘ymc_post_custom_layout_545_1’, ‘my_custom_post_layout’, 10, 5);
see documentation: https://github.com/YMC-22/smart-filterForum: Plugins
In reply to: [YMC Crossword] impossible to finish a crossword #2We’ll take a look. You have errors Javascripts on the page
Forum: Plugins
In reply to: [YMC Crossword] TranslationWe’ll take a look.
Forum: Plugins
In reply to: [YMC Filter] Remove drop shadows from filter buttonsoverride hover styles on element in your theme
Forum: Plugins
In reply to: [YMC Filter] Remove drop shadows from filter buttonsHi!
Send us with the page on the site where the filter is located. Any styles can be overridden in your theme, or using custom CSS in the plugin settings (section Custom CSS)
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheGood Luck!
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheHi!
We would like to note that plugins that are responsible for content caching usually have different settings, we think that the LiteSpeed Cache plugin also has this feature.. Our plugin works on asynchronous requests to the server, so it does not have a special load on loading the page content. Of course, cacheable plugins can block the execution of different types of requests, including Ajax requests. You can exclude the ability to cache our plugin files in the settings of your plugin. The main javascript file that is responsible for all the functionality of the plugin on the frontend is the file:
/wp-content/plugins/ymc-smart-filters/includes/assets/js/script.min.js
You can add it to the list of excluded files in the cached database so that it does not block the execution of requests. We hope this helps you.Forum: Plugins
In reply to: [YMC Filter] cannot update category name in filter dropdownGood Luck!