-
Posted a reply to Customize result appearance, on the site WordPress.org Forums:
Hello!You can override any elements in the filter using custom styles of CSS or in… -
Posted a reply to Highlighting of taxonomy values, on the site WordPress.org Forums:
A common taxonomy that is attached to several different posttypes does not take into account… -
Posted a reply to Highlighting of taxonomy values, on the site WordPress.org Forums:
Hi!Please clarify what you mean:When I create a grid to display posts for a specific… -
Posted a reply to Custom Layout not working, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Custom Layout not working, on the site WordPress.org Forums:
select custom layout in plugin settings https://prnt.sc/XFDSCDpUnZ4V -
Posted a reply to Its Fantastic!, on the site WordPress.org Forums:
Thanks -
Posted a reply to Custom Layout not working, on the site WordPress.org Forums:
Hi! Y ou should paste this code into your website theme file called functions.phpthis is… -
Posted a reply to Post title Inherit font not loading in Firefox, Brave browsers, on the site WordPress.org Forums:
Apply the font name (custom CSS) specifically to the post title to override the plugin's… -
Posted a reply to Post title Inherit font not loading in Firefox, Brave browsers, on the site WordPress.org Forums:
Hi!All plugin fonts are inherited from parent properties of markup elements and are not installed… -
Posted a reply to Pagination is hidden because of its position, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Can I make it work with my own grid template?, on the site WordPress.org Forums:
You should use the global WP_Query object - https://developer.wordpress.org/reference/classes/wp_query/, and also use standard WordPress functions… -
Posted a reply to Can I make it work with my own grid template?, on the site WordPress.org Forums:
In any case, you will need to create a custom post layout (using a hook)… -
Posted a reply to Best filter plugin, on the site WordPress.org Forums:
Thanks -
Posted a reply to Can I make it work with my own grid template?, on the site WordPress.org Forums:
Hi! You can try to set up text truncation in the Excerpt field using the… -
Posted a reply to Pagination is hidden because of its position, on the site WordPress.org Forums:
Hi!You should undo the custom styles that were applied to the posts grid columns and… -
Committed [3312663] to Plugins SVN:
updated 2..2.2 -
Posted a reply to Opens in a new tab when clicking on a filter, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Opens in a new tab when clicking on a filter, on the site WordPress.org Forums:
Hi! Very strange behavior when clicking on the filter buttons. Perhaps you should check all… -
Posted a reply to Filter stuck on loading, on the site WordPress.org Forums:
Hi!Check your scripts for errors and fix them.Your server takes a very long time to… -
Posted a reply to Issue with “and” taxonomy, on the site WordPress.org Forums:
Use callback function pluginhttps://github.com/YMC-22/smart-filter#callback-function -
Posted a reply to Change date display order?, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Issue with “and” taxonomy, on the site WordPress.org Forums:
Hi!The Hide Term option on the frontend hides them only on the fly (intermediate environment),… -
Posted a reply to Change date display order?, on the site WordPress.org Forums:
Hi!You need to make edits to the file we specified (screenshot) yourself. Unfortunately, this is… -
Posted a reply to Change date display order?, on the site WordPress.org Forums:
If this is critical for you, you can change the date format to the one… -
Posted a reply to Search Field Doesn’t Display All Options, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Change date display order?, on the site WordPress.org Forums:
Hi!if you use the filter "Date" there is no such possibility to change the date… -
Posted a reply to Search Field Doesn’t Display All Options, on the site WordPress.org Forums:
Hi! We've looked through all your posts in the grid and found only one match… -
Posted a reply to When page loads it shouldn’t show any results till choosing a filter, on the site WordPress.org Forums:
Hi! You can hide the All button using custom styles.Use JavaScript hooks to control loading… -
Posted a reply to Problem with javascript, on the site WordPress.org Forums:
Hi! Inside the post grid, audio files are launched and played. You need to take… -
Posted a reply to Only logged users can see the posts list, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Only logged users can see the posts list, on the site WordPress.org Forums:
Hi!You have a wp is not defined objectThis is a library that is connected from… -
Posted a reply to Filter & Grid plugin issue, freezes after a few filters, on the site WordPress.org Forums:
Hi!We tested your filter on the page (https://www.tsvoe.at/vereine/) and would like to note the following:… -
Posted a reply to sidebar filter without toggle, on the site WordPress.org Forums:
Hi!To make sure all filter buttons are always visible in the sidebar, you should apply… -
Posted a reply to Filter & Grid plugin issue, freezes after a few filters, on the site WordPress.org Forums:
Hi!We have checked the operation of your filter on the site and have not seen… -
Committed [3298895] to Plugins SVN:
fixed sp -
Posted a reply to Duplicate posts, on the site WordPress.org Forums:
Check the code for correctness: this is the code you should have function my_custom_post_layout( $layout,… -
Posted a reply to Duplicate posts, on the site WordPress.org Forums:
We hope that you were able to solve your issue. -
Posted a reply to Duplicate posts, on the site WordPress.org Forums:
Send us a link to the page of your site where the filter is located.… -
Committed [3298214] to Plugins SVN:
Updated 2.9.70 -
Posted a reply to Powerful, flexible and comprehensive, on the site WordPress.org Forums:
Thanks -
Posted a reply to “All Posts” takes ages to load, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to “All Posts” takes ages to load, on the site WordPress.org Forums:
We hope you were able to solve your issues. -
Posted a reply to “All Posts” takes ages to load, on the site WordPress.org Forums:
Hi!Send us a link to the page of your site where you observe a delay… -
Posted a reply to Sort order, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Sort order, on the site WordPress.org Forums:
Yes, of course you can use any custom fields inside the post card (for example,… -
Posted a reply to Sort order, on the site WordPress.org Forums:
Hi!You should do the sorting by meta fields. To do this, use the options in… -
Posted a reply to Show sticky posts on top, on the site WordPress.org Forums:
Good Luck! -
Posted a reply to Show sticky posts on top, on the site WordPress.org Forums:
Hi!If we understand you correctly, you want to pin your featured posts to the top… -
Posted a reply to Hover effects for dropdown, on the site WordPress.org Forums:
Hi!Creating a hover effect on dropdown elements is easy to implement using CSS styles. Apply… -
Posted a reply to How to translate two texts inside the search filter?, on the site WordPress.org Forums:
This line is already prepared for translation by any plugin esc_html__('No posts found','ymc-smart-filter'); Use search…