Viewing 30 results - 2,101 through 2,130 (of 2,327 total)
  • Author
    Search Results
  • #250791
    ksakkos
    Participant

    Hello!

    I tried removing tooltips from the easy slider like this:
    https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    but it does not work.

    Actually, I do not have any problem with tooltip as long as it does not show the image filename but caption instead. How can I do it? I prefere quick CSS

    Thank you!!!

    #249567

    Hi Zheq!

    Thank you for using the theme!

    1.) Are you talking about the galley tooltip? You can add this on Quick CSS or custom.css:

    .avia-tooltip {
    background: rgba(0, 0, 0, 0.8);
    }

    Change the color value.

    2.) Use this to change the lightbox overlay:

    div.pp_overlay {
    background: red;
    }

    3.) Edit config-templatebuilder > avia-shortcodes > contact.php, find this code on line 244:

    $elements['avia_age'] =	array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));
    

    Replace the label something else:

    $elements['avia_age'] =	array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are an awesome dude by dancing around','avia_framework' ));
    

    Edit framework > php > class-form-generator.php, find this code on line 520:

    $this->elements_html .= "    <span class='value_verifier_label'>$number_1 + $number_2 = ?</span>";
    

    Replace the question mark sign with something else or remove it.

    4.) Add something like this on functions.php to change the Thank you message:

    add_filter( 'avia_contact_form_args', 'enfold_customization_autoresponsder', 10, 1);
    function enfold_customization_autoresponsder( $form_args ) {
    	$form_args['autoresponder_subject'] = 'your text here';
    	return $form_args;
    }

    5.) This feature is beyond the scope of support. Please find a plugin like NextGen Gallery or hire a freelance developer to add the feature for you.

    It is easier for us if you ask or open a thread for each inquiry. Thanks!

    Cheers!
    Ismael

    #249376
    Zheq
    Participant

    Dear support team!

    I have i would like tas ask for help about few things:

    1. I would like to change to default tooltip color to any other color and also change the width of it. How is it possible?

    2. When you click on a picture it is showed with lightbox. How can i change the lightbox background color(black) to any other color?

    3. On contact page how can you set the default notification text (please, prove that you are
    human…etc…) to other language. How and where can you edit it? There is a “?” character in the textbox. how can i remove it or change it to other text etc.?

    4. After you send an e-mail via Enfold you get a message with the subject “Thank you for your Message!” Where can you edit this text?

    5. I see many gallery solutions in Enfold. There is one with 1 big picture and there are small ones in a line below it. Does it possible to make that line with small pictures to be scrollable if it contains more picture then the line would allow? With Arrows for example to navigate it to left or right.

    Thank you very much for you help!

    #248851

    Hi Paul!

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

    Cheers!
    Yigit

    Hey Reidable!

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

    Regards,
    Yigit

    #244592

    In reply to: ICON TOOL TIP TEXT BOX

    Hi Silvio!

    This will do it:

    #top .avia-icon-tooltip {
        width: 120px !important;
    }

    Change as needed.

    Regards,
    Josue

    #243601

    Topic: Lightbox not working

    in forum Enfold
    tetonwebstores
    Participant

    When I have my gallery set up, and I have lightbox enabled on the options, the photos only load in a new page, not lightbox. I have changed the actual html or css of anything other than the quick css. Here is my quick css:

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    .image-overlay { display: none!important; }
    
    img{ border-radius: 0 !important; }
    
    @media only screen and (min-width: 768px) {
     
        /* Adopt Enfold's line height */
        #megaMenu,
        #megaMenu ul.megaMenu,
        #megaMenu ul.megaMenu > li.menu-item,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > a,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > span.um-anchoremulator{
          line-height:inherit;
          height:inherit;
     
        }
        /* Display items as tables to allow for vertical centering */
        #megaMenu ul.megaMenu > li.menu-item{
            display: inline-table !important;
            margin:0 !important;
            padding:0 !important;
            border-collapse:collapse !important;
            border-spacing:0 !important;
        }
        /* Vertically center menu item contents */
        #megaMenu ul.megaMenu > li.menu-item > a,
        #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
        #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink{
            padding-top:0;
            padding-bottom:0;
            display: table-cell !important;
            vertical-align: middle;
             
            border-collapse:collapse !important;
            border-spacing:0 !important;
            position:relative;
     
        }
        /* Align submenus properly relative to table */
        #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1{
            top:100%;
            left:0;
            white-space:normal;
        }
        #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item{
            vertical-align:top;
            float:none;
        }
     
        /* Fix hover table shift */
        #megaMenu ul.megaMenu > li.megaHover{
            margin-right:-1px !important;
        }
         
        /* Set search dropdown to proper height */
        #megaMenu .avia-search-tooltip{
            top:100% !important;
            background:white;
        }
    }

    Please help, I want lightbox to work and I want all of these options to work still as well. Thanks

    #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, 9 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, 9 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, 9 months ago by Swarez.
Viewing 30 results - 2,101 through 2,130 (of 2,327 total)