Skip Navigation

[Resolved] Search results not displayed correctly

This thread is resolved. Here is a description of the problem and solution.

Problem:

Use Views in Elementor page builder.

Solution:

Toolset Blocks plugin is based on WordPress Blocks editor, but Elementor is another page builder, it is not recommended to use two page builders to design the same page/post, it will conduct unexpected result.

See our document:

https://toolset.com/course-lesson/using-toolset-with-elementor-page-builder/

Relevant Documentation:

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 34 replies, has 2 voices.

Last updated by stephanieK-5 3 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#2232857

I have tried again the credentials you provided above:
https://toolset.com/forums/topic/search-results-not-displayed-correctly/#post-2232207
But get below error message:
Fehler: Der Benutzername toolset-yang ist auf dieser Website nicht registriert.

Please check it, make sure it is a valid admin account

#2233251

Sure, could you retry again with the provided info?

The result should be similar in it's design like here:

hidden link

thank you so much!

#2233645

I can login into your website, will update here if find anything

#2233755

I have done below modifications in your website:
1) Dashboard-> Toolset-> Settings-> General, in section "Bootstrap loading", enable option "Toolset should load Bootstrap 4"
2) Edit post view "Master Trainer Suche!":
hidden link
in section "Loop Editor", setup each column's CSS class name as: col-md-4 justify-content-center text-center
for example:

<div class="col-md-4 justify-content-center text-center">[wpv-post-body view_template="loop-item-in-master-trainer-suche"]</div>

Test it in frontend:
hidden link

It works fine.

More help:
hidden link

#2233981
Bildschirmfoto 2021-12-01 um 11.22.47.png
Bildschirmfoto 2021-12-01 um 11.10.59.png

Hey Luo

thanks for a helping hand and your explanation, my learning curve worked 🙂

Activating bootstrap 4 will influence the checkout page row -ids. WooCommerce is using the col-1 & col-2 css class, Bootstrap sets the width to 8.3333333%.
I found a reply that you could de-queue Bootstrap on check-out page using a code snippet like this one, does that make sense?

With some themes such as Divi there are stylesheet conflicts with the Bootstrap styles normally loaded by Toolset. You can update the settings so that Toolset doesn’t load Bootstrap, but this may not be an option if you rely on it on certain pages, e.g. where you add CRED forms.

You can selectively remove Bootstrap on particular pages.</I>

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

#2233991
lalala.jpg

and #2: how could we add a "link" on the picture so it's clickable like the "read more" text"?

#2234109

#3 if I change the value form 500 to 300, the pictures are off again

#2234127
Bildschirmfoto 2021-12-01 um 13.13.04.png

#4 I am missing this code here, I would like to place it into the template for filtering;


[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="form-group">
	[wpv-filter-search-box placeholder="Suche" output="bootstrap"]
</div>
<div class="row">
	<div class="col-md-2"><div class="form-group">
	<label class="label" for="wpv-wpcf-ausbildung">[wpml-string context="wpv-views"]Ausbildung[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-ausbildung" default_label="Auswählen" url_param="wpv-wpcf-ausbildung" class="input-style"]
</div></div>
	<div class="col-md-2"><div class="form-group">
	<label class="label" for="wpv-wpcf-spezialisierung">[wpml-string context="wpv-views"]Spezialisierung[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-spezialisierung" default_label="Auswählen" url_param="wpv-wpcf-spezialisierung" class="input-style"]
</div></div>
	<div class="col-md-2"><div class="form-group">
	<label class="label" for="wpv-wpcf-pronomen">[wpml-string context="wpv-views"]Pronomen[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-pronomen" default_label="Auswählen" url_param="wpv-wpcf-pronomen" class="input-style"]
</div></div>
	<div class="col-md-2"><div class="form-group">
	<label class="label" for="wpv-wpcf-stadt">[wpml-string context="wpv-views"]Stadt[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-stadt" default_label="Auswählen" url_param="wpv-wpcf-stadt" class="input-style"]
</div></div>
	<div class="col-md-2"><div class="form-group">
	<label class="label" for="wpv-wpcf-land">[wpml-string context="wpv-views"]Land[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-land" default_label="Auswählen" url_param="wpv-wpcf-land" class="input-style"]
</div></div><div class="form-group">
	<label class="label" for="wpv-wpcf-sprachen">[wpml-string context="wpv-views" class="form-group"]Sprache[/wpml-string]</label>
	[wpv-control-postmeta type="select" field="wpcf-sprachen" default_label="Auswählen" url_param="wpv-wpcf-sprachen"]
</div>
  
	<div class="col-md-2">[wpv-filter-reset type="button" output="bootstrap" class="reset-button"]</div>
</div>
[/wpv-filter-controls]
[wpv-filter-end]
<br><br><br>

#2234255

Update: Image and text is entered now.

left:

#1 I can't make work image size for example 300px or change post title font to "400" weight
#2 where to add my custom search filter code in this view (see last message)
#3 can't find option to add "click on image with link (like read more link)"

#2234417

UPDATE: I could solve most of the issues.

These are still left:

#1 I can't make work image size for example 300px or change post title font to "400" weight with a class
#2 can't find option to add "click on image with link (like read more link)"
#3 I can't change "read more" text under the image

Thank you for looking into this
hidden link

#2234719

Q1) can't make work image size for example 300px or change post title font to "400" weight with a class
You can change the featured image shortcode to:
[wpv-post-featured-image size="custom" width="300" height="300" crop="true" class="rounded-circle"]
More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-featured-image

You can use CSS code to customize the post title, for example:

.my-title {
	font-weight: 400;
}

hidden link

Q2) can't find option to add "click on image with link (like read more link)"
You need to setup the link HTML manually, for example:

<a href="[wpv-post-url]">[wpv-post-featured-image size="custom" width="300" height="300" crop="true" class="rounded-circle"]</a>

hidden link

Q3) I can't change "read more" text under the image
You can follow our document to setup "read more" text, for example:

[wpv-post-read-more class="read-more" label="Continue reading"]

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-1222971

#2235027
Bildschirmfoto 2021-12-02 um 11.58.46.png

thank you so much for your kind explanation!

#Q4
I added

[types field='spezialisierung' class="specialty"][/types]

and a class

.specialty {
    color: #1db8dd !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1,2em;
}


but the font is not changing. could you provide help?

New threads created by Luo Yang and linked to this one are listed below:

https://toolset.com/forums/topic/custom-css-codes-issue-1/

#2235041
Bildschirmfoto 2021-12-02 um 12.04.08.png
Bildschirmfoto 2021-12-02 um 12.03.39.png

Q5)

I still need assistance.
I created a second test field to debug my alignment issue here with elementor.

hidden link (private page)

It seems the frontend is not showing the image/row as center aligned. Could you provide a css to force it aligned to the res?
It would be awesome to get this worked, its so much easier than writing code. Thank you so much for your kind help!

#2235069
Bildschirmfoto 2021-12-02 um 12.12.31.png

Q6

also could you provide the correct code to make the image with a shadow?

thank you so much!

[wpv-post-featured-image size="custom" width="200" height="200" crop="true" class="rounded-circle"]
 .test {
    box-shadow: 1px 5px 32px 0 rgba( 119, 119, 119, 0.5 );
    border-radius: 200px;
    border: 8px solid rgba( 243, 243, 243, 1 );
} 

New threads created by Luo Yang and linked to this one are listed below:

https://toolset.com/forums/topic/custom-css-codes-issue-2/

#2235083
Bildschirmfoto 2021-12-02 um 12.16.58.png

Q7)

could you provide information how to insert Font Awesome Icon? (arrow)

Thanks for your guidance!