Skip Navigation

[Closed] I have problems to style the distance filters

This support ticket is created 3 years, 11 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 1 reply, has 2 voices.

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

Assisted by: Luo Yang.

Author
Posts
#1629713

Ok Luo it works!
but i always have problems i try to style the form.

If i remove the distance unit and value via css it doesn't record che inserted address
i use this css:

select.js-toolset-maps-distance-unit{
display:none;
}


.js-toolset-maps-distance-value {
display: none !important;
}
 

I also have problems with the icon of the current location button, it shows this char 

#1629717

Hello,

The CSS codes won't make the problems you mentioned above:
If i remove the distance unit and value via css it doesn't record che inserted address ... current location button, it shows this char 

There should be some other compatibility issue in your website, please check these:
1) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2020, deactivate all custom PHP/JS code snippets, and test again

2) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

The topic ‘[Closed] I have problems to style the distance filters’ is closed to new replies.