oneguy
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search inside shortcodeThank you so much for your support!!!!
I finaly managed ??
add_filter( 'relevanssi_content_to_index', 'rlv_add_extra_content', 10, 2 ); function rlv_add_extra_content( $content, $post ) { global $wpdb; $values = get_field('users-selected'); foreach($values as $value): $content .= $value['display_name'] ; endforeach; return $content; }
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search inside shortcodeThe shortcode is outside the content – It takes the acf user field and displays it’s user diplay name.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search inside shortcodeThank you so much for your reply!
No…
I get only this –The title ??????? ??? ????? The content ????? Authors ??? Custom fields 290
and in the “How does the post look like in the database?
”I get only the content.
Any advice will be greatly appreciated ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search inside shortcodeThank you so much for your reply ??
I deleted the span line so now there is only $results.“Also, make sure the shortcode is defined in the Relevanssi indexing content and not only in the front end.”
This I did not understand.
I checked – “Expand shortcodes when indexing”;
and hit the index again.
Must say this is a custom post type that it is indexed as well.Anything else I am missing?
// Add Shortcode function get_user_recognition() { $values = get_field('users-selected'); foreach($values as $value): $result = $value['display_name'] . ' | '; $result .= '???????'; endforeach; return $result; } add_shortcode( 'recognition-users', 'get_user_recognition' );
Forum: Plugins
In reply to: [HD Quiz] Add Image to normal questionsThank you so very much ??
Forum: Plugins
In reply to: [HD Quiz] Add Image to normal questionsSolved :)I used the featured Image ??
But why is it cropped to 600 by 400 ?
Where can I set it to be full size?Forum: Plugins
In reply to: [WP Job Manager] Job Application authorHi There.
So after many many tests. let me rephrase the problem.
I have a user with the role of employer.
He posts a job, so the job belongs to him as an author.
I have another user – a candidate – He applies for the job as candidate.
I know it is him because he was logged in.
(All the users are me)
When I view the job application – the author of the job application is also the employer and not the candidate.
Is this the way it should be?
How can I change that the author of the job application is also the one who submitted the job application?
Thanks!
GuySloved ??
<?php echo do_shortcode("[acf_gallery_slider acf_field='gallery' show_caption='false']") ;?> <script> jQuery(document).ready(function(){ jQuery('.fagsfacf-gallery-slider').slick({ dots: false, infinite: true, speed: 300, slidesToShow: 1, centerMode: false }); }); </script>
Forum: Plugins
In reply to: [Image Gallery Slider For ACF] Set size of images?Hi There. Following aaron…
I have a acf field of a gallery.
I’m uploding images there using gravity forms.
How can I setup an image size with hard crop?
There is no option in acf gallery field for setting the size of the images.
Is there such an option in the pro version?
Thanks!
GuyForum: Plugins
In reply to: [WordPress REST API (Version 2)] Support delete methodsAlso ,strangely enough – I get this in the header –
Access-Control-Allow-Methods →POST, GET, OPTIONS, PUT, DELETE
The bottom line – I cannot delte any custom post type I created – i GET 403 ERROR…
Forum: Plugins
In reply to: [WooCommerce] Varible price won't showThanks! I will try that….
Forum: Plugins
In reply to: [WooCommerce] Varible price won't showNothing still…
Really strange.
Disabled all plugins, reverted to twentysixteen.
ran the woocommerce updater…
Nothing….
Only if one of the variation’s price is different…Forum: Plugins
In reply to: [WooCommerce] Varible price won't showThanks!
The problem exists even after disabling all plugins…
Have you ever encountered such a problem?Forum: Plugins
In reply to: [WooCommerce] Varible price won't showThe problem exists even after disabling all plugins and reverts to the basic theme…
Forum: Reviews
In reply to: [Slider by Soliloquy - Responsive Image Slider for WordPress] HackedSame Here…
After deleting the plugin – no more spam posts…