virtual03
Forum Replies Created
-
Hi @senols
Thank you very much for your help and for the code 🙏
I implemented everything exactly as described (custom CSS), but unfortunately it’s not working for me – the results are still displayed below the form.Maybe it’s related to my theme or an additional wrapper around the form.
Here is the link to the page where the form is embedded:
https://one33.de/ki-tools/Perhaps you can spot what’s causing the issue.
Thanks again for your support!Daniel
Hi @jbgupdraft,
thank you very much for the quick response.
I checked the .htaccess file again via FTP (previously I only checked it through a WP file plugin), and the file is present and looks completely normal — so it seems the issue is not related to the file itself.
Regarding error logs: I cannot see any errors, but WordPress debugging was not enabled at that moment, so no logs were generated.
If it helps, I can provide you with the website link: https://www.getifix-wb.de/
At the moment, cache and JS minification are activated.Please let me know if you need any additional information.
Thank you again!
Daniel
Hi @emrevona,
Here is the URL of the test website:
https://xoalay.de/shop/Best regards,
DanielHi Senols,
yes, exactly — I was referring to the web search directly inside the chatbot, just like it currently works with OpenAI, but using Deepseek instead.Hi M Mahbub,
Thank you for the update. I appreciate your team’s efforts.
Unfortunately, the issue with recurring events still persists. At the moment, it’s still not possible to add new recurring events. I hope this can be resolved soon in the upcoming update.
Thanks for your support and understanding.
Best regards,
DanielHi Mahbub,
thank you very much for your quick reply and also for the screenshot!
Regarding the recurring events, I’m still facing an issue:
When I select a custom date for recurrence, I can only choose the same date in the following month, but all other dates are hidden in the calendar. In my case, the events are not regular, but rather like this:- in the current month from 02.09 to 05.09,
- in the next month from 07.09 to 10.09.
Is there a way to set up or implement such irregular date ranges?
Best regards,
DanielHi M Mahbub,
Thank you for checking this again. Here is the link to my calendar page: https://xoalay.de/eventin/.
Best regards,
DanielHi M Mahbub,
yes, I definitely pasted it correctly, but unfortunately it still doesn’t work. That’s not a problem though, because the code I created earlier is working fine.
Thank you very much for your help!
Best regards,
DanielHello M Mahbub,
Unfortunately, the code is still not working on my side.
However, I really appreciated your help and I’ve already left a positive review for you.Best regards,
DanielHello M Mahbub,
Thank you so much for your code – you are amazing! It works perfectly and I was able to easily set external links for my events.
I also created a small piece of code to open the links in a new window:
add_action('wp_footer', function() {
?>
<script>
(function(){
function setEventLinks(root) {
var links = root.querySelectorAll(
'h3.etn-event-title a, h3.h3etn-title a, .etn-event-title a, .etn-event a'
);
links.forEach(function(a){
a.target = '_blank';
if (!/\bnoopener\b/.test(a.rel)) {
a.rel = (a.rel ? a.rel + ' ' : '') + 'noopener noreferrer';
}
});
}
document.addEventListener('DOMContentLoaded', function(){
setEventLinks(document);
new MutationObserver(function(mutations){
mutations.forEach(function(m){
m.addedNodes.forEach(function(n){
if (n.nodeType === 1) setEventLinks(n);
});
});
}).observe(document.body, { childList: true, subtree: true });
});
})();
</script>
<?php
}, 99);Could you please take a look and let me know if this code is okay and if it will continue to work reliably after future updates?
Of course, I will also leave you a positive review for your help.
Thank you again for your amazing support!
Best regards,
Daniel- This reply was modified 5 months, 1 week ago by virtual03.
Hi Mahbub,
Thank you very much for the information. I’ve taken a closer look at the plugin and it actually already has exactly the feature I need under Additional Page and Event External Link.
As far as I understand, the button with the redirect is currently only implemented on the single/detail page. I would need it on the archive page as well, e.g., on the event list view.
Could you please advise how I could add the button or redirect on the archive page? Do you perhaps know a suitable hook or filter? I can create the code myself.
Thank you in advance for your help!
Best regards,
DanielHi Mahbub,
Thank you very much for your quick reply! 🙏 I think we might have misunderstood each other a little.
I don’t want to embed the events into another page, but simply create a link to an external provider. Basically, it should work like an affiliate link, but without any payment involved – just a straightforward link to an external site.
How can I best achieve this with your plugin?
Best regards,
DanielHi @senols,
Thank you very much! The review is already submitted, and the token management feature is working perfectly now. 😊
Best regards!
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Error During Refund ProcessHello @mrclayton
All clear, thank you very much for your support! I will contact PayPal support as recommended and provide them with the debug ID from the WooCommerce logs.
Thanks again for your quick assistance!
Best regards
Daniel
Hi Ben,
Yes, I tried deleting
iawp_missing_tablesand all otheriawpoptions from thewp_optionstable, but unfortunately, it didn’t help.I also completely removed the plugin and reinstalled it. However, as soon as I activate it, I get critical errors. The website itself continues to function normally, but the plugin doesn’t seem to work.
How can we resolve this issue?
Best regards,
Daniel