YMC
Forum Replies Created
-
fixed
Forum: Plugins
In reply to: [Filter & Grids] Dropdown Filter – hierarchal?Glad to help you!
Forum: Plugins
In reply to: [Filter & Grids] Dropdown Filter – hierarchal?The plugin has only basic filter layouts. To create a custom filter, you need to manually create. To do this, you can bind to the filter add_filter(‘ymc_filter_custom_layout_FilterID_LayoutID’, ‘my_custom_filter_layout’, 10, 5); which allows you to create any filter, or you can separately create dropdowns and then, using the javascript filter API and hooks, add the necessary handlers to each element of the list and call the filter… it all depends on your fantasies)
Forum: Plugins
In reply to: [Filter & Grids] Dropdown Filter – hierarchal?Hello!
You can customize the filter as you like. To do this, you can use a filter:
add_filter(‘ymc_filter_custom_layout_FilterID_LayoutID’, ‘my_custom_filter_layout’, 10, 5);
Inside the filter, you can use any WordPress functions. The main thing here is to stick to the html structure.
Or, you can create a custom dropdown and job handlers for each list element (see SMART FILTER JS API or Filter Hooks).Forum: Plugins
In reply to: [Filter & Grids] Custom Layout Function HelpIf you have any questions, please contact.
Forum: Plugins
In reply to: [Filter & Grids] Custom Layout Function HelpLet us know if you managed to solve your issue.
Forum: Plugins
In reply to: [Filter & Grids] Custom Layout Function Helpadd_filter(‘ymc_post_custom_layout_545_1’, ‘my_custom_post_layout’, 10, 5);
https://drive.google.com/file/d/1q6aOu4H30uuf0hbzGqjvTDGUI0ZbJYPU/view?usp=share_link
Forum: Plugins
In reply to: [Filter & Grids] Custom Layout Function HelpHello!
You need to write in the name of the filter
ymc_post_custom_layout_FilterID_LayoutID – where:- FilterID – this is the ID of the post shortcode.
- LayoutID – this is the index number of the filter on the page
So, for example, you have a FilterID – this is 545, you will need to look at the serial number of the filter on the page (ID). If you have only one filter on the page, then the serial number will be 1 and your filter will look like this:
add_filter(‘ymc_post_custom_layout_545_1’, ‘my_custom_post_layout’, 10, 5);
Here, for example, see the screenshot where there are three filters on the page and here the serial numbers (LayoutID) and FilterID are different. - https://drive.google.com/file/d/1uU6x-kSeNlTaVXc1o6sQxIIscInCXTPa/view?usp=share_link
I hope we were able to help you.
Forum: Plugins
In reply to: [States Map US] Trying to install short code in popupDone.
Forum: Plugins
In reply to: [Filter & Grids] Custom Post CardsHi!
Please use the new entry to filter to avoid errors. Add 5 parameters instead of 3. Ex: add_filter(‘ymc_post_custom_layout_1’, ‘custom_post_layout_1’, 10, 5);
See doc.
- This reply was modified 2 years ago by YMC.
Forum: Plugins
In reply to: [Filter & Grids] Custom Post CardsHi Antforshaw!
This should be a number that corresponds to the ID of the ID of the container. I’m glad you solved this task. Contact if you have any questions.Forum: Plugins
In reply to: [Filter & Grids] Date FilteringHey Anthony! This plugin filters posts based on selected taxonomies and terms only. By date range, this plugin does not work. But you can create a taxonomy and specify the necessary dates for its terms.
Sincerely, YMCForum: Plugins
In reply to: [States Map US] Editor not working in State optionsAlways happy to help!
Forum: Plugins
In reply to: [States Map US] Editor not working in State optionsThe plugin has been updated to version 1.0.2. Please update the plugin. We have made a change to add content to popups. Now you can add media files and links. I hope we were able to solve your tasks.
Please check and let us know if everything works correctly. Thanks.
Forum: Plugins
In reply to: [States Map US] Editor not working in State optionsPlease change your text inside the States Options tab. Here, only text should be hit and no insertion tags. Thanks
https://drive.google.com/file/d/1VE6lYwQGNE1b6okBidlB1ON28bnXRPrK/view?usp=sharing
- This reply was modified 2 years, 1 month ago by YMC.