Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
July 29, 2023 at 5:42 pm in reply to: Elementor Firewall Block notice when attempting to save settings #44867Ernest Marcinko
KeymasterYou cannot access this content.
July 29, 2023 at 11:28 am in reply to: Elementor Firewall Block notice when attempting to save settings #44859Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
1. Sure, I can try. Please make a full site back-up first and then let me know if I can proceed. If I make any mistake the files may not revert and a backup must be used. Very unlikely, but better to be safe.
2. It’s a bit more complicated unfortunately. Taxonomy term grouping uses taxonomy terms to group the post type results, and wherever it’s not applicate it’s placed to the “other group”. User results are not post types, so they automatically go to that group.
I can maybe suggest a custom code to alter the groups, but I can’t promise anything.Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi!
1. Can you please share a link to a page where the plugin is active? If the items do not appear only some of the time, that means it more likely a cache related issue. Make sure to clear all layers of site cache, including minify, CDN page etc..
2. I can check, but it very highly depends on the borwser. Some browsers can handle these previous states, but some of them may not. Usually IOS/Mac browsers are the worst of all, especially Safari, it has it’s own way to handle prev/next states, which can not be controlled.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
I would suggest using this custom code to override the default event handlers:
add_action('wp_footer', 'asp_custom_footer_script', 99999); function asp_custom_footer_script() { ?> <script> window.addEventListener("load", (event) => { let $ = WPD.dom; $('.asp_m').on('asp_results_show', function(){ $('.asp_r .item').on('click', function(e){ e.preventDefault(); e.stopImmediatePropagation(); // your custom code here }); }); }); </script> <?php }Within this you can add your own event handler as you need it.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Thank you very much for the details!
1. Can you please also add temporary FTP access? I can only see the IDs being returned for some reason, maybe I can check if there is any way to get the user data as well, but I need to make possible changes on the plugin core code for that.
2. Sure, you can rename the group here: https://i.imgur.com/XQshxtg.png
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts