thegrbteam
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Job Expiry Date not saving in WP AdminThank you so much, working!
Forum: Plugins
In reply to: [WP Job Manager] Job Expiry Date not saving in WP AdminGreat news, thank you!
Forum: Plugins
In reply to: [Show Eventbrite Events - Event Feed for Eventbrite] Plugin abandoned?We’re pleased to confirm the support was picked back up. Thank you.
Forum: Plugins
In reply to: [Show Eventbrite Events - Event Feed for Eventbrite] Filter by Organisers?We’re pleased to confirm the support was picked back up. Thank you for adding this feature.
- This reply was modified 7 months, 1 week ago by thegrbteam.
Forum: Plugins
In reply to: [WP Job Manager] Elementor Post LoopHi Elizabeth, thank you for the reply. We have since resolved this. For anyone else trying to get WP Job Manager working with Elementor Post Loop, this is the code you will need to add to your functions.php file or a Snippets plugin:
add_filter('register_post_type_job_listing', function( $args ) { $args['show_in_nav_menus'] = true; return $args; });
Forum: Plugins
In reply to: [Show Eventbrite Events - Event Feed for Eventbrite] Filter by Organisers?Hello @janpencik,
We are a paid customer and have been trying to contact you here, on your email and through Freemius.
We have raised a complaint with Freemius now.
Best regards, DanForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Display Existing Custom Fields?Hi Jory, thank you for the detailed reply!
What were are trying to do is have a way to display content/meta from custom post types into a Elementor template (or really just any page). How that was actually done e.g. a shortcode didn’t really matter.
We can see this works for Custom Post Types you create with your plugin, but we are looking for a solution that does it for Custom Post Types that already exist, from other plugins, where they don’t give you an easy way to display the custom meta in that post type.
We have since solved this! We have now added support for WP Job Manager in Elementor and everything has started working.
Thanks again and all the best, DanForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Display Existing Custom Fields?Hi Jory,
Thanks for the reply, I appreciate it. I think maybe the mention of Elementor has made this more complicated. Let me try ask it in a different way please:
We have a custom field created by another plugin, let’s just call it “Location”. That plugin offers no way to display the value for this easily within a page builder.
Does your plugin let users display custom fields in the frontend that have been created by other plugins? Or, can it only display new custom fields created by your plugin? I thought plugins like yours maybe had a feature that if a custom field already exists there might but be some option to add it into your plugin so we can take better control of it like display it in the frontend in some post design we are creating.
If so, please can you direct me to any docs you have on that?
Many thanks!Forum: Plugins
In reply to: [Restrict Elementor Widgets, Columns & Sections] Bug ReportStill wating on a fix? Our site has gone live now so we’re using a different plugin
Forum: Plugins
In reply to: [Custom Login Page Customizer - Login Designer] Mobile design is brokenHello Elementor. Issue seems to be gone now though..!
Forum: Plugins
In reply to: [Restrict Elementor Widgets, Columns & Sections] Bug ReportYes we are using the latest wordpress. Thank you, we hope you can replicate and fix it soon.
Thank you for the quick reply and solution. I’ve added a new snippet “Turn off WPCode automatically deactivated feature” containing:
add_filter( 'wpcode_error_locations_auto_disable', '__return_empty_array' );
I’ve given it a priority of 1.
I’m not really sure how to test it but I will update here if it ever happens again.
Thanks!Ok thanks for confirming, all the best!
Thank you for the reply @rsouzaam !
What about just an autocomplete field in general, reading from values in our database? It’s a very common field type and I couldn’t see it in the options. If there is one, could it handle 10k options comfortably?
I did find this but I’m not so sure it would be very optimised for a large number of potential results: https://wpforms.com/developers/how-to-create-an-autocomplete-field-in-your-form/
Thanks in advance.Sorry, the data does not get imported