Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterThank you!
I get still this message when I try to log-in: https://i.imgur.com/20BAVjT.png
April 21, 2025 at 9:07 am in reply to: Removing the author, creation date, and comments from Results Display #53747Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterDid they recommend anything via their support? Let me know.
I am more than happy to help, but I can’t promise anything as this is a theme related issue.
I tried to access the website, but it shows me a 2fa message: https://i.imgur.com/r1LOwgH.png
Can you please also add temporary FTP details? Editing files via the theme editor is not safe.Ernest Marcinko
KeymasterHi,
Sure!
Because the layout is non-static (absolute), the paddings and margins does not apply to the element as HTML treats that as it’s out of the document flow – so the closest relative parent padding applies only.
The simplest way is to adjust the final width to a lower value and find the sweet spot.
If you make sure that the #ThrottleCraze-Header is positioned relative and apply the padding and margin to that, it should also do the trick.
If those have no effect, then using a bit more advanced CSS on the final box width in compact mode:
div[data-asp-compact=open] { max-width: calc(100% - 20px) !important; }This will apply to the final width, and subtract a fixed value, regardless of the resolution.
Ernest Marcinko
KeymasterHi,
It works similarly as the google autocomplete, hitting the right arrow key will fill the autocomplete and trigger the search.
In the upcoming release the “tab” key is also being added as a trigger, it had been requested and it makes sense.Ernest Marcinko
KeymasterHi,
I will have to take this to the bug tracker, I can confirm that the CSS classes are not flipped as they should be. This should be a super simple fix, so expect it to be part of the upcoming update next week.
Ernest Marcinko
KeymasterHi,
Thank you for the details!
Have you managed to contact the theme support? I would rather not make any modifications to the theme if the developer has a better suggestion.
Ernest Marcinko
KeymasterMake sure to clear your website and mobile device caches, the output is the same on all devices. It is very likely cached somewhere.
Ernest Marcinko
KeymasterHi!
I have logged in and update the plugin to the latest version, now everything should be all right. Please check if the errors are gone and let me know.
I have also enabled automatic updates, so you don’t have to worry about updates anymore. In case you need to manually update somewhere, please follow this guide.
Everything should be okay now. Let me know.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Yes – basically a post type archives are limited by WordPress, usually the final query is overwritten even if a different post type is forced, non-archive post types are then removed automatically.
The plugin’s own results can do that, those can display anything anywhere basically. If you want to display different post types on the archive I would recommend doing that instead.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts