Viewing 30 results - 2,101 through 2,130 (of 2,320 total)
  • Author
    Search Results
  • #242864

    In reply to: Disable Hover text

    Hey Board_the_Earth!

    See Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Regards,
    Yigit

    #241651

    I got it.

    I just deleted the link and replaced it with #

    $thumbs .= " <a href='#' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' width='".$img[1]."' height='".$img[2]."'  title='".$title."' alt='".$alt."' /></a>";
    $first = false;
    }

    Hi!

    That is possible but the tooltip will pop out over and over again. You can add something like this on Quick CSS or custom.css:

    .avia-tooltip {
    margin-top: 80px;
    margin-left: 5px;
    }

    Cheers!
    Ismael

    Hey!

    No, this topic is not a single grouped bug thread topic. I’m going to close it off for now actually as the main issues should be fixed in the update that is getting pushed out today.

    If anyone is still having issues please make a new topic outlining the specific issue.

    Best regards,
    Devin

    #239173

    Hey!

    Oh, the google maps widget does not support this option. However you can use this code to open the tooltip automatically:

    
    add_filter('avia_google_maps_widget_config','avia_google_maps_change_widget_config', 10, 1);
    function avia_google_maps_change_widget_config($config){
    $config = str_replace('google.maps.event.addListener','infowindow.open(map,marker); google.maps.event.addListener',$config);
    return $config;
    }
    

    Insert the code at the bottom of enfold/functions.php or place it into your child theme functions.php file.

    Cheers!
    Peter

    #239168

    In reply to: Map Tooltips

    BOOM! Worked and looks awesome. Thanks so much!

    #239163

    In reply to: Map Tooltips

    Hi Sistah!

    You can specify the width and height directly on the “Marker Tooltip” field. Something like this:

    <div class="" style="overflow: auto; width: 200px; height: 100px;">
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    </div>
    

    Best regards,
    Ismael

    #239125

    Topic: Map Tooltips

    in forum Enfold
    sistahhollywood
    Participant

    How do I get the tooltip to NOT wrap text with scroll bars? On the demo even with long text, no scroll bars appear.
    DEMO: http://kriesi.at/themes/enfold/pages/contact/

    Mine: http://www.sistahhollywood.com/contact/

    Thanks in advance

    #238780

    Hey!

    You can use following code in Quick CSS

    .avia-tooltip .avia-arrow { background: red; }

    Cheers!
    Yigit

    #238637

    Topic: Various small issues

    in forum Enfold
    chiummog
    Participant

    Hi guys,

    I’m currently setting up my site and have encountered some issues on WIN/Firefox 27.0.1 (which I don’t have on MAC OS X and WIN/Chrome). The site is at http://www.meoartis.com

    – font rendering doesn’t seem to work in Firefox, the font set in backend is Raleway as header, in frontend it renders Helvetica (please check any page on: http://www.meoartis.com)

    – I’m using tabs and for some reason it mixes colors within one tab element (please check here: http://meoartis.com/material/). Some lines are black, some are in a little lighter blue-grey (as set in backend #1c2b39). It’s subtle, but definitely visible.

    – I’m using the mega menu for the menu element “Material”. I have added pics with an original size of 495×400. Here the issue: on MAC Safari and WIN Chrome it works well, only the middle (2×3) image is smaller in height than the outer two columns. On WIN Firefox the image scaling doesn’t work, they are displayed in original size (only like 1.5 columns).

    – Question: is it possible to have the cirlce animation for icons with border if I DO NOT set a link? I want to use them to display tooltip information, the animation is nice, but I don’t want to set a link!

    Thanks for your assistance!

    Regards,

    Gabe

    Hello,

    I am now subscribed to this thread as well. If I am confused, please let me know, but from what I understand, this thread is indicating that some iPad users are not able to see the icons+circles due to a fall back that disables them? Why is the fall back to display nothing on something as highly utilizable as effect rings? Without the hover effect, they act as perfectly good navigation buttons with no hover effects, so why remove them entirely? I’m using those as in page navigation on the site and need to know if this is going to be an issue as I need to rethink the entire design now. If you could supply the CSS that would let these icons remain on all devices, that would be super useful. I’ll start my own post on this if it helps but this is something that I need to confirm now.

    Thank you,
    -AddWebToday

    • This reply was modified 11 years, 10 months ago by addwebtoday.
    #238099

    Hey!

    You just need to insert some content into the “Marker Tooltip” field and then a new option (a checkbox) will appear where you can select if the tooltip should be opened or closed by default: http://www.clipular.com/c/4537357877379072.png?k=_jhSP0lkBqarY2CfXZu6dS7VLp4

    Best regards,
    Peter

    #237572

    Hey rkap!

    Please add following code to Quick CSS as well

    .av_font_icon.av-icon-style-border .av-icon-char { padding: 10px; }
    #top .avia-icon-tooltip { font-size: 12px!important; }

    Regards,
    Yigit

    #237545

    Hey AntonNovikov!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .avia-tooltip { color: red; font-family: "Times New Roman",Georgia,Serif; }

    Regards,
    Yigit

    #237519
    AntonNovikov
    Participant

    I would like to change the tooltip fonts and colors. How do we go about this.
    What css effects these elements, anyone?

    Thanks.

    Great support and theme..

    Sorry now it worked out. Problem was on my site! ;)

    simonac
    Participant

    Hi,

    how can i dit the tooltips field for the google maps element? In the example there is some editing ” Howdy!” is written orange.
    http://kriesi.at/themes/enfold/pages/contact/

    In fact i need to write some text and link linkt this to another page. How can i do that?

    Regards, Simon

    • This topic was modified 11 years, 10 months ago by simonac.

    Hi, the “Hide Mobile Menu Submenu Items” option not work with Mega menu, when is active no click on section to open sub-menus… on iPad, they work on computer.

    Regards.

    Jean

    No change

    Fresh install, deactivated plugins and still the problem exists.

    What do we do next Devin?

    I’m not sure what the root cause of it is but I’ve not had any of the same issues when updating my demo site or any client sites so far. I would suggest deactivating all currently active plugins and then re-installing the last update over FTP and make sure there are no write errors.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Then see if things get back to normal working order.

    #236519

    Hi!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Yigit

    I agree to: do not work anymore on iPad :-(
    All of us should have a developement site to test Enfold upgrade before go online, that’s why i do and it make my life better :)

    Hey Devin

    just run 2.6.1 and the animations have NOT returned. It worked once after the re-install but now they are static again :( Sam with the Icon ‘rings’ on the homepage (like the Demo site) – no animated ‘pulse’…

    You may like to know that the Portfolio items featured on the homepage are NOT CLICKABLE links on an iPad or iPhone! What? Yes, they were but now they aren’t. You cannot select any of them to open the Ajax box animation anymore – they are just static images on the tablet and phone.

    This is a bad situation for me; can you have a look please?

    thanks
    Ed

    • This reply was modified 11 years, 10 months ago by Swarez.
    #236059

    Hi Sistah!

    Are you talking about the tooltip? Please add this on Quick CSS or custom.css:

    .avia-tooltip {
    display: none !Important;
    }

    Best regards,
    Ismael

    Hey Devin, thanks for getting back to me.

    Try any portfolio item: http://www.swarez.co.uk/modern-art-paintings-for-sale/timeslides/ for example

    Thanks
    Ed

    Can you point me to an example of things not animating? Progress bars would be the easiest to see and dig into.

    Thanks Devin

    I’ve adjusted and tested the mobile menu responsiveness and that works fine, thankyou.
    Shame about the hover events on the iPad – will have to accept it for what it is I guess…
    As for fonts it definitely looks different than before but I’m not going to jump up and down about it. However, the way each browser is handling H1 – H6 tags is not correct. Bold, ugly and heavy in IE and Safari but looking great in Chrome and FF.

    Any ideas why the animated events don’t work on any browser? Captions don’t scroll on the homepage slider, progress bars don’t animate either.

    Thanks for your help.
    Regards
    Ed

    Hi!

    The avia.js change is no longer needed as there is an option for it in the header theme options tab under the sub tab “Mobile Menu”. So the previous css should also be removed and the setting controlled from there alone.

    For me at least the font-family is showing as open sans.

    The icons on iPad I believe is intentional because they aren’t hover events. So the fallback is to not show them.

    Best regards,
    Devin

    I agree. Subscribed.

    Swarez
    Participant

    Hey guys

    Thanks for such great new improvements.
    However, 2.6 has some problems. The font look strange (as if it’s not rendering according to CSS rules). Definitely not smooth and definitely does not look like Open Sans (as it should be). I have a Child Theme and have Custom CSS in there with all the code adjustments done so far (was all working fine until I updated)

    Also the menu is not responding properly again on tablet. I adjusted avia.js previously with 980px set for both parameters for displaying the menu when the browser shrunk. However I cannot find this in the new avia.js file and now I have NO menu when you turn an iPad to portrait.

    Additionally the large icons (with tool-tip feature) do not work on an iPad – no clickable links or tool-tip displaying!!! Half-way down my homepage if you want to check. Oh and the progress bars don’t animate either…

    http://www.swarez.co.uk

    Help would be appreciated guys, wish I hadn’t started the update at 11pm at night!

    Thanks
    Ed

    (Right click enabled, no caching plugin, plugins were all functioning well prior to this update)

Viewing 30 results - 2,101 through 2,130 (of 2,320 total)