Skip Navigation

[Resolved] formatting archive page

This support ticket is created 3 years, 2 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/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 2 months ago.

Assisted by: Waqar.

Author
Posts
#2221077

Firstly, thank you so much to Waqar for helping me so far. I didn't respond to the last two tickets in time and they are now marked resolved but his advice worked on my site just how I needed.
I have a new question, is it possible to set up the search function on the custom post archive page so that multiple options can be selected using the dropdown control type? I have done it with radio buttons control type but it would look better if it was drop down.
Also, I have html text link that triggers additional search fields to display on click (thank you Waqar). Is there a way to style this so that it looks like a button?
thank you!
Lisa

#2221415

Hi Lisa,

Glad I could help and I'll be happy to follow up on this new ticket.

> I have a new question, is it possible to set up the search function on the custom post archive page so that multiple options can be selected using the dropdown control type? I have done it with radio buttons control type but it would look better if it was drop down.

- I'm afraid, it is not possible to select multiple options, when the dropdown/select type search field is being used.

The selection of multiple options is only supported when using either the "Set of checkboxes" or the "Select multiple" options.

> Also, I have html text link that triggers additional search fields to display on click (thank you Waqar). Is there a way to style this so that it looks like a button?

- To make the text links for the triggers to appear as buttons, you can replace the HTML code for the links:
( ref: https://toolset.com/forums/topic/split-showing-option-to-show-extra-search-fields/ )


<a href="#" id="additional-fields-container-link-show">Show Additional fields</a>
<a href="#" id="additional-fields-container-link-hide">Hide Additional fields</a>

With:


<button type="button" id="additional-fields-container-link-show">Show Additional fields</button>
<button type="button" id="additional-fields-container-link-hide">Hide Additional fields</button>

regards,
Waqar