YMC
Forum Replies Created
-
Forum: Plugins
In reply to: [YMC Filter] Place search field inline with taxonomy filtersHi!
To display everything in one line, you should use custom CSS styles. By default, the plugin settings don’t allow all component nodes to be displayed in one line.
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownPlease update the plugin. All bugs have been fixed. Thank you for your support!
Good Luck!
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownYour request has been forwarded to technical support. We’ll contact you later.
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownYou only have one post in the grid here. When filtering, we don’t see any duplicate category terms (you don’t have many). Hatem, of course, you can add any component to the post card. To add a custom field, you should use the component network named Custom Field (ACF). See the screenshots. We hope this helps you solve your tasks.
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownWe tested the filtering on the Twenty Twenty-Three theme and didn’t find any bugs. Please send us a link to the page on your site where you use the post filter. This is very strange behavior on your side.
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownHi! That’s very strange. What theme are you using? There might be a conflict between the plugin and your theme.
- This reply was modified 1 month, 2 weeks ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Taxonomy Terms Duplicate When All is selected from dropdownHi!
This is very strange behavior. Perhaps you have duplicate term names in your taxonomy. You should check again! We don’t see this behavior when the Multiple Taxonomy option is enabled.
Forum: Reviews
In reply to: [YMC Filter] So flexible to customize and add categories and tags for blogThanks
Forum: Plugins
In reply to: [YMC Filter] Switch to dropdown menu on mobileGood Luck!
Forum: Plugins
In reply to: [YMC Filter] Switch to dropdown menu on mobileHi! By default, the plugin only supports one filter type across devices. However, you can use the Extra Filter Display Types option, located in the Advanced – Extra Filter Display Types section. Then use this shortcode (Shortcode Extra Filter) in your page filter. This way, for example, the dropdown filter type will be used for mobile devices, while the button filter type will be used for the desktop version of the page. This is a life hack for using two different filter types on different devices. You only need to define the required custom CSS styles for each filter type.
We hope this helps you solve your task.- This reply was modified 1 month, 3 weeks ago by YMC.
Forum: Plugins
In reply to: [YMC Filter] Is non-AJAX pagination with URL changes supported?Hi!
The plugin works exclusively asynchronously, meaning the post grid is updated without reloading the page. Currently, the plugin doesn’t support synchronous post loading, and therefore pagination only works using AJAX. Perhaps the idea of synchronous post loading will be implemented in the future. However, at this time, such an option is not available in the plugin settings.
Thanks for your understanding.Forum: Plugins
In reply to: [YMC Filter] Change post card title tagHi!
Unfortunately, we couldn’t view your website due to IP blocking. Regarding your issue with changing the post-card__title tag from H2 to H4, you can use a hook (filter) to override the popup template itself. This method allows you to create a custom HTML structure. To do this, you should use the ymc/popup/custom_layout filter. Here’s the documentation for this filter: https://github.com/YMC-22/YMC-Filter?tab=readme-ov-file#popup-layout-filters
We hope this helps you solve your problem.Please contact us if you have any questions.
Forum: Plugins
In reply to: [YMC Filter] Configurator link does not appearIt’s hard to say anything, as it’s possible your hosting service has a cache or something else. You need to contact your hosting support; that’s one way to solve this problem.
Forum: Plugins
In reply to: [YMC Filter] Conditionally Enqueue ScriptsYou are free to use different implementation methods for including scripts. However, please note that if you attempt to modify the code within the plugin’s core, subsequent updates will overwrite all your changes. Therefore, we do not recommend doing this.
Forum: Plugins
In reply to: [YMC Filter] Conditionally Enqueue ScriptsHello!
Installing the plugin includes the necessary scripts and styles for the plugin to function. These resources are included globally and are used on all pages of the site. The plugin does not allow individual resource inclusion on a specific page of the site.- This reply was modified 2 months, 1 week ago by YMC.