rmixr
Forum Replies Created
-
@sdenis, the issue seems to be in the include/class-search.php line 40 :
if ( ( !is_admin() && $query->is_main_query() && $query->is_search() ) || apply_filters( ‘trp_force_search’, false ) ) {
In my case “$query->is_main_query() && $query->is_search()” are never both at true.
If I comment this, the query works fine.Any ideas ?
Hi all,
anyone with the same issue ?Hello Denis,
thanks for your answer.
I’ve always seen this answer, but as you can see in my post, I’m using the WP_Query with the “s” parameter but it doesn’t works as expected.
I’m using the last version of the plugin.Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Update errorDue to a syntaxe error in functions.php for :
function change_graphic_lib($array) {
return array(‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’);
}Nothing wrong with the plugin.
Solved !