Hi!
I get a “Nothing found error” when I try to open this link you have posted: http://www.floatingconcepts.net/client/CBS/courses/pgpm-courses/hr-management/#tab-id-2
However, I think I found the correct link: http://www.floatingconcepts.net/client/CBS/courses/pgpm-courses/hr-management-course/#tab-id-2
I checked with Chrome mobile emulator as well as with my htc smartphone and on both the tooltips are showing fine for me.
Did you clear browser cache after making changes you mentioned above? Make sure to use newest WordPress and theme version.
Which device are you using? please check on a different smartphone as well to double check.
What do you mean with “to nest content elements”? can you explain what you want to achieve please?
Regards,
Andy
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a[data-tag="{All}"] {
display: none;
}
.togglecontainer .tag-seperator:nth-child(2) {
display: none;
}
then add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).ready(function(){
setTimeout(function() {
jQuery('a[data-tag="{All}"]').removeClass('activeFilter');
jQuery('a[data-tag="{ex}"]').addClass('activeFilter');
}, 1500);
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Cheers!
Yigit
Hey!
I don’t see an easy way of going about that unfortunately. Your trying to move the tooltips down a bit so they display on top of each of the images correct? You could use some CSS like this.
.avia-tooltip {
transform: translateY(150%) !important;
}
But the problem is that if you place your cursor on the tooltip then it fires the mouseout trigger of the image so the tooltip disappears.
As for the Corona license you will need to contact themeforest support about that.
Cheers!
Elliott
Hi michaelearl!
Please use following code in Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('a').removeAttr('title');
jQuery('img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Best regards,
Yigit
AnonymousInactive
Hi, I previously had the tooltips hidden by some code I found on this forum (i.e. adding to custom css and to avia.js) but after updating enfold it doesn’t seem to work any more, even though I added the same code to the same file. How can I get this to work again? Thx
Sorry if I should open another topic instead of posting in this same thread.. But I just wanted to know if I could nest content elements?
Instead of using the icon tooltip, is there anyway I can create a toggle item within a tab? Do let me know if this is possible.
Thanks!
Hello,
Tooltips for icons are only occasionally working when I’m testing on iOS. Is there some way I can make tooltips appear consistently when an icon is clicked (I know hover events aren’t possible..).
Thanks for a wonderful theme :)
Hi alfaweb2!
meinst du mit Titeleinblendung die tooltips? falls ja wurde dies schon einige Male hier im Forum beantwortet, bitte versuche in Zukunft auch selbstständig im Forum zu suchen: https://kriesi.at/support/topic/tooltip-color-and-transperancy/#post-133956
Was meinst du mit Hintergrund Overlay? kannst du uns bitte screenshots schicken? (imgur.com oder public dropbox Ordner)
Gruß,
Andy
Hello, I’m having an issue where the tool tip text that is displayed in the Google maps widget is not being show consistently.
Specifically sometimes when a user clicks on the Market tool tip text in on one line – see link below
https://www.dropbox.com/s/t0wofn77c0j62cz/Map_text_long.PNG?dl=0
However in other cases it looks like this
https://www.dropbox.com/s/0tgucmsp93vb40u/Map_text.PNG?dl=0
What can be done formatting wise to address this issue
-
This topic was modified 10 years, 9 months ago by
rcgroup.
This reply has been marked as private.
Hi webmktr!
Are you referring to the little “+” tooltip plugin your using that is displaying when you hover over certain elements of your site? Are you trying to hide it?
If so then try this out.
#incom_wrapper { display: none !important; }
Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott
Ok
the Shortcode is outputting the correct custom colors
DEFAULT EXAMPLE
[av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='page,149' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='48.8,80.4']
<p>Tool tip text here</p>
[/av_image_spot]
CUSTOM COLORS EXAMPLE
[av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='manually,http://#url link here' hotspot_color='custom' custom_bg='#00472e' custom_font='#ffffff' custom_pulse='#00472e' hotspot_pos='88.8,86.8']
<p>Tool tip text here</p>
[/av_image_spot]
However the shortcode is not inserting the custom style HTML CSS code for the custom colors in the FONT COLOR or BACKGROUND COLOR
<div class="av-image-hotspot av-perma-tooltip av-display-hotspot" data-avia-tooltip-position="left" data-avia-tooltip-alignment="centered" data-avia-tooltip-class="av-tt-default-width av-tt-pos-left av-tt-align-centered av-mobile-fallback-active av-permanent-tooltip-single main_color av-tt-hotspot" data-avia-tooltip="<h3><a title=" " href="http://#url link here" target="_blank">Download our Product Brochure</a></h3>
" style="top: 88.8%; left: 86.8%; "><a href="http://#url link here" class="av-image-hotspot_inner" style="background-color: #00472e; color: #ffffff;">6</a><div class="av-image-hotspot-pulse" style="background-color:#00472e;"></div><div class="avia-tooltip avia-tt av-tt-default-width av-tt-pos-left av-tt-align-centered av-mobile-fallback-active av-permanent-tooltip-single main_color av-tt-hotspot" style="top: -37px; left: -140px; display: block; opacity: 1;"><div class="inner_tooltip"><h3><a title="" href="http://#url link here" target="_blank">Download our Product Brochure</a></h3></div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></div>
Above we can see that the custom colour has been inserted for the hotspot
<div class="av-image-hotspot-pulse" style="background-color:#00472e;"></div>
But not for the other elements
There are a few old post on how to customise the hotspot colour – but these were before ENFOLD included this git hub function to add custom colours to the image hot spots
https://gist.github.com/gdometrics/fc5e03a6f05845746a18
Enfold 3.1.2 / WordPress 4.1.1
I am currently able to change the hotspot pulse colour – using Custom Colours.
However the custom colour for background color and Font color do not work.
Background color – remains the same colour as the default tooltip
The Font color – remains the color of the styles set by the text WYSIWYG editor
I only want to change just one hotspot tool tip – pulse, background and font colors
I hope there is a fix for this
Hi Maik!
I can’t see any background image on your website:

Please always provide us screenshots of what you mean and of what you want to achieve.
Edit:
On a second view I see the white background that you mean. Remove it using this code in Quick CSS:
.page-id-533 .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
background-color: transparent;
}
Regards,
Andy
-
This reply was modified 10 years, 9 months ago by
Andy.
Hi Yigit,
we need to use the “Show thumbnails and display post title by tooltip”, we just want to edit the thumbnail size.
Best
Superhub
Hello there,
we would like to choose the size of the images displayed in a lightbox. Currently the lightbox is using the full size image but we would like to optimize it (we upload very large retina images and we can’t let it load the original images).
Then we would like to edit the size of the related entries thumbnails (displayed by tooltip). Currently it is using the 180x180px thumbnail. Where can we change it?
Thanks
Superhub
Hi Yigit,
That worked and I added the following to css:
/* Header Social Share Box Adjustment */
#header .av-social-sharing-box { z-index: 999; position: absolute; bottom: 5px; }
#header .av-share-box .avia-related-tooltip { display: none !important; }
/* Hide Header Social Share Box for Mobile Devices */
@media only screen and (max-width: 767px) {
#header .av-social-sharing-box { display: none; }
}
I would also like to have 1 tooltip on my map open at once. There was a previous post to a github of a replacement shortcode.js but that does not work on 3.1.
This reply has been marked as private.
Hi Ismael,
thanks for that. Workaround does the trick actually. Elliotts workaround doesn’t limit on Image with Hotspots, so that the Tooltips everywhere are affected. So for those having the same problem:
.av-image-hotspot .inner_tooltip {
margin-top: -15px;
}
Georg
Hi!
¿Would there be any way to insert a photo in the tooltip that appears when you click on the marker map and assign a url link?
Regards
hi there,
you gave me a code for the tooltip (which runs fine).
but i (and every user) can see the code in the socket :-(
.avia-tooltip,.avia-tooltip .avia-arrow { background: rgba(240, 90, 26, 0.8); }
.avia-tooltip {margin-top: 100px; }
how can i remove this?
thanks,
felixl
Hey!
Replacing avia_apply_autop with avia_remove_autop will remove the paragraph tag but you won’t be able to use shortcodes inside the tooltip.
Best regards,
Ismael
Just open the Debugger and uncomment my Custom-CSS which is:
.inner_tooltip {
margin: -20px 5px 5px 5px;
}
The heading moves down by those 20px. If You check the HTML-Code in the debugger for this Tooltip and remove the unnessecayr “<p></p>” right before the heading, then everything looks fine – so it’s definetely NOT the margin of the heading. Now let’s check the raw source code.You will find the following code for the Hotspot:
<div class='av-image-hotspot_inner' style=' '>4</div><div class='av-image-hotspot-pulse' ></div></div><div class='av-image-hotspot' data-avia-tooltip-position='bottom' data-avia-tooltip-alignment='right' data-avia-tooltip-class='av-tt-xlarge-width av-tt-pos-below av-tt-align-right av-mobile-fallback-active av-permanent-tooltip-single main_color av-tt-hotspot' data-avia-tooltip='</p><h4>Markante <strong>Einsätze</strong></h4><p>
Let’s translate the data-avia-tooltip’s beginning to real HTML:
</p><h4>Markante Einsätze</h4>
So, there is a closing paragraph on top of the heading – no idea, where You place the opening one. It’s of course the block we removed right before in the HTML-Debugger.
Do You now see the problem ? I suggest it has to do with the
ShortcodeHelper::avia_apply_autop($content)
which is used in the image_hotspots.php (511).
Regards,
Georg
Hi!
The CSS appears to be working. The problem is that the headings have a top margin applied to them and when you use them in the hotspot tooltips the margin looks weird.
Regards,
Elliott
Hey master-t!
For the google maps? In the avia layout editor click on the “Media Elements” tab to insert a google maps element to your page. Next edit the map and add some addresses. For each address you can setup a custom marker icon and tooltip. This is pretty much the same thing as the image hotspots.

Best regards,
Elliott
Hey GeorgLudwig!
Try adding this to your custom CSS.
.inner_tooltip > h4 {
margin-top: 0 !important;
}
If that’s not working then make sure Enfold is updated to 3.1 and send us a link so we can take a look.
Best regards,
Elliott
-
This reply was modified 10 years, 10 months ago by
Elliott.
After upgrade to 3.1.1 I lost the ability to change the width of the social share buttons in posts. Previously I used the following custom CSS:
.av-share-box .av-share-link-description { display: none; }
.av-share-box ul { width: 65%; }
.av-share-box .avia-related-tooltip { display: none !important; }
It seems the other adaptations still work, it is just the .av-share-box ul { width: 65%; } that does not work. The social share buttons cover the entire width of the current page.