YMC
Forum Replies Created
-
We will forward your issue regarding post counting to our technical support team for review.
Forum: Plugins
In reply to: [YMC Filter] WPML compatabilityUpdate the plugin. All frontend string translation bugs have been fixed.
Forum: Plugins
In reply to: [YMC Filter] WPML compatabilityDownload the plugin archive from the WordPress repository and upload SFTP it to your hosting in the /wp-content/plugins/ymc-smart-filter folder.
Then rescan the plugin with the WPML plugin. You’ll find the search button text and be able to translate it into French. We hope this helps.- This reply was modified 8 months, 1 week ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] WPML compatabilityThe domain name for translation in the WPML for our plugin is ‘ymc-smart-filter’. You can find all text blocks for translation using this domain name.
- This reply was modified 8 months, 1 week ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Customization of the color paletteGood Luck!
Forum: Plugins
In reply to: [YMC Filter] Site Freezes When Using Tag Filter with Large Number of TagsGood Luck!
Forum: Plugins
In reply to: [YMC Filter] Customization of the color paletteYou should find the Typography section – Filter Typography Settings and at the very bottom you will see the Color Settings section and there you will select the button color (9cm. screenshot) – https://prnt.sc/NocHZXajXhXX
Or you can use custom styles to specify the desired button color in the Advanced – Custom CSS settings – https://prnt.sc/Ml587yeg7Rg_
- This reply was modified 8 months, 3 weeks ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Site Freezes When Using Tag Filter with Large Number of TagsHi!
We’ll try to help you. To do this, we need more precise instructions about your issue. Please specify where exactly you’re experiencing the issues (including screenshots) for greater clarity and describe the issue. If we understand you correctly, you’re referring to the plugin’s settings panel, located in the General section of the Term(s) group. We look forward to your feedback.- This reply was modified 8 months, 3 weeks ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Customization of the color paletteIf you have any questions, please contact us.
Hi!
Thanks for your feedback. This will be fixed in future plugin releases.Forum: Plugins
In reply to: [YMC Filter] Customization of the color paletteHi!
Please clarify what you mean by “color palette”? What exactly do you want to change (which element in the post grid or filter)?Forum: Plugins
In reply to: [YMC Filter] WPML compatabilityHi!
The plugin is a post type, so it can be easily translated using multilingual plugins such as WPML. All translation settings are made in the settings of the WPML plugin itself. You should study the documentation and use of the WPML plugin. From our side, our plugin does not require any settings. Inserting a shortcode on any type of entry (archive page, single page or regular pages) will allow you to display any grids with posts.
- This reply was modified 9 months ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Cross-FiltersHere all logic is based on the relationships between taxonomies. For these purposes, there is an option Taxonomy Relation that manages relationships between different taxonomies. If you need to rigidly bind a post to the necessary terms, then you should set the relationship as “AND”, and if the conditions suggest a less rigid binding, then the option will be “OR”. Everything is built on the basis of the work of the global object WP Query in WordPress
Forum: Plugins
In reply to: [YMC Filter] Filter terms count with callbackHi!
The number of posts is calculated based on published posts and does not take into account posts that have the status planned (future). To implement your task, you should use a custom solution using hooks to override the default plugin layouts. See the documentation https://github.com/YMC-22/Filter-Grids?tab=readme-ov-file#custom-filter-layout
Good Luck!