jackandthejuice
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflict with WPRM Recipe VideoJust for your information: I’ve found a solution. Add this to functions.php
function recipe_video_output( $output, $attributes, $recipe ) { if ( function_exists('lyte_parse') ) { $output = lyte_parse( $output ); } return $output; } add_filter( 'wprm_recipe_video_shortcode', 'recipe_video_output', 10, 3 );
Forum: Plugins
In reply to: [Contact Form DB] Add timestamp to mail and databaseHi Michael,
thanks for your quick response. Unfortunately I need a rounded value to attach it to a link. In example https://www.test.com/%5Btimestamp%5D. And now it’s important to save three values in my database: name, mail and this timestamp.
Would love to hear from you soon. Maybe you have other ideas?
Many thanks,
JannikForum: Plugins
In reply to: [Ad Blocking Detector] Huge issue with notificationHi John,
thanks for your response. Unfortunately an update to 3.1.2 crashes my whole site and in backend and frontend only a balnk page is shown.
But the problem is not so big actually because I did an downgrade and use version 2.2.8 at the moment which is stable for me and so I will update later.
If you’ll need further information for resolving, please let me know. Oh and as already mentioned via mail: Thanks for this awesome plugin! Hope I can update to the new version soon. ??
Best regards,
JannikForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables Sorting not workingHi Tobias,
thanks for your solutions. I’ve just tried your way and it works really fine. I will appreciate your help with a donation.
Best regards!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables Sorting not workingHi Tobias,
thanks for your reply. I already supsected the html code in the columns behind this failure. I’ll use the weekend and give your proposal a try – you will hear from me soon. ??
Thanks a lot for helping and the really great support! Have a nice weekend!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables Sorting not workingHi,
alright, sorting is working now, but still not in the right way as you can see.
Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables Sorting not workingHi,
ok, thanks – not sure about that. I added the code also to the minified js-file but sorting is still impossible. Any further ideas?
Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables Sorting not workingHi,
thanks for your very fast response. Unfortunately your workaround didn’t fixed the problem. Now sorting isn’t possible anymore as you can see.
I added the lines above to jquery.datatables.sorting-plugins.js and also changed the custom command but it had no effect.
Thanks for your help!