Skip Navigation

[Resolved] Custom CSS codes issue 4

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 8 replies, has 2 voices.

Last updated by Luo Yang 3 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#2235649

Q10) could you provide info how to reduce this search width? thank you!

Q11)
I realized somehow I mixed 2 views accidentally. Could you help to merge them into 1 view template to edit?

--- A -- Search Form
hidden link

--- B -- Result View & CSS (where we change the result css)
hidden link

Thank you!

#2235705

Q10) You can use CSS codes to customize the entire search form, for example:

form.wpv-filter-form{
	max-width: 800px;
}

Q11) You have already did it, it needs just to replace the content template shortcode:
[wpv-post-body view_template="loop-item-in-master-trainer-finden"]

Since I don't want to messed the answers of your other questions, I have to spitted them differently, see the answer in below thread:
https://toolset.com/forums/topic/custom-css-codes-issue-2/#post-2235683
1) In section "Loop Editor", use the correct content template shortcode:
[wpv-post-body view_template="loop-item-in-master-trainer-finden"]

And in my opinion, it is better to use different content templates for different post views, it will be easier to manage them.

#2238129

My issue is resolved now. Thank you!

#2238133
Bildschirmfoto 2021-12-06 um 13.01.52.png

could you give me the css, that the labels still have 100%? (for col-2)? thank you!

#2238645

I have checked below URL again:
hidden link
Where and how do you want to display the "Reset" button?

To avoid more misunderstandings, please take a screenshot for what you want to achieve, thanks

#2239079
Bildschirmfoto 2021-12-07 um 14.10.08.png

like that or similar. But wait with a reply, please see https://toolset.com/forums/topic/custom-css-codes-issue-1/#post-2239119

If we solve the issues with elementor, we don't need to manually create that code!

#2240275

I have checked the problem page again:
hidden link
You are using a view "TESTNUNABBA" in elementor page builder, that view is created with Blocks editor:
hidden link
as I mentioned in your previous thread:
https://toolset.com/forums/topic/search-results-not-displayed-correctly/#post-2232263
it is not recommended to use two page builders to design the same page/post, it will conduct unexpected result.

#2241501

Hi Luo,

to be honest the solution is quite easy and not blamed for using 2 Page Builders. Please read carefully for the positive solution:

I put the CSS code into the grid directly instead of the whole page custom css, now it works.

And of course Toolset is working with Elementor, this information is not true and could irritate other clients.

hidden link

#2243107

Thanks for sharing the solution, that will help other users.