Hi,
I would like to ask if it is possible to filter categories through query parameters in the URL using your plugin?
If yes, could you please explain how to achieve this? I want to pre-select a specific term when the page first loads, especially when there are multiple types of terms.
Thank you,
Peter
]]>I am seeing the following PHP errors when PHP is set to PHP 8.1.
[21-Aug-2024 15:09:28 UTC] PHP Warning: Undefined variable $post in /home/domain/public_html/wp-content/plugins/ajax-filter-posts/ajax-filter-posts.php on line 309
[21-Aug-2024 15:09:28 UTC] PHP Warning: Attempt to read property “ID” on null in /home/domain/public_html/wp-content/plugins/ajax-filter-posts/ajax-filter-posts.php on line 309
After update Post Grid Master plugin caused a critical error and took our website down. I was able to deactivate the plugin and get our site back up but our theme requires this plugin and as you might imagine some of the pages look a bit janky without it. I was unable to re-activate it due to the following error:
[15-Jul-2024 06:41:55 UTC] PHP Fatal error: Uncaught Error: Failed opening required ‘/home1/wqawigmy/public_html/wp-content/plugins/ajax-filter-posts/inc/functions.php’ (include_path=’.:/opt/cpanel/ea-php82/root/usr/share/pear’) in /home1/wqawigmy/public_html/wp-content/plugins/ajax-filter-posts/ajax-filter-posts.php:94 Stack trace: #0 /home1/wqawigmy/public_html/wp-includes/class-wp-hook.php(324): GridMasterPlugin->init_plugin(”) #1 /home1/wqawigmy/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 /home1/wqawigmy/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /home1/wqawigmy/public_html/wp-settings.php(550): do_action(‘plugins_loaded’) #4 /home1/wqawigmy/public_html/wp-config.php(101): require_once(‘/home1/wqawigmy…’) #5 /home1/wqawigmy/public_html/wp-load.php(50): require_once(‘/home1/wqawigmy…’) #6 /home1/wqawigmy/public_html/wp-blog-header.php(13): require_once(‘/home1/wqawigmy…’) #7 /home1/wqawigmy/public_html/index.php(17): require(‘/home1/wqawigmy…’) #8 {main} thrown in /home1/wqawigmy/public_html/wp-content/plugins/ajax-filter-posts/ajax-filter-posts.php on line 94
I have also tried deleting and re-installing but I am still unable to activate it due to missing files. It appears that the folder is empty under “/inc”
Some help to get this plugin functional again would be much appreciated
]]>Hey?! I can’t find the save button?
How can I save a template I created?
Where do I click at the end of the settings?
When loading the page, how can I get the ALL category to be highlighted by default?
Currently none are selected on page load.
I tried adding checked into the templates>filter>pro-filter-1 and 2.php files like this:
<input type=”<?php esc_attr_e( $input_type ); ?>” name=”<?php echo $input_name; ?>” id=”<?php echo $input_id; ?>” value=”-1″ checked />
But it did not work.
]]>Your new version broke our site.
Warning: require_once(/nas/content/live/thornebottomfa/wp-content/plugins/ajax-filter-posts/appsero/src/Client.php): Failed to open stream: No such file or directory in /nas/content/live/thornebottomfa/wp-content/plugins/ajax-filter-posts/ajax-filter-posts.php on line 167
The appsero folder is missing in the latest zip file.
]]>Hello team ,
I have a new requirement and I need that instead of loading items by scrolling, I need a button to do the loading (Load more button).
I have seen that you only have pagination but I want to know if it is possible to put a button to load new items after clicking.
Thanks!
]]>in templates/filter/default.php on line 33:
<input type="<?php esc_attr_e( $input_type ); ?>" name="<?php echo $input_name; ?>" id="<?php echo $input_id; ?>" value="-1" />
by adding a “checked” parameter you’d get the highlight effect on “All”, as it should:
<input type="<?php esc_attr_e( $input_type ); ?>" name="<?php echo $input_name; ?>" id="<?php echo $input_id; ?>" value="-1" checked />
]]>
you’ve an error in templates/filter/default.php on line 34:
esc_html('All','gridmaster')
it should be:
esc_html__('All','gridmaster')
for it to be translatable.
]]>Hello again team,
there is any possibility to show a custom image/text when there is not items to filter?
Thanks
]]>Hi, I would like to know if there is a way to control the Excerpt Length and instead of words, so that it is by characters instead of words. With words it is very irregular as some are longer than others. If it were with characters the blocks would be more consistent and would have the same height between them. With words some boxes have 3 lines, others have 4 and the truth is that it is not very attractive.
]]>Excerpt Length
Gridmaster offers you to control the excerpt length. You can control the excerpt length by the number of words. You can also choose from where you want to get the content (excerpt or content).
Hi. I got a problem with the website. The problems are shown below
Warning: Cannot modify header information – headers already sent by (output started at ../public_html/wp-content/plugins/ajax-filter-posts/inc/Shortcode.php:668) in?../public_html/wp-includes/pluggable.php?on line?1435
Warning: Cannot modify header information – headers already sent by (output started at ../public_html/wp-content/plugins/ajax-filter-posts/inc/Shortcode.php:668) in../public_html/wp-includes/pluggable.php?on line?1438
]]>When we activate the plugin in our website the login page shows the following message and users can’t log.
Error: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.
]]>Hi, is it safe to update to the latest version 3.4.0?
Since it’s a major update I am wondering if it will break my current grids. I have several grids filtering categories and custom css applied. Will the update break them?
Regards,
Chris
]]>Hello,
when an image that has a higher resolution (e.g. 1500px) is selected as a featured image, the post_thumbnail in grid has a bad quality. This is because the orginal image is taken to generate the thumbnail:
in ajax-filter-posts.php, line 312 is the code:
<div class="am_thumb">
<?php the_post_thumbnail('full'); ?>
</div>
when we change it to:
<div class="am_thumb">
<?php the_post_thumbnail('medium_large'); ?>
</div>
the image generates in good quality.
Could you add an option to the shortcode that would be responsible for changing the size of the photo for generating the thumbnail?
Best regards.
]]>Hi. Any plans to add a way to designate the number of columns displayed? 3 are shown and are huge on the screen. I’d like to show 4 or 5 maybe.
I can override your CSS, but it seems like this should be a property of the shortcode.
Thanks.
]]>Hi. I want to know how can I remove the loading posts white background with opacity at all.
]]>If the “All” button is visible and the list defaults to displaying all taxonomies, then “All” should be highlighted when the page loads to indicate what’s displayed.
]]>Would it be possible to add a shortcode parameter to add a class to am_ajax_post_grid_wrap ?
For example, add “alignwide” to be able to use Gutenberg’s wide layout.
]]>Hello, could you help me please, I need that when clicking on the featured image directs to the post, what I must modify to make it happen
]]>Gives error when activate php > 8.0. It throw this error “Cannot load the Post Grid”. Please try to fix this issue.
]]>Hi,
Is there a way to override the template? I want to:
Thank you.
]]>Hi, I am trying to get posts based on post types and category of the post, but even after using cat ID in shortcode all the posts of that post type is showing.
]]>i config in ajax-filter-posts.php paginate_links function
‘prev_next’ => true,
change false to true but don’t work to click previous and Next
Sorry, my English is bad. Please help.
]]>Hi!
Is it possible to show categories inside single grid? Now there is:
After read more link could be categories?
Thanks!
]]>Hi, thanx for great plugin. Is there any function to show filters separately?For example, in sidebar?
]]>Hi,
can you tell me if the plugin works with private posts?
Regards,
Chris
]]>Hi,
I am using a shortcode like this: [am_post_grid orderby=”rand” paginate=”no” infinite_scroll=”true” posts_per_page=”-1″]
But it don’t return me the random order. What can it happen? I have the plugin updated to the last version but the error persists… I wait your help. Thanks you very much!
Hi team!
I need one function for my filter grid. I explain you:
I have a page with 5 categories displayed, and 5 categories on the filter for filtering each one.
But in other page I have a slider, and each slide is for each category. Theses slides have a button, for example “Go to see the category 1”, and it goes to the page with all posts and filters, but I need that at first time only display the posts of this category (category 1). Like if I had clicked one category on the filter.
Seeing code, I see that the items of filter have attribute “data_id”. May be with this attr I can to do this?
I wait you reply, I need to integrate this.
Thanks for the help!
Best regards!
]]>Hi, I’m using the shortcode to display posts and filter categories.
Before it works correctly, but now, at first load of the page, shortcode doesn’t display posts.
It display categories filter, and if you select one category, it display its posts, but the first time you enter on the page anything post are loaded…
Please, can you help me?
You can see live error here: https://paugoethe.com/navlandis/blog/