genevieve28
Forum Replies Created
-
It’s the same site for @sindhya and me, we crossed paths. The site is in the support ticket.
Hi. I also sent you a request about this issue.
Each click on a video adds a correct element in the lightbox. But the previous elements are not deleted. And in the lightbox, the first element is used, with the first video opened.
Thanks for you help.
GenevièveForum: Plugins
In reply to: [Relevanssi Live Ajax Search] Spinner and multiple search formsI think it works. Thank you.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Cannot remove all stopwordsThank your for your answer. But this requires removing stopwords one by one. It’s very long.
I think if the user is adding a stop word, you can consider that the user has emptied the list.
It may be interesting to add the possibility to import a list of stopwords to replace the existing one.
Now these stopwords don’t bother me because I disable them in the search. For example, in French, there is the stopword ‘tes’, and I cannot retrieve results beggining with ‘test’ like ‘test’, ‘testament’…
Forum: Plugins
In reply to: [Ocean Modal Window] Do not index modal windowsI just understood that the content of modal windows is on all pages of the site. It is therefore indexed. Can I have the content on one page?
Thank, I exported ans imported the 17 tables, and I have the newsletters.
GenevièveForum: Plugins
In reply to: [Co-Authors Plus] Post count is 0 in admin and sometime error on author pageCo-author-plus
Hi,
I have a similar error. For examples, I have 2 posts with the author 29. For one the user 29 is the first author, for the author, it’s the second one.
I want to display in the admin only the posts of the current author, two posts for the example.
With a filter of pre_get_posts ($query->set(‘author’, $user_ID ), only the first post is displayed. I get the impression that the filter ‘posts_where_filter’ is not called.With an admin account, the URL …/wp-admin/edit.php?author=29 works fine, the two posts are displayed. But with an author account (with this id 29), there’s no result.
Here’s the SQL where clause line 718 in function posts_where_filter:
AND ( wp_3_posts.post_author IN (29) AND wp_3_posts.post_type = ‘post’ AND (wp_3_posts.post_status = ‘publish’ OR wp_3_posts.post_status = ‘acf-disabled’ OR wp_3_posts.post_status = ‘refunded’ OR wp_3_posts.post_status = ‘failed’ OR wp_3_posts.post_status = ‘revoked’ OR wp_3_posts.post_status = ‘cancelled’ OR wp_3_posts.post_status = ‘abandoned’ OR wp_3_posts.post_status = ‘processing’ OR wp_3_posts.post_status = ‘preapproval’ OR wp_3_posts.post_status = ‘future’ OR wp_3_posts.post_status = ‘draft’ OR wp_3_posts.post_status = ‘pending’ OR wp_3_posts.post_author = 29 OR (wp_3_term_taxonomy.taxonomy = ‘author’ AND wp_3_term_taxonomy.term_id = ’11’))AND wp_3_posts.post_status = ‘private’)Thanks for help me.