Hello,
Thank you for this plugin ?? . It’s working well but i want to ask: is there a way to allow the request to access the Private Posts of the current logged user ?
Regards,
]]>Hello I am facing some problem with Advanced Post Queries plugin . The Problem is that when I am using filter everything plugin with Advanced Post Queries plugin , then filter everything plugin filter set is not working , because of Advanced Post Queries plugin . I want to show the custom post product vice. Here is the page where we are using filter set.https://woocommerce.calindia.adysoft.biz/product/golden-triangle-tour/
]]>hello
Using this plugin, and choosing manual selection, is it possible to sort the posts, in the order they appear in the manual selection box
]]>I’ve seen this come up a few times in this forum, but it’s occurring again.
The site I’m working on is in Auckland timezone, server is another timezone. When using a custom date to query, it’s not working as the local time is a day before the server (so not ‘expiring’ out posts correctly).
WordPress shows:
Universal time is?2024-10-14 23:34:04
.
Local time is?2024-10-15 12:34:04
.
Does anyone have a fix for this? Thanks!
]]>hi , is it possible to use ur plugin so that the product will only be shiown
if the product category matches with the post category?
]]>Hello i’m struggling to get the advanced query setup for my loop grid. So i have 2 custom post types; Projects and Market Sectors. When my client creates a new project they select the appropriate/related market sector for that project via a ACF relationship field. I need to be able to show a loop grid of projects only related to the selected market sector. but i cant get it to work. everything im reading leads me back to this plugin as the solution, what am i missing? I’m using ‘dynamic related posts’ > ‘post is in current post custom field’ > ‘market_sector’ … ‘market_sector’ is the key for the Market Sector CPT but in that CPT is the list of different market sectors for the client to select when creating the new project. How do i only show project in that selected market sector? thank you
]]>Hi,
Here’s my setting:
With ACF I created a custom post type called “course”.
Within it, I created a custom field called enrolled_users (it’s a Users field, bidirectional with custom field related_courses, Return Format: User ID, Select Multiple ON)
I created a custom field called related_courses, with the display condition “User role is equal to all”. This field is a Relationship field, bidirectional with custom field enrolled_users, Return Format: Post ID.
Now, in the “My Courses” page, I added an Elementor Loop Grid with Courses as Source, and the following Advanced Query Options:
This setting doesn’t show any element in the Loop Grid.
How do I fix it?
]]>Hello, I’m here from WP Tuts’ video (https://www.youtube.com/watch?v=Z_3PAPs9CHQ&t=1102s). From 22:00 onwards. Where is the “dynamic permissions” option?
]]>Hi
I am trying to show posts with a CF value for today and future dates.
Any Help?
Thank you
]]>We have a few client use cases where we are trying to create a Dynamic Related Posts list using the Post Custom Field Contains Current Post ID option. However the custom field is an ACF Post Object with multi-select enabled. This means multiple post IDs are stored in a serialized array instead of simply the one post ID. We’ve slight adjusted the code to account for this option. This works for WordPress 3.7 and above.
Edit file: advanced-post-queries/queries/module.php
around line 511
Replace this:
$meta_query[] = [
'key' => $settings[ 'postid_parent' ],
'compare' => '==',
'value' => $post_id,
];
with this:
$meta_query[] = [
'relation' => 'OR',
[
'key' => $settings['postid_parent'],
'value' => $post_id,
'compare' => '=',
],
[
'key' => $settings['postid_parent'],
'value' => sprintf('s:[0-9]+:"%d";', $post_id),
'compare' => 'REGEXP',
],
];
So far it seems to work well.
@shabti @dynamiapps can you verify and possibly add this to the core?
Anyone can edit – even guest users.
This issue happened about a month ago too.
Version 3.21.8.
As always, great plugin. After I updated the plugin to 1.1.3, other roles than administrators can’t edit anymore. The modal just shows a thin empty one-line box with the close X in the corner. If I do the same thing as a Administrator, everything shows up in the modal and it saves normally.
]]>So i’ve created a ACF field “department” so that the different jobs are clustered within departments (See on the page – different colors) but in addition i’d like to have the latest created job withing each “department” (segment) on top of the list. At first all light green jobs with the latest jobs on top, then the light blue jobs with the latest job directly after the green ones.
thanks a lot.
]]>Hello. I created a Custom Post Type “Merk”. This custom post type is selectable in the post via an ACF-field.
type: relationship
no matter what i try, i can’t show the related posts on the single page for the “Merk”.
I have tried every possible setting in Elementor:
Advanced query option: “Dynamic related posts”
Related posts: “Post is in current custom field”
Related post field: “merk”
Am i missing something?
]]>I’m using a relationship field. What ever I set the plugin’s settings to, nothing seems to happen. The plugin used to work on older sites I worked on. Do you plan on addressing this issue?
]]>I have created ACF field group (areas) and assigned field featured-areas as true/false. when selecting advanced qery options “Custom Field Value” and inserted field name: featured-areas with field value true, the loop grid still does not only show areas with the check box ticked. I’ve tried changing the field type to numbers or select from list, but still no joy.
I noticed “No support for checkboxes yet”, but since I’ve tried changing the filed to text, lists etc, and the query still does not filter only areas loop with value – can you please let me know how I can achive this?
We want to filter by meta value ‘views’. The most popular posts first, so with the most views. This works perfectly with other filters.
The posts are custom posts (downloads). We can select this as Source.
We can then in query id select ‘post custom field’ and custom the key ‘views’, but unfortunately, nothing happens. Not even when we use Custom field options with field value ‘views’.
Is this setup even possible? So, selecting on meta value views and then posts with the most views at the top?
Thank you
]]>Unfortunately I couldn’t get it to work. Whatever I tried, it would not sort by my custom field. Tried a number field (all unique numbers), a text field (hoping for alphabetical ordering on that) etc. But sadly no luck.
I now hoping that Elementor get their sh*t together and build this option in like any other decent pagebuilder has long done.
Thanks though!
Updating to Advanced Post Queries (from version 1.1.1 to 1.1.2) has caused critical error and crashed a client’s site.
An error of type E_COMPILE_ERROR was caused in line 150 of the file /mnt/customers/xxx/wp-content/wp-content/plugins/advanced-post-queries/advanced-post-queries.php. Error message: require_once(): Failed opening required '/mnt/customers/xxx/wp-content/wp-content/plugins/advanced-post-queries/advanced-post-queries/module.php' (include_path='.:/usr/share/php7')
]]>
An error of type?
E_COMPILE_ERROR
?was caused in line?150
?of the file?/mnt/customers/customers-1fnhwg/
…/wp-content/wp-content/plugins/advanced-post-queries/advanced-post-queries.php
. Error message:?require_once(): Failed opening required '/mnt/customers/customers-1fnhwg/
…/wp-content/wp-content/plugins/advanced-post-queries/advanced-post-queries/module.php' (include_path='.:/usr/share/php7')
Using: Version 1.1.1
WP: Version 6.4.3
Elementor: Version 3.21.0-cloud3
]]>“This plugin?hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
Currently this msg is appearing and i feel ur plugin is really helpful for ACF and elementor.
Hi there,
I am trying to find a plugin that let’s me order my custom post type by custom taxonomy. A workaround would be to insert a custom field in my custom post type and give the custom field a value so that i can order by a specific custom field and still make sure some custom taxonomies are displayed first followed by some other taxonomies.
So mainly i am searching for a way to control the order in which the custom posts are displayed in my elementor loop grid. Is this something that can be done by your plugin using the dynamic order by field option and if so how does it work because i can’t figure it out…
Kind regards,
Dominic
]]>Is this plugin is still actively maintained?
]]>I have a problem where the query returns the correct posts, but every iteration shows the same data for tags and custom taxonomies, which seem to be pulled from the first post the query returns. I am using the post info widget inside a loop grid to show these posts.
* The posts displayed in the link I provided have different tags and keywords set
]]>Unfortunately it looks like this wonderful and very useful plugin is not compatible with Search & Filter, another wonderful and very useful plugin.
Advanced Queries overrides almost every query, therefore making search and filtering them virtually impossible with that plugin.
]]>Is there a way to order WooCommerce products by total sales or popularity using this plugin?
]]>Hello. I am trying to show related posts using an ACF custom field using Custom Field Value in Advanced Query Options. I put the name of the field in Field name and left Field Value blank to pull the value from the current post. This is not working, the widget is showing the most recent posts without any filter. Is there any other settings needed?
]]>I’m using advanced queries with Elementor Pro and I only have the following options:
In the plugin description, it states there are the following options for Dates:
I’m trying to show a looped grid and order it by an ACF-fields, is that possible?
]]>Hi and thank you for a really useful plugin!
I have a CPT (lets call it schools) with a custom field (lets call it employed_teacher). I’m trying to list all schools that the current teacher is working at. The employed_teacher field is a relationship field to another CPT that is called teachers.
Im trying to list all schools that has the same employed_teacher field with the Custom Field is Current Post Custom Field setting. It doesn’t work. It shows all the schools instead of those schools where the current schools teacher is working.
Is it because the relationship field is an array? Or am I doing something wrong? Can I solv this some how? Maybe by writing some kind of custom query in addition to the plugin settings?
Thanks,
bb
]]>