Viewing 30 results - 2,071 through 2,100 (of 2,320 total)
  • Author
    Search Results
  • #268778

    Hi Jonas!

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

    Regards,
    Yigit

    #266248

    Hey!

    Copy the entire code of enfold\includes\helper-social-media.php into your child theme functions.php file (maybe you need to remove the first line which contains the $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>";
    
    

    and

    
    			$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";
    
    

    with

    
    			$html .= "<a {$blank}  rel='nofollow' href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";
    
    

    Regards,
    Peter

    #265267
    .avia-icon-tooltip {
        background-color: rgba(110, 105, 63, 0.8);
    }

    you can also use hex code for color if you dont need the transparency

    #262559

    Topic: Button and code

    in forum Enfold
    CloudChoice
    Participant

    Hi,

    How could I put the <abbr> html code in a button to be abble to see a little tooltip in this button?

    THANKS

    #262526

    Hi!

    The tooltips need additional tweaking but it’s a start, thanks for sharing it :)

    Regards,
    Josue

    #262376
    TinyGiantStudios
    Participant

    Hi Kriesi & Co,

    We’re using enfold for http://gocommercenam.com/ and on http://gocommerce.co.za/ but any page that loads images with sliding effects (or even icons) are not being displayed at all.

    We’re using FF 29, Win 7, WP 3.9 and Enfold 2.7.1. It seems to work fine on Safari and Chrome…

    UPDATE: When using Firebug, the following console error shows up: TypeError: $.AviaTooltip is not a constructor on avia.js (line 29)

    Any ideas?

    #261843
    brandonritt
    Participant

    Hi, I am just wondering on how to remove the tooltip from all hyperlinks in all pages. I did once in another theme where I commented out a href I believe. But I want to do it the right way. I am kinda new at this so I guess laymen terms would be best.

    #261820
    lrobbins303
    Participant

    How do you disable the tooltip when you point your mouse at the TITLE in the title bar? For example, the tooltip says “Permanent Link:PROJECTS” when you point at the title “PROJECTS”?

    Thanks for your great support!
    Lori

    #261597
    zacholas321
    Participant

    I need to be able to nest columns within each other and am having problems. I have a 1/4 + 3/4 layout, and would like to be able to put to 50% columns into the 3/4. They need to be editable with the drag-and-drop editor — it’s not ideal for me to just paste the shortcode into a text widget.

    I was editing \config-templatebuilder\avia-shortcodes\columns.php and added the code below that you see at the bottom of this post. This allowed me to nest my new 1/2 column within the 3/4 just as I’d expect. However, when I save the page, it removes my nested column and places it adjacent to the 3/4 rather than inside it. I assume this is some setting in \config-templatebuilder\avia-template-builder\assets\js\avia-builder.js that I need to change, but am not sure what it is. I know this falls out of official theme support, but I’m really stuck and would appreciate guidance on what I need to change.

    if ( !class_exists( ‘avia_sc_columns_one_half_inner’ ) )
    {
    class avia_sc_columns_one_half_inner extends avia_sc_columns{

    function shortcode_insert_button()
    {
    $this->config[‘name’] = ‘1/2 inner’;
    $this->config[‘icon’] = AviaBuilder::$path[‘imagesURL’].”sc-half.png”;
    $this->config[‘tab’] = __(‘Layout Elements’, ‘avia_framework’ );
    $this->config[‘order’] = 90;
    $this->config[‘shortcode’] = ‘av_one_half’;
    $this->config[‘html_renderer’] = false;
    $this->config[‘tinyMCE’] = array(‘name’ => ‘1/2 + 1/2’, ‘instantInsert’ => “[av_one_half first]Add Content here[/av_one_half]\n\n\n[av_one_half]Add Content here[/av_one_half]“);
    $this->config[‘tooltip’] = __(‘Creates a single column with 50% width’, ‘avia_framework’ );
    $this->config[‘drag-level’] = 3;
    $this->config[‘drop-level’] = 2;
    }
    }
    }

    Thanks very much!

    #261328

    Hey!

    You can add tooltips on partner/logo elements – http://imgur.com/XT2r7Kf
    Please hover on Microlancer logo on demo site to see it on action – http://kriesi.at/themes/enfold/
    Cheers!
    Yigit

    Hey Ken!

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

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

    Best regards,
    Yigit

    Hi!

    It seems like you have added tooltip and not a caption – http://i.imgur.com/fePKlAM.png
    Please edit your icon and add icon caption instead

    Cheers!
    Yigit

    #257204

    Hi!

    Please add following code instead
    3-

    .av-share-box .avia-related-tooltip { display: none !important; }

    Best regards,
    Yigit

    #256808
    adworks
    Participant

    I have a list of issues I need help with, please excuse the site (half done) I have a lot of things, including a child theme/woo snippets to add and I need to fix these issues first before adding more variables – thanks!

    1. I put some Quick CSS in the theme to enlarge the header and drop the bnav down on the logo baseline and the menu when scrolling up now leaves the type/nav hanging off it (where it sits originally before scrolling) http://bagelboys.wpengine.com

    2. I was reviewing this last night on an iPad and on the contact page and you can’t get past the map (map scrolls forever) in horizontal view. I understand the “why” but if I don’t have a workaround I have to scrap the map. See http://bagelboys.wpengine.com/?page_id=19 (hosted on WPengine)

    3. Same page as above in Firefox 3.0, clicking the bagel/pin to the right you’ll see a scroll in the rollover not present in safari.

    4. Is there any way to dress these rollover/tooltips up or at the very least change the background color and font color?

    5. Woocommerce issue on Firefox – not sur if it’s the theme so I’ll throw it out there, when you put any item in your cart and then go to check out it says your cart is empty. I had installed the WooCommerce Field Editor so I deactivated it and reset all the fields and this didn’t fix it. The only other active plugin besides woo and the field editor is the official Facebook plugin. Oddly i turned on private browsing in Safari and recreated this issue in safari so I went back to FF and played with some browser setting with no luck.

    6. Is there any way to get the footer color/image to repeat all the way down to the bottom of the browser?

    PS > Love the new form, it would really rock if you could assign different emails to it based on a field chosen by the user and if the emails collected in the backend like Gravity Forms. Any plans for these?

    Also, is there any place to SEE all the examples showcase of what others have done with Enfold? I’ve found links in the past but it’s too timely to review that way.

    #256279

    Hey!

    Can you post the link to your website? All browsers show tooltip by default.

    Cheers!
    Yigit

    #256119

    Hi benspy!

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

    Cheers!
    Yigit

    Hey!

    They get included once i update the file. Please download it here – https://www.dropbox.com/s/3du2yqcelp3ota9/de_DE.zip

    Best regards,
    Yigit

    Hey Yigit,

    tried as suggested, but without any luck … these strings are still missing (german translation file).

    Thanks

    Hi StuWeTueHo!

    Please rescan theme files using this plugin – http://www.wordpress.org/plugins/codestyling-localization/
    and new strings should be added

    Regards,
    Yigit

    StuWeTueHo
    Participant

    First: Thanks for the update. I love the magazine elements and the social functionality. But I noticed there is no way to translate “Share this entry” and the tooltips above the social icons (“Share on Facebook”; “Share on Twitter” …). At least it is not possible with the provided translation files – would be nice to have fix this with the next update :). Anyway – thanks for your continuous improvement of this stunning theme!

    This reply has been marked as private.
    #251879

    Hi Yigit,

    I follow “Please add following code to Quick CSS in Enfold theme options under Styling tab” but after?

    What should I put in the “Optional TooltipAdd a tooltip for this Icon. The tooltip will appear on mouse over”

    THX

    #251261

    It works! Sorry!!!

    :-)

    #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

Viewing 30 results - 2,071 through 2,100 (of 2,320 total)