swingjac
Forum Replies Created
-
Hi @jarnovos and @aahulsebos ,
thank you for your support and sorry for the late reply. I’m looking forward for the update.
If you need any further assistance from me then just let me know.
Cheers
Hi Aert,
thank you for taking care of that. I know it works with the default implementation and I never had problems using it with a widget. But using the ACF suggested code, your plugin does not recognize soundcloud. It works with YouTube though.
Here is the code I’m using:
<?php $audios = get_field('projekte_audio'); if($audios) { foreach($audios as $audio) { $iframe = $audio['audio_link_url']; preg_match('/src="(.+?)"/', $iframe, $matches); $src = $matches[1]; $params = array( 'visual' => 'false', 'show_playcount' => 'false', 'show_comments' => 'false', 'color' => '3FBDD3' ); $new_src = add_query_arg($params, $src); $iframe = str_replace($src, $new_src, $iframe); ?> <div class="audio-wrapper"> <?php echo $iframe; ?> </div> <?php }; }; ?>
Let me know if you need anything else.
Cheers
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Content block seems not to be workingHi Aert,
it looks like the problem was another plugin I’m using to show the content on my page. So using the standard widgets from Elementor the content gets blocked as it is supposed to be.
Thank you for your help!
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Post creation form not working anymoreHi,
thanks for letting me know.
Enjoy your weekend.
Cheers
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Content block seems not to be workingHi Aert,
wow what a quick answer. Thank you!
Yes both are enabled under Integrations.
Here is a page with some Videos when you scroll down.
The site is build with Elementor and I’m using ACF to get the YouTube-Links in to the widgets.
For Google-Maps I use the plugin Dynamic Content for Elementor.
I’m also using Siteground as a host and use there Caching-System. Do you think the caching could interfere with your plugin?
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Post creation form not working anymoreWow you’re genius! Thank you for the quick fix!
Donation is on the way ??
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Post creation form not working anymoreHi there,
Yes I updated from 0.8.7.2 but the problem started with that version. I updated to 0.8.7.3 afterwards and I was hoping that this would help.
I enabled the debug mode in WordPress but somehow the debug.log file is not getting created.
Should I give you access to the backend?
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Post creation form not working anymoreHi there,
thank you for the quick reply. I didn’t change the setup at all. All the actions are the same as before and no custom code is being used.
I’m on WordPress 5.5.1 and ACF-Extended 0.8.7.3. And yes I’m using elementor-pro on version 3.0.5.
Here are the screenshots:
I hope that helps
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF Form creates Pages after Post creationHi there,
thank you so much for your answer. It works now exactly as I wanted it to. This is just great!
Thank you for your support and keep up the awesome work!
Have a nice weekend.
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF Form creates Pages after Post creationHi,
did you have a chance to look at the pics?
Cheers
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF Form creates Pages after Post creationHi there,
these are the settings I have at the moment.
Thank you for your support.
Cheers
- This reply was modified 4 years, 10 months ago by swingjac.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF Form creates Pages after Post creationHi hwk-fr,
thank you again for your explanation. That makes sense!
I’m still struggling to get the post-author name in to the email notification. I added a name to the specific action and used query_var from the cheatsheet but it only returns the ID of the post-author.
Did anyone get this right and can tell me how the query_var must look like in the email so I see the post-author name?
Thank you guys!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF Form creates Pages after Post creationHi,
thank your for your quick reply. Actually it was my own mistake. I had some acf/save functions sitting in the functions.php. After deleting them every thing is now working flawlessly.
I will try to get the author-thing working. Thank you for the hint.
Actually another question came up while working with your great plugin. Is there a way to have bidirectional relationship fields for the same post type? Right now I’m only able to select the bidirection to another post type or am I missing something?
Thank you again for your help!
Cheers