Skip Navigation

[Gelöst] Can't Add Field to View

This support ticket is created vor 6 Monate, 2 Wochen. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 9 Antworten, has 3 Stimmen.

Last updated by Minesh vor 6 Monate, 2 Wochen.

Assisted by: Minesh.

Author
Artikel
#2651241
Screen Shot 2023-10-09 at 2.44.09 PM.png

I'm trying to add a 4th field to a view, but every time I do, it screws up the whole page (won't load).

It's this one: hidden link

Using this tax: hidden link

hidden link

The tax is not in numerical order when filling it in on the post. Need numerical order! Thank you.

#2651365

Nigel
Supporter

Languages: Englisch (English ) Spanisch (Español )

Timezone: Europe/London (GMT+01:00)

The back-end editor won't load when you are adding a fourth search filter, or the front-end page doesn't load?

Have you checked either the browser console for JS errors or the debug.log for PHP errors?

I think we'd need access to be able to look into the problem, can we get credentials from you please?

I'll set a private reply now. Be sure you have a current backup.

#2651705

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Can you please check now:
- hidden link

I've activated the Bootstrap 4 from Toolset => Settings page:
- hidden link

And then I've adjusted the code added to filter section of your view as given under:
- hidden link

<div class="form-group-container row">
  
<div class="form-group col-md-3">

	<label for="wpv-region">[wpml-string context="wpv-views"]WHERE ARE YOU?[/wpml-string]</label>
	[wpv-control-post-taxonomy taxonomy="region" type="select" default_label="--Region--" url_param="wpv-region"]
</div>
  
<div class="form-group col-md-3">
	<label for="wpv-town">[wpml-string context="wpv-views"]TOWN[/wpml-string]</label>
	[wpv-control-post-taxonomy taxonomy="town" type="select" default_label="--Town--" url_param="wpv-town"]
</div>
  
    <div class="form-group col-md-3">
	<label for="wpv-town">[wpml-string context="wpv-views"]BRING FIDO![/wpml-string]</label>
	[wpv-control-post-taxonomy taxonomy="pet-friendly" type="select" default_label="--Bring Fido!--" url_param="wpv-pet-friendly"]
</div>
 
  <div class="form-group col-md-3">
	<label for="wpv-guest">[wpml-string context="wpv-views"]Guests[/wpml-string]</label>
	[wpv-control-post-taxonomy taxonomy="guest" type="select" default_label="Please Select" url_param="wpv-guest"]
</div>
[wpv-filter-end]
</div>

Can you please confirm it works as expected.

#2651937
Screen Shot 2023-10-11 at 4.54.31 PM.png

Well, it works, thank you, Minesh. I don't understand why you used Bootstrap, can you explain? I don't know how to edit Bootstrap files, for instance, I've got a background on all breadcrumbs and I don't want it.

Also, how do I get this tax in numerical order?

Thanks.

#2651961

Also, TONS of 503 request errors now. NEVER had them before.

#2652141

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Bootstrap is already integrated within the Toolset so you will have to chose either you want to display the bootstrap grid or something else.

Please check the following links:
- https://toolset.com/2019/07/toolset-now-supports-bootstrap-4/
- https://toolset.com/2019/07/using-bootstrap-4-components-with-toolset/

As per our support policy, we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery.

May I kindly ask you to open a new ticket with every new question you may have in future. For now, I will split the ticket with your question: Also, how do I get this tax in numerical order?

You're welcome to mark resolve this ticket.

#2652325

Minesh, I'm really not interested in using Bootstrap. Why can't you create this field in plain old Toolset?

Thank you.

#2652397

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

If you do not want to use bootstrap then you can disable it from the settings page:
- hidden link

You will have to add your own custom html with its supported CSS that should help you to display four columns in one row. Please check the following link:
- hidden link
- hidden link
- hidden link

#2652719

Oh, I tried. No luck. Turned Bootstrap back on. Thanks, Minesh!

#2653179

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok great - keep using bootstrap it will give you ease to design your grid.

You're welcome to mark resolve this ticket.

suzyo confirmed that the issue was resolved on 2023-10-20 20:27:54.
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.