Skip Navigation

[Resolved] Change Tooltip Height

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

Problem:
Change Tooltip Height for map's infowindow poupup content

Solution:
You should adjust your infowindow HTML content in order to adjust the styling.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/change-tooltip-height/#post-920162

Relevant Documentation:

This support ticket is created 6 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
- 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 3 replies, has 2 voices.

Last updated by jeffK-4 6 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#919438
Incorrect Tooltip Size.PNG

I am trying to: Display all information inside a tooltip without having to scroll or cause overlap.

Link to a page where the issue can be seen: hidden link

I expected to see: A full tooltip size with no scroll bar inside of it, plus content spacing that makes sense.

Instead, I got: 'Smushed' content inside the tooltip with a scrollbar suggesting the overflow needs to be taken care of in a better way. The tooltip size looks like it's ~107px tall and if I could change that to 300px or so that would solve my problem. I don't know where in the settings or CSS to change that though.

#919719

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - I need to check on your install whats causing the issue.

Additionally, before you send me access details, in order to minimize the cause of the issue and to ensure there is no conflict between any third party plugin or theme:

Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?

If that does not help:
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#920162

Minesh
Supporter

Languages: English (English )

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

Well - I've wrap the marker infowindow popup content with div and replaced the BR tag with P tag as given under:

<div style="width:100%;overflow:hidden;min-height:150px;">
          <h3 class="no-margin"><a href="[wpv-post-url]">[types field='hotel-name'][/types]</a><br></h3>
[types field='hotel-address'][/types]
          <p> <h4 class="no-margin">[types field='number-of-rooms' format='FIELD_VALUE'][/types] Rooms Available</h4> </p>
          <p> Amenities: [types field='hotel-amenities' separator=' '][/types] </p>
          <p><a class="button bump" href="[wpv-post-url]">Learn More</a></p>
          </div>  

I can see it looks better. Please adjust the styling as per your need.

#920363

Worked Perfectly Thanks!