Forum Replies Created
-
AuthorPosts
-
FreshySites
ParticipantOh nice, yeah it looks like just using ASP’s filters with the default blog module and triggering the live search is the best option instead of trying to use DFG’s sorting and filters.
Thanks for your help looking into this for me! Hopefully our client will be ok with this solution instead of trying to use the DFG filters and stuff.
FreshySites
ParticipantHi Ernest! It sorta worked, but when I sort the results by date or author it only shows one post and the others disappear.
We also need the front-end filters with the ASP search bar to stay because that’s what our client really wanted.
Do you think replacing Divi Filter Grid with the ASP Result shortcodes or Divi Blog Module would be a better option? Maybe with the Live Trigger results? I’m having trouble getting that to work with the Divi Blog Module. That way we could just use the filters and ajax capabilities built into ASP.
FreshySites
ParticipantYou cannot access this content.
FreshySites
ParticipantHere is the developer’s response to your questions:
We are setting the order in WP_Query and performing an AJAX query to update the results with the new order.
We have several query arguments they can check to detect if the query is related to the filter grid. Here is an example:
isset( $query->query[‘dfg_context’] )
dfg_context can have multiple values. If the argument exists at all, it is coming from Divi FilterGrid.
FreshySites
ParticipantHi Ernest!
After showing your response to the Divi Filter Grid devs they believe since the asp_override argument is cancelling the Divi Filter Grid query completely, that means it’s going to cancel the sort order since that is also included in the query. Unfortunately it seems like the two plugins are incompatible.
FreshySites
ParticipantYou cannot access this content.
FreshySites
ParticipantHi Ernest!
Apologies for the late response! With your patch and a custom query with DFG, looks like they both work together now!
Thanks so much!!
FreshySites
ParticipantHi Earnest,
We had already turned those settings off – they are currently off and we’re still having the issue. Can you login to the site and see what’s going on? Thanks
FreshySites
ParticipantGotcha, ok thank you!!
FreshySites
ParticipantYeah I also reached out to their support about this.
Thanks Ernest!
FreshySites
ParticipantUnfortunately I’m not sure if this info is stored as post meta by modula. I used the post meta inspector plugin to show everything and didn’t see anything related to the image titles. Also just tried searching for the title field and nothing showed up.
FreshySites
ParticipantIs it possible to dynamically update the terms in a filter and hide the terms that would have no posts/be empty based on the selection in another filter?
FreshySites
ParticipantSo strange I tried all three “Taxonomy terms checkbox/multiselect connection logic” options and when I change the Products filters I still get all the same results even though only two posts have those terms.
FreshySites
ParticipantAlso I have set up new filters with a new taxonomy and those filters do not change the results…any ideas why this could be?
FreshySites
ParticipantI don’t know if it’s possible to add a question to this ticket but is it possible to hide a filter based on the selection made in the above filter? For example if someone selects ‘Exterior’ from the Exterior/Interior dropdown I could display another filter that was previously hidden but if they select Exterior I could show a different filter underneath?
-
AuthorPosts