Viewing 30 results - 1,891 through 1,920 (of 2,320 total)
  • Author
    Search Results
  • #356530

    In reply to: Search

    Hey!

    I think it’s better if you use the search toggle instead of the actual search form. Please remove the customization we suggested above then use this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_side_nav', 10, 2 );
    function avia_append_search_side_nav( $items, $args )
    {	
    	if (is_object($args) && $args->theme_location == 'avia')
    	{
    		global $avia_config;
    		ob_start();
    		get_search_form();
    		$form =  htmlspecialchars(ob_get_clean()) ;
    
    		$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    						<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    				   </li>';
    	}
    	return $items;
    }

    Add this on Quick CSS or custom.css:

    li#menu-item-search {
    position: absolute;
    right: 0;
    }
    
    .avia-search-tooltip.avia-tt {
    margin-left: 50px !important;
    }

    Regards,
    Ismael

    #356493

    Hey jhiry!

    Thank you for using Enfold.

    Add this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_top_nav', 10, 2 );
    function avia_append_search_top_nav( $items, $args )
    {	
    	if (is_object($args) && $args->theme_location == 'avia2')
    	{
    		global $avia_config;
    		ob_start();
    		get_search_form();
    		$form =  htmlspecialchars(ob_get_clean()) ;
    
    		$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    						<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    				   </li>';
    	}
    	return $items;
    }
    

    Make sure that you have the Header Secondary Menu enabled on Enfold > Header layout > Extra Elements panel.

    Best regards,
    Ismael

    #355808

    Hey Kalid!

    Thank you for using Enfold.

    I added the code on functions.php and created a test page here: http://www.inamazonia.com/test-tooltip/

    Best regards,
    Ismael

    #354298
    Kalid
    Participant

    hello
    what i want to do must be very simple, the thing is i am horrible with wordpress, that’s why i bought the amazing enfold theme.
    i am very happy in general but many times i struglle to do basic stuff.
    what i need is when i mouse over a specific word, for the toolltip to appear, as you have already set up for the icons.
    yesterday i wrote about this asking for support and i received an answer fom you saying:

    |||||||||||||||| Regarding the tooltip, use this on functions.php:
    function avf_text_tooltip() { ?>
    <script>
    (function($){
    $(window).load(function() {
    //creates text icon tooltip
    new $.AviaTooltip({‘class’: “avia-tooltip avia-text-tooltip”, data: “avia-text-tooltip”, delay:0, scope: “body”});
    });
    })(jQuery);
    </script>
    <?php
    }

    |||||||||||||||| Then add a text like this:
    Tooltip

    You can add the tooltip content on the data-avia-text-tooltip attribute. We’ll close this thread now.

    Cheers!
    Ismael

    well, thank you Isamel, the thing again is im very bad with wordpress and i was now for a few hours trying to do this but i can’t manage to do it.

    please some more light

    #354207

    Hey!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Regarding the tooltip, use this on functions.php:

    function avf_text_tooltip() { ?>
    <script>
    (function($){
        $(window).load(function() {
        	//creates text icon tooltip
        	new $.AviaTooltip({'class': "avia-tooltip avia-text-tooltip", data: "avia-text-tooltip", delay:0, scope: "body"});
        });
    })(jQuery);
    </script>
    <?php
    }

    Then add a text like this:

    <a class="avia-text-tooltip" href="#" data-avia-text-tooltip="TOOL TIP HERE">Tooltip</a>
    

    You can add the tooltip content on the data-avia-text-tooltip attribute. We’ll close this thread now.

    Cheers!
    Ismael

    #354110

    Hi
    Grrreeeaaaatttt help, thank you much.
    I have been working on the page and im almost there.
    One thing i can’t figure out by myself is how to change the background picture, what is the size i should upload the new images i want to try? and if i want to go back to the original one, where is it?
    Another thing is, there is this new thing that you can choose a tooltip once you mouse over an icon. Is it possible also to have that same tooltip box when you mouse over a text?
    In this case i want to put diferrent years (for instance 2010, 2011, 2012 and so son) and would like to mouse over each year and see a different tooltip box. Till now i could only do it with icons as you can see at http://www.inamazonia.com/comingsoon-2/
    Thank you
    Kalid

    Hi aovivo!

    Thank you for using Enfold.

    Right now, that option is not available on the theme by default. Please visit our Feature Requests page. You can vote or request for the feature there. For now, you can use the Marker Tooltip field. Add the link to the google map address.

    Regards,
    Ismael

    #352887
    wienerpresswerk
    Participant

    Hi there,

    Id like to remove the image-tooltips on mouseover. there is displayed the imagetitel.
    the customer don’t like that.(me too ;-))
    thx for a quick hint!

    #352712

    In reply to: Tooltip on icon box

    Hey!

    This is kind of bordering on custom work but it seemed easy enough to do so we’ll try it. Open up /enfold/config-templatebuilder/avia-shortcodes/iconbox.php and around line 380 find this.

    $output .= 		'<div class="iconbox_content">';
    

    Change it to this.

    $output .= 		'<div class="iconbox_content" data-avia-icon-tooltip = "'.htmlspecialchars(do_shortcode($iconbox_tooltip)).'">';
    

    Next find line 291.

    'custom_font'=>'',
    

    Add this beneath it.

    'iconbox_tooltip'=>'',
    

    Next find this code around line 130.

    array(
    		"name" 	=> __("Content",'avia_framework' ),
    		"desc" 	=> __("Add some content for this IconBox",'avia_framework' ),
    		"id" 	=> "content",
    		"type" 	=> "tiny_mce",
    		"std" 	=> __("Click here to add your own text", "avia_framework" )),
    

    And add this above it.

    					array(
    						"name" 	=> __("Optional Tooltip",'avia_framework' ),
    						"desc" 	=> __("Add a tooltip for this Icon. The tooltip will appear on mouse over",'avia_framework' ),
    						"id" 	=> "iconbox_tooltip",
    						"type" 	=> "textarea",
    						"std" 	=> ""),

    Cheers!
    Elliott

    #352487

    In reply to: Tooltip on icon box

    When I add an icon with Avia Composer, I can fill a “tooltip” field.
    But when I add an Icon Box, I haven’t this field.

    How can I do that?

    I don’t know if it’s easy to understand, sorry for that!
    Thanks

    #352422

    Topic: Tooltip on icon box

    in forum Enfold
    alexispereira
    Participant

    Hello,

    I want to apply a tooltip on my “Icon box”.
    I saw it’s only possible on “icon”, not for icon box (I haven’t the “tooltip” field)

    How can I do that?
    I join you a screenshot : http://i.imgur.com/hJAlziR.jpg

    Thanks!

    • This topic was modified 11 years, 2 months ago by alexispereira.

    Thanks Ismael as I stated above, since there isn’t a simple CSS tweak I’d figure it out on my own, or use a different method. My intent above wasn’t to ask for further (unsupported) support since I’m aware that this is beyond the scope of the theme. I thought I’d simply post a final update and say thanks for the extension of the regular tooltip use which I’ve already began to implement and play with. It’s pretty cool.

    One suggestion, a channel or discussion area on the support blog where users can have non-help-ticketed discussions and advice would be nice. :)

    PS. Turns out the latest Tippy version has an option to reposition tooltips by specifying a parent css class to house it. Once I updated and moved it outside of tab section, I was able to make it work without being cut off. It was the only plugin I could find (out of 20+ tooltip plugins) that had this option available. Thought someone else might find this helpful.

    Thanks Ismael, that works well for plain-text tooltips. The tips I’m creating primarily however contain other media (video and links) coupled with text explanations for academic reference. These don’t work inside of the regular tooltips. I’ll keep trying though until I find a good solution or eliminate the tabs altogether. Just thought there might be a simple css fix I was overlooking. I appreciate the help and the new reusable text tooltip though :)

    Hey cryscryb!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for any third party plugins but you can use the theme’s default tool tip system. Tool tip should be rendered outside the main container to prevent overflow properties from cutting off the tool tip area. Add this on functions.php:

    function avf_text_tooltip() { ?>
    <script>
    (function($){
        $(window).load(function() {
        	//creates text icon tooltip
        	new $.AviaTooltip({'class': "avia-tooltip avia-text-tooltip", data: "avia-text-tooltip", delay:0, scope: "body"});
        });
    })(jQuery);
    </script>
    <?php
    }
    
    add_filter('wp_footer', 'avf_text_tooltip', 10);	

    Add this on the tab content, make sure you’re on text / html editor mode:

    <a class="avia-text-tooltip" href="#" data-avia-text-tooltip="TOOL TIP HERE">Tooltip</a>
    

    Everything with the class avia-text-tooltip and the attribute data-avia-text-tooltip will have a tool tip. You can add the tip content inside the data-avia-text-tooltip attribute.
    Cheers!
    Ismael

    #349971
    cinetheque
    Participant

    Hello,
    Using the ‘image with hotspots’ feature, I’d like to be able to trigger links instead of showing the tooltip (ie: display a video or image in lightbox, or simply add a target link to scroll elsewhere)
    Is there a modification I could add to my functions that would allow for something like this?
    Thanks!

    cryscryb
    Participant

    Hi guys, first off, thanks for the hard work. Enfold is my favorite theme. :)

    I have a quick question about z-index for content inside of the avia tabs shortcode. I’m trying to use Tippy to create pop-up tooltips (containing images, video, links, more information etc.) for text located inside of avia tabs. Unfortunately these are always cut off by the tab’s overflow:hidden. Rather than modifying the overflow , I’ve tried every positioning and z-index configuration I can think of, to get tooltips to stack on top of the tabs, so tooltip content won’t be cut off. I just can’t seem to get it right (see example tab in the private link submitted below). I’ve tried about a dozen or so other tooltip plugins with the same result. Overflow, z-index, and positioning are defeating me. Could you please advise what I need to change in the css to make this work? I’m fairly desperate to have tooltips on my site and also need to layer information in tabs. It would be great if you could help me get these two elements playing nicely together! :]

    Thanks in advance!

    • This topic was modified 11 years, 2 months ago by Yigit.
    #349893

    Hi!

    That’s the expected behavior, as you may know there is no hover event in mobiles, you can hide them if you want, with this code (Quick CSS):

    .av-hotspot-fallback-tooltip {
        display: none !important;
    }

    Regards,
    Josue

    #348411

    In reply to: remove search popup

    Hey kyabroudi!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'init', 'enfold_customization_remove_tooltip_search' );
    function enfold_customization_remove_tooltip_search() {
    	remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	remove_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'enfold_customization_add_basic_search' );
    }
    function enfold_customization_add_basic_search( $items ) {
    	$items .= '<li>'.get_search_form( false ).'</li>';
    	return $items;
    }

    And add this to your custom CSS.

    li #searchform div {
        display: block !important;
        opacity: 1 !important;
        margin-top: 22px;
        margin-left: 10px;
    }

    Best regards,
    Elliott

    #347210

    Hi axelfx07!

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

    .avia-tooltip { width: 180px; }

    Cheers!
    Yigit

    #346073

    In reply to: Uploads

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Best regards,
    Yigit

    That’s interesting; i have looked at the avia_options_enfold_child records. Below is an obfuscated / depersonalised copy of it. I can’t see any reference to filepaths / URLs for the iconfont in here.

    I’ve also checked avia_options_enfold and the only paths in that record point (correctly) for social icons (labelled pr-icons). Unless I’m missing something in phpMyAdmin I’m still not sure what record the iconfont filepaths can be found in…

    Interestingly after uploading the test Fontello icons a new record was added, called avia_builder_fonts. No URL or filepath in it though.

    a:1:{s:4:"avia";a:136:{s:9:"frontpage";s:4:"8375";s:9:"undefined";s:17:"Use Image as logo";s:8:"blogpage";s:0:"";s:4:"logo";s:97:"http://xxx/wp-content/uploads/2014/11/logo.png";s:7:"favicon";s:0:"";s:15:"websave_windows";s:6:"active";s:6:"markup";s:0:"";s:15:"lightbox_active";s:15:"lightbox_active";s:9:"analytics";s:13:"UA-50676214-1";s:16:"color-body_style";s:9:"stretched";s:15:"header_position";s:10:"header_top";s:20:"layout_align_content";s:20:"content_align_center";s:18:"sidebarmenu_sticky";s:18:"conditional_sticky";s:19:"sidebarmenu_widgets";s:0:"";s:18:"sidebarmenu_social";s:8:"disabled";s:17:"responsive_active";s:17:"responsive_active";s:15:"responsive_size";s:6:"1130px";s:13:"content_width";s:2:"73";s:14:"combined_width";s:3:"100";s:12:"color_scheme";s:4:"Blue";s:24:"colorset-header_color-bg";s:7:"#f4f3ee";s:25:"colorset-header_color-bg2";s:7:"#f4f3ee";s:29:"colorset-header_color-primary";s:7:"#740d1d";s:31:"colorset-header_color-secondary";s:7:"#a5a549";s:27:"colorset-header_color-color";s:7:"#282629";s:28:"colorset-header_color-border";s:0:"";s:25:"colorset-header_color-img";s:6:"custom";s:33:"colorset-header_color-customimage";s:88:"http://xxx/wp-content/uploads/2014/11/header.png";s:25:"colorset-header_color-pos";s:11:"bottom left";s:28:"colorset-header_color-repeat";s:6:"repeat";s:28:"colorset-header_color-attach";s:6:"scroll";s:22:"colorset-main_color-bg";s:7:"#f4f3ee";s:23:"colorset-main_color-bg2";s:7:"#f4f3ee";s:27:"colorset-main_color-primary";s:7:"#a5a549";s:29:"colorset-main_color-secondary";s:7:"#a5a549";s:25:"colorset-main_color-color";s:7:"#282629";s:26:"colorset-main_color-border";s:7:"#f4f3ee";s:23:"colorset-main_color-img";s:0:"";s:31:"colorset-main_color-customimage";s:0:"";s:23:"colorset-main_color-pos";s:8:"top left";s:26:"colorset-main_color-repeat";s:6:"repeat";s:26:"colorset-main_color-attach";s:6:"scroll";s:27:"colorset-alternate_color-bg";s:7:"#f4f3ee";s:28:"colorset-alternate_color-bg2";s:7:"#f4f3ee";s:32:"colorset-alternate_color-primary";s:7:"#a5a549";s:34:"colorset-alternate_color-secondary";s:7:"#a5a549";s:30:"colorset-alternate_color-color";s:7:"#282629";s:31:"colorset-alternate_color-border";s:7:"#f4f3ee";s:28:"colorset-alternate_color-img";s:0:"";s:36:"colorset-alternate_color-customimage";s:0:"";s:28:"colorset-alternate_color-pos";s:8:"top left";s:31:"colorset-alternate_color-repeat";s:9:"no-repeat";s:31:"colorset-alternate_color-attach";s:6:"scroll";s:24:"colorset-footer_color-bg";s:7:"#ffffff";s:25:"colorset-footer_color-bg2";s:7:"#f8f8f8";s:29:"colorset-footer_color-primary";s:7:"#740d1d";s:31:"colorset-footer_color-secondary";s:7:"#a5a549";s:27:"colorset-footer_color-color";s:7:"#282629";s:28:"colorset-footer_color-border";s:7:"#f4f3ee";s:25:"colorset-footer_color-img";s:0:"";s:33:"colorset-footer_color-customimage";s:0:"";s:25:"colorset-footer_color-pos";s:8:"top left";s:28:"colorset-footer_color-repeat";s:9:"no-repeat";s:28:"colorset-footer_color-attach";s:6:"scroll";s:24:"colorset-socket_color-bg";s:7:"#ffffff";s:25:"colorset-socket_color-bg2";s:7:"#f8f8f8";s:29:"colorset-socket_color-primary";s:7:"#719430";s:31:"colorset-socket_color-secondary";s:7:"#8bba34";s:27:"colorset-socket_color-color";s:7:"#666666";s:28:"colorset-socket_color-border";s:7:"#f4f3ee";s:25:"colorset-socket_color-img";s:0:"";s:33:"colorset-socket_color-customimage";s:0:"";s:25:"colorset-socket_color-pos";s:8:"top left";s:28:"colorset-socket_color-repeat";s:9:"no-repeat";s:28:"colorset-socket_color-attach";s:6:"scroll";s:16:"color-body_color";s:7:"#eeeeee";s:14:"color-body_img";s:0:"";s:22:"color-body_customimage";s:0:"";s:14:"color-body_pos";s:8:"top left";s:17:"color-body_repeat";s:9:"no-repeat";s:17:"color-body_attach";s:6:"scroll";s:14:"google_webfont";s:0:"";s:12:"default_font";s:32:"Helvetica-Neue,Helvetica-websave";s:9:"quick_css";s:59:".big-preview, .small-preview {
    display: none !important;
    }
    ";s:16:"advanced_styling";a:3:{i:0;a:6:{s:2:"id";s:9:"main_menu";s:5:"color";s:7:"#740d1d";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"12px";s:11:"font_family";s:0:"";s:12:"hover_active";s:8:"disabled";}i:1;a:11:{s:2:"id";s:2:"h1";s:5:"color";s:0:"";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"40px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}i:2;a:11:{s:2:"id";s:2:"h2";s:5:"color";s:7:"#282629";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"36px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}}s:13:"header_layout";s:36:"logo_left main_nav_header menu_right";s:11:"header_size";s:6:"custom";s:18:"header_custom_size";s:3:"156";s:16:"header_title_bar";s:16:"hidden_title_bar";s:13:"header_sticky";s:13:"header_sticky";s:16:"header_shrinking";s:16:"header_shrinking";s:14:"header_stretch";s:8:"disabled";s:17:"header_searchicon";s:8:"disabled";s:13:"header_social";s:0:"";s:21:"header_secondary_menu";s:0:"";s:19:"header_phone_active";s:0:"";s:5:"phone";s:0:"";s:23:"header_replacement_logo";s:0:"";s:23:"header_replacement_menu";s:0:"";s:24:"header_mobile_activation";s:17:"mobile_menu_phone";s:22:"header_mobile_behavior";s:8:"disabled";s:14:"archive_layout";s:8:"fullsize";s:11:"blog_layout";s:8:"fullsize";s:13:"single_layout";s:8:"fullsize";s:11:"page_layout";s:8:"fullsize";s:19:"smartphones_sidebar";s:8:"disabled";s:16:"page_nesting_nav";s:16:"page_nesting_nav";s:22:"display_widgets_socket";s:3:"all";s:14:"footer_columns";s:1:"4";s:9:"copyright";s:128:"&copy;2009-2014 xxx. All rights reserved.[nolink]";s:13:"footer_social";s:13:"footer_social";s:10:"blog_style";s:10:"single-big";s:17:"single_post_style";s:9:"multi-big";s:27:"single_post_related_entries";s:24:"av-related-style-tooltip";s:16:"blog-meta-author";s:16:"blog-meta-author";s:18:"blog-meta-comments";s:8:"disabled";s:18:"blog-meta-category";s:18:"blog-meta-category";s:14:"blog-meta-date";s:14:"blog-meta-date";s:19:"blog-meta-html-info";s:19:"blog-meta-html-info";s:13:"blog-meta-tag";s:13:"blog-meta-tag";s:14:"share_facebook";s:14:"share_facebook";s:13:"share_twitter";s:13:"share_twitter";s:15:"share_pinterest";s:15:"share_pinterest";s:11:"share_gplus";s:11:"share_gplus";s:12:"share_reddit";s:12:"share_reddit";s:14:"share_linkedin";s:14:"share_linkedin";s:12:"share_tumblr";s:12:"share_tumblr";s:8:"share_vk";s:8:"disabled";s:10:"share_mail";s:10:"share_mail";s:12:"social_icons";a:3:{i:0;a:2:{s:11:"social_icon";s:7:"twitter";s:16:"social_icon_link";s:33:"http://twitter.com/xxx";}i:1;a:2:{s:11:"social_icon";s:9:"instagram";s:16:"social_icon_link";s:35:"http://instagram.com/xxx";}i:2;a:2:{s:11:"social_icon";s:9:"pinterest";s:16:"social_icon_link";s:40:"http://www.pinterest.com/xxx/";}}s:17:"avia-nonce-import";s:10:"8aa1eb1197";s:24:"avia-nonce-import-parent";s:10:"9cbec13095";s:18:"config_file_upload";s:0:"";s:15:"iconfont_upload";s:0:"";s:16:"updates_username";s:11:”xxx";s:15:"updates_api_key";s:32:”xxx";}}
    #344183
    revenueconduit
    Participant

    Hi there. Really loving the theme. Thank you. It is possible to have tool tips on pricing tables for each column? It would be great to show a description of each feature when someone hovers over the column. Thank you in advance for your help.

    #344025

    Hi Boulanger!

    You can add a tooltip to the hotspot rather.

    Unfortunately the customisation you’re requesting will take a while to implement and therefore falls outside the scope of our theme support. You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Arvish

    #343970

    Thanks!
    At the end, it works this one:

    .av-tt-hotspot,
    .av-tt-hotspot .avia-arrow{ 
    	background: #fff; 
    	background-color:#fff; 
    }

    I mean, for the tooltip text box.
    Cheers!

    #343392

    Hi pjdiddy!

    Thank you for using Enfold.

    I’m sorry but the map tooltip doesn’t have any animation. It will only show when clicked or close when you click on the x mark. You can play around with the Custom Overlay Color and Color Saturation to change the map’s color scheme. Unfortunately, we won’t be able to help you modify the google map elements. This particular request or modification is more than what we can offer as a support team. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    #343347
    victormontesdeoca
    Participant

    Hi!
    How can I change the Hotspots Tooltip BG Color?
    Now is black like my general content BG.. but I need it white..
    I try with css but I can`t find the right class of the tooltip because it fades in the browser

    Thanks!

    #343276

    Topic: Social Media Tooltip

    in forum Enfold
    blkblt4life
    Participant

    I followed this thread and was able to change the Vk icon to a Yelp icon in the social media header. (https://kriesi.at/support/topic/use-different-social-icons/). Now, how do I change the tooltip to say “Yelp” because it still says “Vk”.

    Thanks.

    #341917

    Hey Munford!

    1- Please try de-activating all active plugins and check if editor appears also try switching to one of the default themes.
    You can add following code to Functions.php file via FTP

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    2- Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #top #wrap_all .main_color h1 {
    font-size: 36px !important; 
    }}

    Regards,
    Yigit

    #340911

    Topic: Alt Text Size

    in forum Enfold
    kenwae
    Participant

    Several weeks ago I posted about my alt text words on photos that appear on the computer when loading up for the first time as very very large, like 32pt. I was told the script below would take care of this, but it has not. I don’t get how the alt text gets that big in the first place, and certainly don’t get how to make it smaller…..Any help is appreciated. Thanks. -Ken

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);

    #339731

    Hi,

    Try adding this at the very end of your theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    	 jQuery('.avia-gallery a img').each(function(){
                  jQuery(this).attr('alt', jQuery(this).data('avia-tooltip'));
             });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

Viewing 30 results - 1,891 through 1,920 (of 2,320 total)