Viewing 30 results - 2,011 through 2,040 (of 2,327 total)
  • Author
    Search Results
  • #299357

    In reply to: gallery image

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip.avia-tt {
    display: none!important;
    }

    Regards,
    Yigit

    #299183

    In reply to: gallery image

    #299180

    In reply to: gallery image

    P.S.: can i deactivate the other tooltip, which is not looking very stylish (where “oktjabr” is written when You hover)?

    #299179

    Topic: gallery image

    in forum Enfold
    Finlando
    Participant

    Hi!

    is it possible to animate the gray (enfold) “tooltip” at the side of the pic? (where test is written when You hover)
    This would be very handy in some cases.

    Thanks a lot for the amazing support!

    Regards,
    finlando

    #299124

    Hey datadirt!

    Yes, open up wp-content/themes/enfold/includes/helper-social-media.php and replace:

    
    $this->html .= 		"<a {$blank} href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
    

    with

    
    $this->html .= 		"<a {$blank} rel='nofollow' href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
    

    Best regards,
    Peter

    #298947
    BarbaraD
    Participant

    Our client has requested that we remove all of the ‘tooltips’ that show up with image titles. Do you have a suggestion for removing these, without actually having to remove the “title” elements?

    Site is http://gochronicle.com
    Submitted by Chuck Gregory, developer for Barbara Deckmeyer

    • This topic was modified 11 years, 4 months ago by BarbaraD.
    #298049

    Hi!

    Thank you for using the Enfold theme.

    Regarding the logo, please adjust the height of the header on Enfold > Header Layout > Header layout > Header Size. Set the setting to custom pixel value. Adjust the height to 156px. This will automatically adjust the width of the logo.

    On the hotspot element, when you add an image via the Add Media button, the image will be added on the tooltip not on the hotspot number.

    Cheers!
    Ismael

    Hi Barb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #top .avia-icon-tooltip { display: none !important; }}

    Cheers!
    Yigit

    Morticka
    Participant

    Hi guys,

    Is there a way to turn off the icon tooltip on mobile/responsive view, but keep it on desktop view? Now people have to touch the icon twice before they can use the link on mobile.

    Sincerely,
    Morticka

    #297035

    In reply to: Hot Spot

    Hi pc37075!

    You can add links but they would not be clickable since tooltip is currently displayed on hover. Some other users also requested such feature. Please go to – https://kriesi.at/support/enfold-feature-requests/ and vote that feature :)

    Cheers!
    Yigit

    Cliffy
    Participant

    I hope someone can help with some basics. I am using the Enfold Map Element.
    I have entered a name and address in the Marker Tooltip.

    I am trying to get the name working as a Hyperlink but it is not working perfectly.

    I try this: `<a href=”/portfolio-item/slider-two-third/” target=””>Town Hall></a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA`

    and am left with a > at the end of Town Hall

    I try this: `<a href=”/portfolio-item/slider-two-third/” target=””><strong>Town Hall><strong/></a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA`

    and the whole line for Town Hall does not show. (my theme colour for Bold is blue and just putting strong around some text does work)

    Can someone test this and see if I am doing something wrong?

    I am trying to link the Marker Tooltip text to a page on my site of course.

    Many thanks,
    H

    *note that the above ‘ has been inserted into this post as I used the code button before and after (I presume that is the correct thing to do when inserting HTML into forum posts)

    Hey sterlingwilliam!

    You can add images and videos but since tooltip is only shown on hover, you would not be able to click video play button. Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/ :)

    Cheers!
    Yigit

    #294802

    Hi!

    You can generate one using the shortcode wand. Create a temporary page or post then use the shortcode wand. Go to Media Elements > Google Map. The shortcode looks like this:

    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='' tooltip_display='' marker='' imagesize='40'][/av_gmap_location]
    
    [/av_google_map]
    
    [av_video src='' format='16:9' width='16' height='9']
    
    [av_google_map height='400px' zoom='7' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='Apopong' city='General Santos City' country='Philippines' long='125.1103736' lat='6.1093899' marker='' imagesize='40' tooltip_display='']
    This is sparta!
    [/av_gmap_location]
    [av_gmap_location address='Matina' city='Davao City' country='Philippines' long='125.59519079999995' lat='7.067416799999999' marker='' imagesize='20' tooltip_display='']
    This is Davao!
    [/av_gmap_location]
    [/av_google_map]

    Regards,
    Ismael

    #294489

    In reply to: Google Maps Element

    Hi!

    I fixed it. I simply had to switch the long/lat values. The shortcode now is:

    
    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='Aglantzias' city='Aglantzia' country='Cyprus' long='33.391600' lat='35.157087' tooltip_display='aviaTBaviaTBtooltip_display' marker='' imagesize='40'][/av_gmap_location]
    [/av_google_map]
    

    Regards,
    Peter

    #294048

    Hi!

    The tooltip size will depend on the tooltip content, regarding the scrollbars, try adding this to the Quick CSS:

    .gm-style .gm-style-iw, .gm-style .gm-style-iw {
    min-width: 330px !important;
    }

    Cheers!
    Josue

    #293381

    In reply to: social icons in posts

    Hey!

    To change the title, try adding this at the very end of your theme functions.php file:

    function modify_share_title(){
    	return "Share this"; // Put the string you want here
    }
    add_filter('avia_social_share_title', 'modify_share_title');
    

    Regarding changing the tooltip that appears, please specify what exactly you want to change.

    Cheers!
    Josue

    #293369

    Topic: social icons in posts

    in forum Enfold
    romero2
    Participant

    Hi !

    How I can change the title that is on the social icons post? Default is “Share this entry”.

    Also need to change the tooltip that appears when you hover over icons of social networks.

    regards

    #292942

    In reply to: Team member question

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip.avia-tt {
    width: 260px!important;
    }

    Regards,
    Yigit

    #292932
    elbnetz
    Participant

    Hi There,

    On your demo the sizes of your Marker Tooltip for maps have different sizes.
    At our site the size is always the same and sometimes we have ugly scroll bars if there is to many content on Firefox browser. (Safari is rowing fine)

    How can we change the size?

    Many Thanks

    So I pointed the child theme to a brand new clean upload of the theme and it’s working again, however, I am trying to use the toolTip plugin to make an image map with hotspots and when I switch to the default editor I get a blank filed for both the visual and HTML editor. Thoughts? thanks.

    #289987

    Topic: Hotspot

    in forum Enfold
    Schloss Klaus
    Participant

    Hi,
    i’ve already read, that u have some issues with the new hotspot feature.

    I wanted to use them as links on worldmap. But there are two problems. I cant add a link direct to the hotspot and i also cant add the link to the infobox, cause the box disapears, when i leave the hotspot.

    Maybe u think about to add some more features:
    1. Add a link to Hotspot
    2. An Option like: Show tooltip for 1, 2, 3, …. 15 seconds before it disapears.

    Best regards
    Patrick ;)

    #289539

    In reply to: Image with Hotspots

    in mobile version work fine… “tooltip link”

    #289501

    In reply to: Image with Hotspots

    Hi!

    That isn’t available right now unfortunately.


    @dpiassociati
    – There isn’t currently a delay option though Kriesi mentioned he might be adding the ability for the tooltips to work as links if there is enough interest for it.

    Regards,
    Devin

    #289345

    In reply to: Icon with Tooltip

    Hey bur2000!

    Thank you for using the theme.

    Please edit js > avia.js find this code on line 1351:

    event: 'mouseenter',       	//mousenter and leave or click and leave
                position:'top',             //top or bottom
                extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute
    

    Replace it with:

    event: 'mouseenter',       	//mousenter and leave or click and leave
                position:'bottom',             //top or bottom
                extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #289039

    In reply to: Image with Hotspots

    In the tooltip if i insert a link is not clickable, how do I fix?

    #288941

    Topic: Icon with Tooltip

    in forum Enfold
    bur2000
    Participant

    Hey,

    thanks for the Update 2.9.

    I want to make a Icon with a tool tip box. Now the tool tip box open above the icon. I wanna have it below the icon.
    I dont find the css for that, could you please help me?

    see here http://www.idee-und-design.com/werbeagentur-bremen/

    thanks.

    • This topic was modified 11 years, 5 months ago by bur2000.
    #288907

    I have setup a fresh wordpress install with the last version of Enfold 2.9
    I have no plugins installed
    Here is the page about HotSpots: http://www.wp-master.org/sandbox-image-with-hotspots/
    I also I realized that the tooltip disappears if we move our mouse away. I supposed it was the you want it, but what if someone put a link inside his tooltip? He can’t click on it…
    For instance, hover the (2)

    >There is another issue: the hotspot image is in a 3/4 column but do not care oh his parent…

    Thank you

    #288666
    This reply has been marked as private.
    #288550

    In reply to: Tool Tip Hover text

    Hi!

    Thank you for the update.

    I’m sorry but there’s a big chance that a third party plugin is causing the issue because we can’t reproduce it on our test server. You’re right, the tooltip works fine when the site is NOT finish loading which tells us that after a certain script has been loaded, it somehow breaks the tooltip function. Did you modify any theme files? Please totally deactivate all plugins. Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #285069

    Topic: Tool Tip Hover text

    in forum Enfold
    vin8tan
    Participant

    Hi there,i’m sorry, this is the third time i’m asking for help. 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/

    I’ve tried on all browsers, both windows and mac, uninstalled and re-installed the theme, deactivated all plugins, and removed all custom css. nothing seems to be working. can i get some help please? my site is already live and it’s quite unsightly.

Viewing 30 results - 2,011 through 2,040 (of 2,327 total)