-
Search Results
-
Topic: Lightbox and hover text
Hi there, I noticed that the tooltip/hover text is still not aligned, until i resize the browser to just the edge of the box of the website.
http://www.afa.org.sg/wordpress/whatwedo/educate/msm/team/
Also the light box is having the same problem. it isn’t aligned to the centre.
http://www.afa.org.sg/wordpress/whatwedo/educate/hso/gallery/
Hi there,
I want to remove the standard browser tooltip on the images & the message itself in the Masonry blogpage.
I saw another topic with the same question and their was a solution but the solution wasn’t placed in the topic.
Could anyone help me how to fix it?
Topic: Problems with Quick CSS
Hi,
I apologize for my noobiness, but I am having troubles with my Quick CSS entries. They had been working well for a while, but somehow are now messed up so that some work and some don’t. Specifically, the resizing of the phone number top right of the header and the search icon bottom right of the header, as well as the phone icon button below the contact form. I suspect it has something to do with my curly brackets. Here is my Quick CSS:@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 93%;
height: auto !important;
margin-left: 0px!important;
margin-top: 5px!important;
}@media only screen and (max-width: 767px) {
#advanced_menu_toggle{
display: block;
right: -15px;
top: 40px;
}@media only screen and (max-width: 767px) {
#mobile-advanced {
background-color: rgba(255,255,255,0.95);
}@media only screen and (max-width: 990px) and (min-width: 481px) {
div.grid-content {
display: none!important;
}div.grid-content { pointer-events: none;
}.av_phone_active_right .phone-info {
padding-left: 0px;
font-size: 14px;
}#top .menu-item-search-dropdown > a,
#searchform #searchsubmit, .ajax_search_image, .iconfont {
font-size: 22px;
}@media only screen and (max-width: 990px) {
#socket .sub_menu_socket { display: none;
}span.special_amp:nth-of-type(1) {
margin: 0 -0.02em;
}span.special_amp:nth-of-type(2) {
margin: 0 .01em;
}.av_font_icon.av-icon-style-b}} .av-icon-char:hover {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
b}}-radius: 1000px;
b}}-width: 0px;
b}}-style: none;
padding: 10px;
color: #ffffff;
background: #f7951e;
b}}-color: none;
position: relative;
width: 45px !important;
height: 45px !important;
}.av_font_icon.av-icon-style-b}} .av-icon-char {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
b}}-radius: 1000px;
b}}-width: 0px;
b}}-style: none;
padding: 10px;
color: #ffffff;
background: #96af29;
b}}-color: none;
position: relative;
width: 45px !important;
height: 45px !important;
}@media only screen and (max-width: 990px) {
.avia-tooltip {
display: none !important;
opacity: 0 !important;
}@media only screen and (max-width: 990px) {
.av_font_icon.av-icon-style-b}} .av-icon-char:hover {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
b}}-radius: 1000px;
b}}-width: 0px;
b}}-style: none;
padding: 10px;
color: #ffffff;
background: #f7951e;
b}}-color: none;
position: relative;
width: 45px !important;
height: 45px !important;
}span.av_icon_caption.av-special-font {
color: #c3c3c3;
}2) Could you please tell me how to add a phone icon to the left of the phone number top right of the header?
Thanks,
TrevorTopic: REMOVE TOOLTIP IMAGES
Hi.
I have tried removing the tooltip of the images according to your post:https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/
I applied the two modifications of code that you point out, but the tooltips have just disappeared from the images without title, you do have title appears the bullet and the tooltip with the same text
How to remove the tooltip of pictures so that only aprezca title vignette)?
RegardsHi there! I’m finishing off a website and there are four things left to improve before the site is ready, I’d be really grateful for some advice on the following please…
In reference to Wiser Property: http://wiserproperty.com/
1. I’d like to make all H1 and H2 headings shrink to respond to tablets and smartphones – as currently the titles appear really large on smaller screens. Any idea what CSS I would require for this please?
2. On the “Sell Your Home” and “PIG (Plymouth Investment Group)” sections, I have made the font size larger. As a result, the bottom of some words are cut off, notably the g and y’s. What CSS would be required so they wouldn’t be cut off?The next too aren’t really important, but if it’s a quick fix, then great!…
3. At the bottom of the “PIG” section I’ve included a Google Map. Up until recently, landmarks were listed, and were clickable – so – a hotel near the pin could be clicked which would bring up an info box, which in turn could turn the whole map into Street View. Is there an option I’ve missed, or has this functionality been removed from the Google Maps integration?
4. Is there any way to remove the tooltips that appear when you hover over images, without needing to remove the alt text?Thanks a lot for your help, it’s really appreciated! :-)
Andreas
I want to customize the background, and the color of the tooltip on one single color section.
Wich CSS rules do i need? the section id is “arbeitsweise”I’ve tried this:
#arbeitsweise .avia-tooltip, #arbeitsweise .avia-tooltip .avia-arrow-wrap .avia-arrow{ background: rgba(255, 255, 255, 0.9)!important; color:#999999!important; }But it does not work … Any idea?
Hi there. I’ve tried a number of solutions found in other threads in an effort to remove images titles on hover with no success. The one I still have applied is placing
jQuery(document).ready(function($){ jQuery('img').removeAttr('title'); });at the end of the avia.js document as found in this thread.
I’ve cleared out the cache and still have image titles appearing on hover. I’ve also tried these values:jQuery(document).ready(function($){ jQuery('a img').removeAttr('title',''); jQuery('img').removeAttr('title',''); });Any help appreciated!
CheersTopic: How to hide Related Post
Topic: Horizontal tooltip
Hi,
Is that possible to modify tooltip arrow to the left side and have some kind of horizontal tooltip?Thanks
M
