nifel
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Upload does not showThat would actually be awesome if you found a fix for it 🙂
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Upload does not showFound the issue. I am using the plugin “Speed Booster Pack”.
So when I move scripts to the footer, this plugin stops working.Shame.
Forum: Plugins
In reply to: [ACF: Better Search] Cant find any fieldsWell, that explains it then.
I have one acf_add_options_page with a redirect to all the rest of acf_add_options_sub_page basically. I did this because it looked better.
So I guess there’s no way to get a search on them when they are option pages?
Forum: Plugins
In reply to: [ACF: Better Search] Cant find any fieldsOr maybe it’s because its in “option”?
<?php the_sub_field('motstand_produkttitel', 'option'); ?>Forum: Plugins
In reply to: [ACF: Better Search] Cant find any fieldsIt is a repeater sub-field, is that the problem?
As you can see in this screenshot I have the phrase “Bultsvets” inside that ACF field I sent you.
Forum: Plugins
In reply to: [ACF: Better Search] Cant find any fieldsSo how can I search for the text I put in that ACF field?
Forum: Plugins
In reply to: [ACF: Better Search] Cant find any fields1.
SELECT DISTINCT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_postmeta AS a ON (a.post_id = wp_posts.ID) INNER JOIN wp_postmeta AS b ON ((b.meta_id = a.meta_id + @@auto_increment_increment) AND (b.post_id = wp_posts.ID)) WHERE 1=1 AND (((b.meta_value LIKE 'field_%') AND (a.meta_value LIKE '%bultsvets%')) OR ((wp_posts.post_title LIKE '%bultsvets%') OR (wp_posts.post_content LIKE '%bultsvets%') OR (wp_posts.post_excerpt LIKE '%bultsvets%'))) AND wp_posts.post_type IN ('post', 'page', 'attachment') AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled' OR wp_posts.post_author = 1 AND wp_posts.post_status = 'private') ORDER BY wp_posts.post_title LIKE '{2aee8da4a47a6f9940c76b78b0fe1b0ef297476c7a1ed7ec4e3b0212199eb79a}bultsvets{2aee8da4a47a6f9940c76b78b0fe1b0ef297476c7a1ed7ec4e3b0212199eb79a}' DESC, wp_posts.post_date DESC LIMIT 0, 43. 194
4/5.
ACF: Better Search – Version 3.1.2
Advanced Custom Fields PRO – Version 5.7.7
BJ Lazy Load
Contact Form 7
Heroic Favicon Generator