ozenithcomwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedHello Mikko,
I understand. And you are right: with the CSS patch, it is alright.
The highlighting features are already disabled in Relevanssi.I will keep the CSS patch. It is not a critical bug. When I am not logged in the WordPress admin, everything is OK.
Thanks again for your time on this support.
I will close this ticket.
Best regards,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedHi Mikko,
I have reached out the support of Elementor. They have examined my configuration and how the archive loop is constructed. For them, everything is OK:
To be honest, Elementor has no full control over how a 3rd party plugin behaves within our builder that’s why we were suggesting to reach out to their support as we dont have the resources needed for this matter. I visited the backend and checked every setting within Elementor as well as the Relevanssi plugin and I cant really find which forces setting forces the Elementor to make the posts invisible.They have overrided the setting with a CSS code. But for me is is only a temporary solution:
.elementor-invisible{
visibility: visible !important;
}
Have you got an idea of what in Relevanssi forces Elementor to make the post invisible?Thanks for you patience.
Best regards,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedThanks Mikko. I’ll tell you.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedHello Mikki,
I use Elementor Pro v3.31.2. The option “Conditional and Inline CSS Load Experiment” is not available in this version. Do you think I need to contact the Elementor support?Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedYou are right. The articles are here but they are invisible.
Here the structure HTML of each article listed:
<article>
<div data-elementor-type=”loop” … data-elementor-post-type=”elementor_library”>
<section class=”…” data-element_type=”section” data-settings=”{“jet_parallax_layout_list”:[],”animation”:”slideInRight”}”>…</section>
</div>
</article>When it is invisible:
<section class=”elementor-section elementor-top-section elementor-element elementor-element-965a036 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible” …>
instead of
<section class=”elementor-section elementor-top-section elementor-element elementor-element-965a036 elementor-section-boxed elementor-section-height-default elementor-section-height-default animated slideInRight” …>
If I replace in the source code “elementor-invisible” with “animated slideInRight“, the article is displayed.
If I deactivate Relevanssi, the articles are displayed in the list of search results and there are 4 pages of results instead of 2.
I hope it will help you.
Best regards,Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results of the page 1 are not displayedHello Mikko,
Thanks for your response.
That’s it:
– If I search “nemesis” when I am logged out of WordPress, then there is no problem: the pages 1 and 2 of results display all the results. 5 results for the page 1. 1 result for the page 2.
– if I search “nemesis” when I am logged in WordPress as administrator, then first page of results is empty but the second on displays its results. 1 result for the page 2. The 5 first results are not displayed.Hello Kasia,
Sorry for my silence. As you advised me, I used the Forminator form.
With the checkboxes, multiple answers are now possible. And for the synthesis of the results, I used the calculation blocks.
I don’t display the submit button at the end and so everything seems like my precedent personality quiz, with multiple choice and with explanations at the end.
It’s a pity not to have the ability to share the results on social networks. But I assume that the last page of my pagination is only a step from the form.Thanks again for your help.
Your plugin is very efficient and useful. 🙂This topic can be closed.
Hi Kris,
Thanks for your response.
It is about multiple choice quiz. Each question have multiple answers. Each answer is associated to a personality. I’d like the user to be able to choose 1, 2 or 3 answers for each question. Instead of the radiobox behaviour, it would be a checkbox behaviour.
At the end, one personnalité would be opened but according to the synthesis of the results, it would be possible to list the others personalities with a link to each personality.
Do you have some advices to help me customising your code?