pstidsen
Forum Replies Created
-
Hi Zafer,
Thanks for writing back. I am looking forward to hearing further.
My idea was to maybe insert a hidden field and then filter the shown field value in the submissions page if possible..
Since the form has an e-mail field, the entry has information that can be used to get the user information.
Looking forward to hearing from you.
Best Regards,
Peter B. StidsenThat’s awesome. Thank you !
Hi Adam,
Thanks for your suggestion. That’s a nice idea.
I have found this snippet: https://gist.github.com/wpmudev-sls/63d0667f0d7cbad584e3ab2be3bb5462 – wouldn’t it be possible to modify that in order to auto-approve users that has not populated the specific field?
/ Peter
Hi Joel
What a nice hack! I didn’t came accross that during my research.. Thank you !
My new token is set to expire in two months (https://app.screencast.com/6VtaK5iEBbtZR). How did you manage to get “Never”?
Best Regards,
PeterHi Darren,
Thanks for your quick reply. Yes, I can order the products meaning all products in Cat A comes first, then products in Cat B and so on.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player is cutted visuallySorry, use the page 2021 instead of 2023. Here you see the text and the missing a-tag.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player is cutted visuallyInteresting. That’s helps a little. However, a-tags are removed from the archive view. The three “Pr?sentation fra foredraget”-texts should be links in the archive like in the single post.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player is cutted visuallyHi Serhiy,
Thanks for your reply. It might be the code below that does it. I have tried to remove the filter, and it works. However, I added the code in order to show whole post content below the post title at the archive page. How could I do that without messing the player’s HTML?
function add_content_to_excerpt_for_podcast($excerpt) { global $post; // Check if the post type is 'podcast' if (get_post_type($post) == 'podcast'){ $description = apply_filters('the_content', get_post_field('post_content', $post->ID)); // If it is, return the excerpt return $description; } // For all other post types, return the default excerpt return $excerpt; } add_filter('the_excerpt', 'add_content_to_excerpt_for_podcast');
Hi Adam,
Awesome! That’s a perfect solution !
Have a nice weekend ??
Best Regards,
PeterHi Nithin,
Wouldn’t that, at least theoretically, mean that the IDs could be mixed up if the form is submitted multiple times at the same time.
Best Regards,
PeterHi there,
Actually the submisison ID has to be an input to a function that the generate a payment link which the user should be redirected to. I have that helps clarifying.
I have made everything else – I just need the submission ID (so that submission and payment can be compared later on).
Best Regards,
Peter- This reply was modified 10 months, 2 weeks ago by pstidsen.
Hi Adam
Thanks for your reply.
I want to use the submisison ID to redirect the user to a custom page. It does not seem to be possible to redirect the user during that hook.
Best Regards,
PeterHi again,
Deactivating and reactivating the Object Cache in Litespeed solved the issue.
Strange but nice to get solved.
/ Peter
Hi there,
Thank you for your replies.
- I have tried to install and activate both through FTP and WP core.
- There is a line in the access log which is attached to the submitted support form.
- I assume it will work. However, the site is huge and therefore hard to transfer and find sufficient hosting space for at another server.
Best Regards,
PeterHi @aaronvincentlee,
I have tried to delete the plugin and upload a clean version from www.ads-software.com. Still the same issue.
Best Regards,
Peter