jan-sen
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Reviews
In reply to: [Relevanssi - A Better Search] Issues with ACFThat’s not not true at all! Firstly you must set “custom fields to include in the index” to “all” (settings) and secondly you must copy this script to your functions:
add_filter('relevanssi_excerpt_content', 'excerpt_function', 10, 3); function excerpt_function($content, $post, $query) { global $wpdb; $fields = $wpdb->get_col("SELECT DISTINCT(meta_key) FROM $wpdb->postmeta"); foreach($fields as $key => $field){ $field_value = get_post_meta($post->ID, $field, TRUE); $content .= ' ' . ( is_array($field_value) ? implode(' ', $field_value) : $field_value ); } return $content; }Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Adminbar Frontend ProblemWOW cool! Many, thanks Frank for adding my featutre request! It works like a charm …
Forum: Plugins
In reply to: [Shadowbox JS] [Plugin: Shadowbox JS] [Shadowbox] Blurred menu iconsSorry for my post. This morning I solved my problem. It was a problem with my existing CSS and not a plugin error.
Forum: Plugins
In reply to: [Meteor Slides] Changed slideshow.js but pause:0, doesn't workMany thanks! Now it works beautifully. Really amazing. I tried to solve it in a similar way like you but wrote too many mark-up errors … PHP newbie 🙂 I appreciate your help and I’ll donate right now 🙂
Viewing 4 replies - 1 through 4 (of 4 total)