Viewing 30 results - 811 through 840 (of 2,320 total)
  • Author
    Search Results
  • #985383

    Hi,

    Thank you for the credentials, that’s a nice looking header :)

    To create a tooltip on the logo

    1. I have added this CSS in Enfold > General Styling > Quick CSS

    /* Logo title pop */
    .logo,
    .logo a {
        overflow: visible!important;
    }
    
    .logo .subtext h1 {
        position: absolute;
        display: none;
        font-size: 14px !important;
        background: #222;
        color: #fff;
    
        top: 90px;
        padding: 10px;
        width: 160px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    
    }
    
    .logo a:hover .subtext h1 {
        display: block!important;    
        transition: all .35s ease;
    }

    2. The below code in WP > Appearance > Editor > Enfold Child > functions.php

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= '<h1>Savannah Lakes Village</h1>';
        return $sub;
    }

    You can change the logo tooltip text from the functions.php file.

    Best regards,
    Vinay

    #984832
    #984469

    In reply to: Enfold Hingerundbild

    Hey Hanjsörg Rassbichler,

    Thank you for using Enfold.

    Yes, that is possible. Try this css code.

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
        background-color: transparent;
        color: #666666;
    }
    
    html.html_header_sidebar #wrap_all {
        background-color: transparent;
    }
    
    .boxed#top, .html_boxed.html_header_sticky #header {
        width: 1010px;
        background: transparent;
    }
    
    #main, .avia-msie-8 .av_header_sticky_disabled#header {
        background-color: rgba(255,255,255,.5);
    }
    
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: rgba(255,255,255,.5);
        color: #808080;
    }

    Adjust the background color value as needed. The opacity is set to 50%.

    background-color: rgba(255,255,255,.5);
    

    Best regards,
    Ismael

    #984258
    Erik Balster
    Participant

    Hi,

    I moved my website to another hosting company and since then, i got this error in the Chrome Console. The FAQ accordions on my website doesn’t work anymore and css animations (fade in etc.) also doesn’t work anymore. Do you have any idea how to solve this?

    Uncaught TypeError: $.AviaTooltip is not a constructor
    at HTMLDocument.<anonymous> (shortcodes.js?ver=3:36)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at Function.ready (jquery.js?ver=1.12.4:2)
    at HTMLDocument.K (jquery.js?ver=1.12.4:2)

    #982556

    you always can add those icons like this (but i think this is yigits code – with more options):

    add_action('wp_head', 'ava_add_icons');
    function ava_add_icons() {
        ?>
    <link rel="shortcut icon" type="image/x-icon" href="/wp-content/uploads/icons/favicon.ico">
    <link rel="icon" type="image/x-icon" href="/wp-content/uploads/icons/favicon.ico">
    <link rel="icon" type="image/gif" href="/wp-content/uploads/icons/favicon.gif">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon.png">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon.png">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-57x57.png" sizes="57x57">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-60x60.png" sizes="60x60">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-72x72.png" sizes="72x72">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-76x76.png" sizes="76x76">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-114x114.png" sizes="114x114">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-120x120.png" sizes="120x120">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-128x128.png" sizes="128x128">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-144x144.png" sizes="144x144">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-152x152.png" sizes="152x152">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-180x180.png" sizes="180x180">
    <link rel="apple-touch-icon" href="/wp-content/uploads/icons/apple-touch-icon-precomposed.png">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-16x16.png" sizes="16x16">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-160x160.png" sizes="160x160">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="/wp-content/uploads/icons/favicon-196x196.png" sizes="196x196">
    <meta name="msapplication-TileImage" content="/wp-content/uploads/icons/win8-tile-144x144.png"> 
    <meta name="msapplication-TileColor" content="#ffffff"> 
    <meta name="msapplication-navbutton-color" content="#ffffff"> 
    <meta name="application-name" content="homeurl.de"/> 
    <meta name="msapplication-tooltip" content="homeurl.de"/> 
    <meta name="apple-mobile-web-app-title" content="homeurl.de"/> 
    <meta name="msapplication-square70x70logo" content="/wp-content/uploads/icons/win8-tile-70x70.png"> 
    <meta name="msapplication-square144x144logo" content="/wp-content/uploads/icons/win8-tile-144x144.png"> 
    <meta name="msapplication-square150x150logo" content="/wp-content/uploads/icons/win8-tile-150x150.png"> 
    <meta name="msapplication-wide310x150logo" content="/wp-content/uploads/icons/win8-tile-310x150.png"> 
    <meta name="msapplication-square310x310logo" content="/wp-content/uploads/icons/win8-tile-310x310.png"> 
        <?php
    }

    a nice but german page to create those different sizes is: web-stuebchen.de

    #982188

    Hey Victoria,

    nice to know that fact.
    I took a screenshot of reservation list in backend. On mouse hover the icon buttons there should regularly pop up little tooltips.

    The developer wrote, there are no tooltips because of different bootstrap version of plugin and used theme.

    Normal tooltip in BookingCalendar

    Best regards
    Rolf

    • This reply was modified 7 years, 6 months ago by rolf2.
    #981766
    rolf2
    Participant

    Hello,

    I tried out BookingCalendar (https://multiuser.wpbookingcalendar.com/) with Enfold theme and in BookingCalendar important tooltips are not displayed because of a bootstrap conflict.

    BookingCalendar uses bootstrap library 3.3.5.

    Is there any fix possible? I’d really apreciate because there is no alternative for BookingCalendar multiuser.

    Best regards
    Rolf

    zizibe1
    Participant

    Hi,

    I would like to hide image titles and descriptions of thumbnails that show up in little grey boxes when you hover on images or thumbnails of galleries.

    I tried to hide this feature by following the instructions in this two posts:

    http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/

    https://kriesi.at/support/topic/remove-tooltip-display-of-image-captions/

    The problem is that the codes in this two posts remove not only the image titles and descriptions of thumbnails when you hover on images or thumbnails of galleries, but also the description below the image in the lightbox. I would like the description to still display there. How can I achieve this?

    Best regards,
    zizibe1

    #978022

    Hey romaronline,

    This is the normal behavior, the first click shows the tooltip and the second triggers the share. Is it not working for you this way?

    Best regards,
    Victoria

    #977804

    Hi,
    This code is for the Edge & Firefox browsers:

    #top .avia-search-tooltip input[type=”text”]::-moz-placeholder {
    color: #000 !important;
    }
    #top .avia-search-tooltip input[type=”text”]:-ms-input-placeholder {
    color: #000 !important;
    }

    to hide the “view all results” please add:

    .ajax_search_entry.ajax_search_entry_view_all {
    display: none !important;
    }

    Did you want the background to be blue, or is this the code not working?
    What is the strange effect when you click into the placeholder region?

    Best regards,
    Mike

    #977660

    Can you explain the function of these lines of code? I don’t notice any changes.
    #top .avia-search-tooltip input[type=”text”]::-moz-placeholder {
    color: #000 !important;
    }
    #top .avia-search-tooltip input[type=”text”]:-ms-input-placeholder {
    color: #000 !important;
    }
    .header_color .ajax_search_image {
    color: #fff !important;
    }

    The code below doesn’t seem to be working for me. The margins are still thick for some reason.
    .avia-search-tooltip #searchform>div {
    margin: 0px !important;
    }

    1) There also is this strange effect when you click into the placeholder region. It shows some kind of error. I was wondering if that could be eliminated somehow.

    2) How do I eliminate the “view all results tab at the bottom.” It effectively takes me to a search page again. The submit button no longer directs me, but the “view more results” does.

    Thank you very much for the help, Mike. I couldn’t have done this without you.

    #977546

    Topic: Blog – no pagination

    in forum Enfold
    Daniel
    Participant

    Hi Kriesi – Team
    Have a blog here: http://grafikzumglueck.ch/category/mein-blog/
    I would like to renounce the pagination and show all entries immediately.
    How can I do that?
    Blog Styling: Elegant
    Blog Layout: Raster-Layout
    Single Post Style: Single post with small preview image
    Related Entries: Show thumbnails and display post title by tooltip

    Many Thanks!

    #977394

    Hi,
    I believe this covers all of your requests, please add to your Quick CSS and clear your browser cache, and check:

    .avia-search-tooltip #searchform>div {
        margin: 0px !important; 
    }
    #top .av_minimal_header #s {
        padding: 8px 47px 8px 5px !important; 
    }
    .header_color .avia-tt {
        background-color: #000 !important; 
    }
    #searchform #searchsubmit {
        color: #fff !important;
    }
    #searchform #searchsubmit:hover {
        color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]::-webkit-input-placeholder {
      color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]::-moz-placeholder {
      color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]:-ms-input-placeholder {
      color: #000 !important;
    }
    .header_color .ajax_search_image {
        color: #fff !important; 
    }
    .header_color .ajax_search_excerpt,.header_color .ajax_search_title,.header_color .ajax_search_entry {
        color: #fff !important;
    }
    #top .avia-search-tooltip input[type="submit"].button.avia-font-entypo-fontello {
    pointer-events: none !important; 
    }

    2018-06-25_061658

    Best regards,
    Mike

    #974205

    As feared…

    Would be a nice feature to add on one of the next enfold updates. A possibility to add a short text under or netxt to images to describe them, without appearing the whole text in the tooltips…

    thank you
    Katharina

    #973361

    The caption in the lightbox should remain, that’s the thing! Removing the title of the images i could do by myself :)
    The question was, if it is possible to disable the CAPTION in the tooltip, because it’s so long, it doesn’t look good. If only the short TITLE of the images appears on mouse hover, that would be ok.

    best regards
    katharina

    #971749
    estleman
    Participant

    Hi There,
    I’m building a site and I have found that the site is loading super slow and sometimes the pages even get stuck loading. Here’s what I’ve found and unfortunately at the moment I don’t have this on a staging server. I am however willing to move this to one if it would help solve this issue.

    The issues seem to be happening while using “Advanced Layer Sliders”

    Through Google Chrome Developer Tools > Console I have found that:
    The following file is not found… http://www.WEBSITE.com/wp-content/home/WEBSITE/outline/skin.css
    For this issue I even tried to create the directory and file but it didn’t work. I have no idea why this would be looking in a /wp-content/HOME directory. That doesn’t exist either…

    I’m also seeing a few “Uncaught TypeErrors”

    1) Uncaught TypeError: $.avia_utilities.supports is not a function
    at avia_hover_effect (avia.js?ver=4.4:513)
    at Object.$.avia_utilities.avia_ajax_call (avia.js?ver=4.4:83)
    at HTMLDocument.<anonymous> (avia.js?ver=4.4:42)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at Function.ready (jquery.js?ver=1.12.4:2)
    at HTMLDocument.K (jquery.js?ver=1.12.4:2)

    2) shortcodes.js?ver=4.4:36 Uncaught TypeError: $.AviaTooltip is not a constructor
    at HTMLDocument.<anonymous> (shortcodes.js?ver=4.4:36)
    at c (jquery.min.js:4)
    at Object.fireWith [as resolveWith] (jquery.min.js:4)
    at Function.ready (jquery.min.js:4)
    at HTMLDocument.q (jquery.min.js:4)

    These issues are holding me up from launching. I could really use a hand here.
    Thank You.

    #971403

    Hey!
    I created a custom shortcode based on the toggles shortcode for you:

    
    <?php
    /**
     * Featurebox
     * 
     * Shortcode which creates a text element wrapped in a div
    */
    if ( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly
    
    if ( !class_exists( 'avia_sc_olicci_featurebox' ) )
    {
        class avia_sc_olicci_featurebox extends aviaShortcodeTemplate
        {
            static $toggle_id = 1;
            static $counter = 1;
            static $initial = 0;
            static $tags = array();
            static $atts = array();
    
            /**
             * Create the config array for the shortcode button
             */
            function shortcode_insert_button()
            {
    			$this->config['self_closing']	=	'no';
    			
                $this->config['name']           = __('Feature Box', 'avia_framework' );
                $this->config['tab']		= __('Content Elements', 'avia_framework' );
                $this->config['icon']		= AviaBuilder::$path['imagesURL']."sc-contentslider.png";
                $this->config['order']		= 70;
                $this->config['target']		= 'avia-target-insert';
                $this->config['shortcode'] 	= 'av_olicci_featurebox';
                $this->config['shortcode_nested'] = array('av_olicci_featureitem');
                $this->config['tooltip'] 	= __('Create an olicci Feature Box Element', 'avia_framework' );
                $this->config['disabling_allowed'] = true;
            }
    
    		function admin_assets()
    		{
    			$ver = AviaBuilder::VERSION;
                wp_enqueue_script('avia_tab_toggle_js' , AviaBuilder::$path['assetsURL'].'js/avia-tab-toggle.js' , array('avia_modal_js'), $ver, TRUE );
    		}
    			
            function extra_assets()
    			{
    				//load css
    				wp_enqueue_style( 'avia-module-toggles' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/toggles/toggles.css' , array('avia-layout'), false );
    				
    					//load js
    				wp_enqueue_script( 'avia-module-toggles' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/toggles/toggles.js' , array('avia-shortcodes'), false, TRUE );
    
    			}
            
    
            /**
             * Popup Elements
             *
             * If this function is defined in a child class the element automatically gets an edit button, that, when pressed
             * opens a modal window that allows to edit the element properties
             *
             * @return void
             */
            function popup_elements()
            {
                $this->elements = array(
    
                        array(
                                "type"  => "tab_container", 'nodescription' => true
                            ),
                            
                        array(
                                "type"  => "tab",
                                "name"  => __("Content" , 'avia_framework'),
                                'nodescription' => true
                            ),
                        array(
                            "name" => __("Heading", 'avia_framework'),
                            'desc' => __('Trage hier die Headline ein','olicci'),
                            'id' => 'heading',
                            'type' => 'input',
                            'std' => 'Adserver'
                        ),
                        array(
                            "name" => __("Subheading","avia_framework"),
                            "desc" => __("Add an extra descriptive subheading below the actual heading","avia_framework"),
                            "id" => "subheading",
                            "type" => "input",
                            "std" => ""
                        ),
                    array(
                        "name" => __("Adserver Auswahl", 'avia_framework' ),
                        "desc" => __("Trage hier die Adserver ein, in denen das Feature enthalten ist", 'avia_framework' ),
                        "type" 			=> "modal_group",
                        "id" 			=> "content",
                        "modal_title" 	=> __("Edit List Item", 'avia_framework' ),
                                "std" => array(
                                    array('title' => 'Display AdServer','color' => "#400954", "link" => "")
                                ),
    
                        'subelements' 	=> array(
    
                                    array(
                                        "name" => "AdServer Titel",
                                        "desc" => "Der Titel des AdServers",
                                        "id" => "title",
                                        "std" => "Adnetwork",
                                        "type" => "input"
                                    ),
                                    array(
                                        "name" => "Link",
                                        "desc" => "Link zur Adserver Beschreibung",
                                        "id" => "link",
                                        "type" => "linkpicker",
                                        "fetchTMPL" => true,
                                        "std" => "",
                                        "subtype" => array(
                                            __('No Link', 'avia_framework' ) =>'',
                                            __('Set Manually', 'avia_framework' ) =>'manually',
                                            __('Single Entry', 'avia_framework' ) =>'single',
                                            __('Taxonomy Overview Page',  'avia_framework' )=>'taxonomy',
                                        )
                                    ),
                                    array(
                                        "name" => "Kreis-Farbe",
                                        "desc" => "Farbe des Kreises des Elements",
                                        "id" => "link_color",
                                        "type" => "colorpicker",
                                        "std" => "",
                                    )
    
                        )
                    ),
    				
    				array(
    							"type" 	=> "close_div",
    							'nodescription' => true
    				),		
    						
    								array(
    									"type" 	=> "tab",
    									"name"	=> __("Screen Options",'avia_framework' ),
    									'nodescription' => true
    								),
    								
    								
    								array(
    								"name" 	=> __("Element Visibility",'avia_framework' ),
    								"desc" 	=> __("Set the visibility for this element, based on the device screensize.", 'avia_framework' ),
    								"type" 	=> "heading",
    								"description_class" => "av-builder-note av-neutral",
    								),
    							
    								array(	
    										"desc" 	=> __("Hide on large screens (wider than 990px - eg: Desktop)", 'avia_framework'),
    										"id" 	=> "av-desktop-hide",
    										"std" 	=> "",
    										"container_class" => 'av-multi-checkbox',
    										"type" 	=> "checkbox"),
    								
    								array(	
    									
    										"desc" 	=> __("Hide on medium sized screens (between 768px and 989px - eg: Tablet Landscape)", 'avia_framework'),
    										"id" 	=> "av-medium-hide",
    										"std" 	=> "",
    										"container_class" => 'av-multi-checkbox',
    										"type" 	=> "checkbox"),
    										
    								array(	
    									
    										"desc" 	=> __("Hide on small screens (between 480px and 767px - eg: Tablet Portrait)", 'avia_framework'),
    										"id" 	=> "av-small-hide",
    										"std" 	=> "",
    										"container_class" => 'av-multi-checkbox',
    										"type" 	=> "checkbox"),
    										
    								array(	
    									
    										"desc" 	=> __("Hide on very small screens (smaller than 479px - eg: Smartphone Portrait)", 'avia_framework'),
    										"id" 	=> "av-mini-hide",
    										"std" 	=> "",
    										"container_class" => 'av-multi-checkbox',
    										"type" 	=> "checkbox"),
    									
    								
    							  
    				
    							
    								
    							array(
    									"type" 	=> "close_div",
    									'nodescription' => true
    								),	
    								
    								
    						
    						
    					array(
    						"type" 	=> "close_div",
    						'nodescription' => true
    					),
    
                );
    
                if(current_theme_supports('avia_template_builder_custom_tab_toogle_id'))
                {
                    $this->elements[2]['subelements'][] = array(
                        "name" 	=> __("For Developers: Custom Toggle ID",'avia_framework' ),
                        "desc" 	=> __("Insert a custom ID for the element here. Make sure to only use allowed characters",'avia_framework' ),
                        "id" 	=> "custom_id",
                        "type" 	=> "input",
                        "std" 	=> "");
                }
    
            }
    
            /**
             * Editor Sub Element - this function defines the visual appearance of an element that is displayed within a modal window and on click opens its own modal window
             * Works in the same way as Editor Element
             * @param array $params this array holds the default values for $content and $args.
             * @return $params the return array usually holds an innerHtml key that holds item specific markup.
             */
            function editor_sub_element($params)
            {
                $template = $this->update_template("title", "{{title}}");
    
                $params['innerHtml']  = "";
                $params['innerHtml'] .= "<div class='avia_title_container' {$template}>".$params['args']['title']."</div>";
    
                return $params;
            }
    
            /**
             * Frontend Shortcode Handler
             *
             * @param array $atts array of attributes
             * @param string $content text within enclosing form of shortcode element
             * @param string $shortcodename the shortcode found, when == callback name
             * @return string $output returns the modified html string
             */
            function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
            {
                    extract(AviaHelper::av_mobile_sizes($atts)); //return $av_font_classes, $av_title_font_classes and $av_display_classes 
    
                    extract(shortcode_atts(array(
                    'font_color' => "",
                    'color' => '',
                    'size' => '',
                    
                    ), $atts, $this->config['shortcode']));
                    
                    
                    $custom_class = !empty($meta['custom_class']) ? $meta['custom_class'] : "";
                    $output = '';
                    $markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
                    $markup_text = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
    
                    $output .= "<!-- ";
                    $output .= var_export([$atts,$content],true);
                    $output .= "-->\n";
                    $output .= '<section class="av_featurebox_section">';// '.$markup.'>';
                    $output .= '<div class="olicci-sign">';
                    $output .= '<img src="'.trailingslashit(get_stylesheet_directory_uri()).'img/olicci-sign-30x30.png" alt="" />';
                    $output .= '</div>';
                    $output .= '<div class="title">';
                    $output .= "<h4>".$atts['heading']."</h4>";
                    $output .= "<h6>".$atts['subheading']."</h6>";
                    $output .= "</div>";
                    //$output .= "<div class='avia_textblock {$custom_class}' {$markup_text}>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
                    $output .= "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
                    $output .= "<div class='avia_footer'>";
                    $output .= "</div>";
                    $output .= '</section>';
                    return $output;
            }
    
            function av_olicci_featureitem($atts, $content = "", $shortcodename = "")
            {
                $output = $titleClass = $contentClass = "";
                /*$toggle_atts = shortcode_atts(array('title' => '', 'tags' => '', 'custom_id' => '', 'custom_markup' =>''), $atts, 'av_olicci_featureitem');
    			$toggle_init_open_style = "";*/
                
                $atts =  shortcode_atts(array('title' => '', 'link' => '', 'link_color' => ''), $atts, 'av_olicci_featureitem');
    
                $link = aviaHelper::get_url($atts['link']);
    
                $output = "<a href='".$link."' class='tooltip' data-tooltip='".esc_attr($atts['title'])."'>";
                $output .= "<div class='circle' style='background-color: ".esc_attr($atts['link_color'])."'></div>";
                $output .= "</a>";
    			
    
                return $output;
            }
    
        }
    }
    
    

    You can use it as a starting point for additional shortcode settings, etc.

    Regards,
    Peter

    Hi Buddy,

    Hm.. Yes, I see that. Normally we get requests from users who want to hide those. Then you really need a tooltip, but building it on to of the slider is quite a task. You might want to hire someone to do it for you.

    Maybe it’s easier to have the image edited and have the text added on the image?

    Or try to add some html in the caption field and show it hover?

    Best regards,
    Victoria

    Hey buddy1,

    Well, if you set the image title and alt tag to be the text you want, you will get that rendered by the browser, as the title on mouse over. And making the tooltip for the images in the fullscreen slider might get a bit complex. You will need to build that custom functionality.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    buddy1
    Participant

    On fullwidth slider customer wants to keep same caption on all images in same location. We are using three images that we have to give credit to photographer. I have tried several plugins to get a tooltip with the message “Photo Courtesy of Jimmy Gates and Bill Edwards.” to show when image moused over but none seem to work. Do you know of any way I can do this?
    We will be adding more images from different photographers so need to get it to work if possible.
    thanks,
    Buddy

    #968487
    KaJoHa
    Participant

    Hi, can i somhow disable, that the description of an image shows up on mouse hover, but still remains when it opens in a lightbox?
    I already tried this code in my child theme functions php:

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

    but the the whole description is removed and not shown anymore in the lightbox.
    So what i want is:
    mouse hover: no description in the tooltip
    Image opend in the lightbox: description underneath

    ist this possible?
    thank you in advance
    Katharina

    #968172
    Justin
    Participant

    Hey guys, I can’t for the life of me figure out what the CSS would be for this page to fix the tooltip so it’s not so transparent. If you scroll over any 1 of the 3 white boxes, you’ll subtly see the tooltip rollover. I think the theme may be conflicting with it’s display, but can you confirm for me? I want to be abel to adjust the rollover to be more visible. Please see the link below. Thanks!

    #967983

    Hey stefanos,

    Thank you for using our theme.

    Actually the hook added by us do nothing.

    Contact the CM plugin author – see also https://kriesi.at/support/topic/cm-tooltip-plugin-not-working-with-avia-builder-anymore/#post-967980

    Best regards,
    Günter

    The same problem for me. I used this temporary help https://creativeminds.helpscoutdocs.com/article/1839-cm-tooltip-cmtg-troubleshooting-parsing-the-content-of-page-builders since 4.3.1 by placing that file in my Enfold child theme. It seems Enfold 4.4.1 does not solve the problem. Giving strange text like
    “Opdrachtgevers waren de Nederlandse Organisatie voor Zuiver Wetenschappelijk Onderzoek (nu NWO) en Stichting Radiostraling van Zon en Melkweg ([glossary_exclude]SRZM[/glossary_exclude], nu ASTRON).”
    Instead of
    “Opdrachtgevers waren de Nederlandse Organisatie voor Zuiver Wetenschappelijk Onderzoek (nu NWO) en Stichting Radiostraling van Zon en Melkweg SRZM, nu ASTRON).
    where ASTRON is underlined meanig it shoud shoud show a tooltip.
    See : http://www.camras.nl/over-de-radiotelescoop/ontwerp-en-bouw/

    • This reply was modified 7 years, 7 months ago by ArdH.
    #967147
    stefanos
    Participant

    Hello
    I followed the discussion on https://kriesi.at/support/topic/enfold-support-for-cm-tooltip-glossary/
    about the CM Tooltip Glossary plugin compatibility with Enfold.
    I just updated Enfold to version 4.4.1 but I still have the same problem.
    I noticed that the file template-builder.php has been modified with the codes
    ava_before_content_templatebuilder_page
    ava_after_content_templatebuilder_page
    but it does not seem to work and the layout is broken. The sidebar goes to the bottom of the page.
    Can you help me.
    thank you in advance
    Stefanos

    boemedia
    Participant

    Hi all,

    I’ve succesfully built a website with Enfold about 3 years ago, and still love the result. For this site, they needed a tooltip glossary explaining terms in-text, so I added CM Tooltip for that. This has been working like a charm, but with one of the recent updates, it stopped working with Avia builder.

    I did a test and added one of the glossary terms to the classic editor. There, the term gets underlined and a pop up text. Repeating this with the advanced builder, it’s not working anymore
    Please see this video for clarification: https://cl.ly/s3YF

    It’s a pretty complex site and all pages are built with the Advanced builder, so I would love to make this work again.

    #966756
    ddecort
    Participant

    On my site, I use the “image with hotspots” in several locations with the rollover enabled. However, the hotspot tooltip on rollover is now only showing for a split second – the text isn’t readable because the box immediately disappears. This used to work fine.

    Here’s one example of the problem. https://athlosacademies.org/newsletter-winter-2017/ (scroll down to the bottom of page and look for the US map)

    • This topic was modified 7 years, 7 months ago by ddecort.
    #966617
    wpler
    Participant

    Hi
    i try to use my own shortcode by this example here.
    Now i try to add a list-feature, but this not work.
    My Code:

    <?php
    /**
     * Featurebox
     * 
     * Shortcode which creates a text element wrapped in a div
     */
    if ( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly
    
    if ( !class_exists( 'avia_sc_olicci_featurebox' ) )
    {
    	class avia_sc_olicci_featurebox extends aviaShortcodeTemplate
    	{
    			/**
    			 * Create the config array for the shortcode button
    			 */
    			function shortcode_insert_button()
    			{
    				$this->config['self_closing']	=	'no';
    				
    				$this->config['name']			= __('Feature Box', 'avia_framework' );
    				$this->config['tab']			= __('Content Elements', 'avia_framework' );
    				$this->config['icon']			= AviaBuilder::$path['imagesURL']."sc-contentslider.png";
    				$this->config['order']			= 1;
    				$this->config['target']			= 'avia-target-insert';
    				$this->config['shortcode'] 		= 'av_olicci_featurebox';
    				$this->config['shortcode_nested'] = array('av_olicci_featureitem');
    				$this->config['tooltip'] 	    = __('Create an olicci Feature Box Element', 'avia_framework' );
    				$this->config['preview'] 		= true;
    				$this->config['modal_data']		= array('modal_class' => 'mediumscreen');
    			}
    
    			/**
    			 * Popup Elements
    			 *
    			 * If this function is defined in a child class the element automatically gets an edit button, that, when pressed
    			 * opens a modal window that allows to edit the element properties
    			 *
    			 * @return void
    			 */
    			function popup_elements()
    			{
    				$this->elements = array(
    					
    					array(
    							"type" 	=> "tab_container", 'nodescription' => true
    						),
    						
    					array(
    							"type" 	=> "tab",
    							"name"  => __("Content" , 'avia_framework'),
    							'nodescription' => true
    						),
    					array(
    						"name" => __("Heading", 'avia_framework'),
    						'desc' => __('Trage hier die Headline ein','olicci'),
    						'id' => 'heading',
    						'type' => 'input',
    						'std' => 'Adserver'
    					),
    					array(
    						"name" => __("Subheading","avia_framework"),
    						"desc" => __("Add an extra descriptive subheading below the actual heading","avia_framework"),
    						"id" => "subheading",
    						"type" => "input",
    						"std" => ""
    					),
    					array(
    							"name" 	=> __("Content",'avia_framework' ),
    							"desc" 	=> __("Enter some content for this textblock",'avia_framework' ),
    							"id" 	=> "content",
    							"type" 	=> "textarea",
    							"std" 	=> __("Click here to add your own text", "avia_framework" )
    							),
    					array(	"name" 	=> __("Adserver Auswahl", 'olicci' ),
    							"desc" 	=> __("Trage hier die Adserver ein, in denen das Feature enthalten ist", 'olicci' ),
    				            "id" 	=> "adserver",
    				            "type" 	=> "modal_group",
    				            "modal_title" => __("Edit List Item", "avia_framework"),
    				            "std" => array(
    				            	array('title' => 'Display AdServer','color' => "#400954", "link" => "")
    				            ),
    				            "subelements" => array(
    				            	array(
    				            		"name" => "AdServer Titel",
    				            		"desc" => "Der Titel des AdServers",
    				            		"id" => "title",
    				            		"std" => "Adnetwork",
    				            		"type" => "input"
    				            	),
    				            	array(
    				            		"name" => "Link",
    				            		"desc" => "Link zur Adserver Beschreibung",
    				            		"id" => "link",
    				            		"type" => "linkpicker",
    				            		"fetchTMPL" => true,
    				            		"std" => "",
    				            		"subtype" => array(
    				            			__('No Link', 'avia_framework' ) =>'',
                                            __('Set Manually', 'avia_framework' ) =>'manually',
                                            __('Single Entry', 'avia_framework' ) =>'single',
                                            __('Taxonomy Overview Page',  'avia_framework' )=>'taxonomy',
    				            		)
    				            	),
    				            	array(
    				            		"name" => "Kreis-Farbe",
    				            		"desc" => "Farbe des Kreises des Elements",
    				            		"id" => "link_color",
    				            		"type" => "colorpicker",
    				            		"std" => "",
    				            	)
    				            )
    				        ),
    
    					array(
    							"type" 	=> "close_div",
    							'nodescription' => true
    						),
    					
    					array(
    							"type" 	=> "tab",
    							"name"	=> __("Screen Options",'avia_framework' ),
    							'nodescription' => true
    						),
    					
    							array(
    								"name" 	=> __("Element Visibility",'avia_framework' ),
    								"desc" 	=> __("Set the visibility for this element, based on the device screensize.", 'avia_framework' ),
    								"type" 	=> "heading",
    								"description_class" => "av-builder-note av-neutral",
    								),
    							
    							array(	
    									"desc" 	=> __("Hide on large screens (wider than 990px - eg: Desktop)", 'avia_framework'),
    									"id" 	=> "av-desktop-hide",
    									"std" 	=> "",
    									"container_class" => 'av-multi-checkbox',
    									"type" 	=> "checkbox"),
    							
    							array(	
    								
    									"desc" 	=> __("Hide on medium sized screens (between 768px and 989px - eg: Tablet Landscape)", 'avia_framework'),
    									"id" 	=> "av-medium-hide",
    									"std" 	=> "",
    									"container_class" => 'av-multi-checkbox',
    									"type" 	=> "checkbox"),
    									
    							array(	
    								
    									"desc" 	=> __("Hide on small screens (between 480px and 767px - eg: Tablet Portrait)", 'avia_framework'),
    									"id" 	=> "av-small-hide",
    									"std" 	=> "",
    									"container_class" => 'av-multi-checkbox',
    									"type" 	=> "checkbox"),
    									
    							array(	
    								
    									"desc" 	=> __("Hide on very small screens (smaller than 479px - eg: Smartphone Portrait)", 'avia_framework'),
    									"id" 	=> "av-mini-hide",
    									"std" 	=> "",
    									"container_class" => 'av-multi-checkbox',
    									"type" 	=> "checkbox"),
    							
    							
    							array(
    								"name" 	=> __("Font Size",'avia_framework' ),
    								"desc" 	=> __("Set the font size for the element content, based on the device screensize.", 'avia_framework' ),
    								"type" 	=> "heading",
    								"description_class" => "av-builder-note av-neutral",
    								),
    								
    							
    							
    								
    							array(	"name" 	=> __("Font Size for medium sized screens (between 768px and 989px - eg: Tablet Landscape)", 'avia_framework' ),
    				            "id" 	=> "av-medium-font-size",
    				            "type" 	=> "select",
    				            "subtype" => AviaHtmlHelper::number_array(10,60,1, array( __("Default", 'avia_framework' )=>''), "px"),
    				            "std" => ""),
    				            
    				            array(	"name" 	=> __("Font Size for small screens (between 480px and 767px - eg: Tablet Portrait)", 'avia_framework' ),
    				            "id" 	=> "av-small-font-size",
    				            "type" 	=> "select",
    				            "subtype" => AviaHtmlHelper::number_array(10,60,1, array( __("Default", 'avia_framework' )=>''), "px"),
    				            "std" => ""),
    				            
    							array(	"name" 	=> __("Font Size for very small screens (smaller than 479px - eg: Smartphone Portrait)", 'avia_framework' ),
    				            "id" 	=> "av-mini-font-size",
    				            "type" 	=> "select",
    				            "subtype" => AviaHtmlHelper::number_array(10,60,1, array( __("Default", 'avia_framework' )=>''), "px"),
    				            "std" => ""),
    					
    						
    					array(
    							"type" 	=> "close_div",
    							'nodescription' => true
    						),	
    					
    						
    					array(
    							"type" 	=> "close_div",
    							'nodescription' => true
    						),
    				);
    
    			}
    
    			/**
    			 * Editor Sub Element - this function defines the visual appearance of an element that is displayed within a modal window and on click opens its own modal window
    			 * Works in the same way as Editor Element
    			 * @param array $params this array holds the default values for $content and $args.
    			 * @return $params the return array usually holds an innerHtml key that holds item specific markup.
    			 */
    			function editor_sub_element($params)
    			{
    				$template = $this->update_template("title", __("Element", 'avia_framework' ). ": {{title}}");
    
    				//extract(av_backend_icon($params)); // creates $font and $display_char if the icon was passed as param "icon" and the font as "font"
    
    				$params['innerHtml']  = "";
    				$params['innerHtml'] .= "<div class='avia_title_container'>";
    				$params['innerHtml'] .= "<span>";//"<span ".$this->class_by_arguments('font' ,$font).">";
    				//$params['innerHtml'] .= "<span data-update_with='icon_fakeArg' class='avia_tab_icon'>".$display_char."</span>";
    				$params['innerHtml'] .= "</span>";
    				$params['innerHtml'] .= "<span {$template} >".__("Element", 'avia_framework' ).": ".$params['args']['title']."</span></div>";
    
    				return $params;
    			}
    
    			/**
    			 * Editor Element - this function defines the visual appearance of an element on the AviaBuilder Canvas
    			 * Most common usage is to define some markup in the $params['innerHtml'] which is then inserted into the drag and drop container
    			 * Less often used: $params['data'] to add data attributes, $params['class'] to modify the className
    			 *
    			 *
    			 * @param array $params this array holds the default values for $content and $args.
    			 * @return $params the return array usually holds an innerHtml key that holds item specific markup.
    			 */
    			function editor_element($params)
    			{
    				$params['class'] = "";
    				$params['innerHtml'] = "<div class='avia_featurebox avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";
    				return $params;
    			}
    
    			/**
    			 * Frontend Shortcode Handler
    			 *
    			 * @param array $atts array of attributes
    			 * @param string $content text within enclosing form of shortcode element
    			 * @param string $shortcodename the shortcode found, when == callback name
    			 * @return string $output returns the modified html string
    			 */
    			function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
    			{
    				extract(AviaHelper::av_mobile_sizes($atts)); //return $av_font_classes, $av_title_font_classes and $av_display_classes 
    
    				extract(shortcode_atts(array(
    				'font_color' => "",
    				'color' => '',
    				'size' => '',
    				
    				), $atts, $this->config['shortcode']));
    				
    				
    				$custom_class = !empty($meta['custom_class']) ? $meta['custom_class'] : "";
                    $output = '';
                    $markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
                    $markup_text = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
    
    				$output .= "<!-- ";
    				$output .= var_export([$atts,$content],true);
    				$output .= "-->\n";
                    $output .= '<section class="av_featurebox_section">';// '.$markup.'>';
                    $output .= '<div class="olicci-sign">';
                    $output .= '<img src="'.trailingslashit(get_stylesheet_directory_uri()).'img/olicci-sign-30x30.png" alt="" />';
                    $output .= '</div>';
                    $output .= '<div class="title">';
                    $output .= "<h4>".$atts['heading']."</h4>";
                    $output .= "<h6>".$atts['subheading']."</h6>";
                    $output .= "</div>";
                    //$output .= "<div class='avia_textblock {$custom_class}' {$markup_text}>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
                    $output .= "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
                    $output .= "<div class='avia_footer'>";
                    $output .= "</div>";
                    $output .= '</section>';
    
                    return $output;
    			}
    			function av_olicci_featureitem($atts, $content = "", $shortcodename = "")
    			{
    				
    				//extract($this->screen_options); //return $av_font_classes, $av_title_font_classes and $av_display_classes
    				
                    $atts =  shortcode_atts(array('title' => '', 'link' => '', 'link_color' => ''), $atts, 'av_olicci_featureitem');
    
                    $output = "";
                    $output = "<a href='".esc_url($atts['link'])."' class='tooltip' data-tooltip='".esc_attr($atts['title'])."'>";
                    $output .= "<div class='circle' style='background-color: ".esc_attr($atts['link_color'])."'></div>";
                    $output .= "</a>";
                    /*
    				$output  = "";
    				$output .= "<li>";
    				$output .= 		"<{$display_char_wrapper['start']} {$this->icon_html_styling} class='iconlist_icon  avia-font-".$atts['font']."'><span class='iconlist-char '></span></{$display_char_wrapper['end']}>";
                    $output .=          '<article class="article-icon-entry '.$contentClass.'" '.avia_markup_helper(array('context' => 'entry','echo'=>false, 'custom_markup'=>$atts['custom_markup'])).'>';
    				$output .=              "<div class='iconlist_content_wrap'>";
                    $output .=                  '<header class="entry-content-header">';
                    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'custom_markup'=>$atts['custom_markup']));
    				if(!empty($atts['title'])) $output .="<{$title_el} class='av_iconlist_title iconlist_title{$iconlist_title} {$this->title_class} {$av_title_font_classes}' {$markup} {$this->title_styling}>".$atts['title']."</{$title_el}>";
                    $output .=                  '</header>';
                    $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'custom_markup'=>$atts['custom_markup']));
    				$output .=                  "<div class='iconlist_content {$this->content_class} {$av_font_classes}' {$markup} {$this->content_styling}>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop( $content ) )."</div>";
                    $output .=              "</div>";
                    $output .=              '<footer class="entry-footer"></footer>';
                    $output .=          '</article>';
    				$output .=      "<div class='iconlist-timeline'></div>";
    				$output .= "</li>";
                    */
    
    				return $output;
    			}
    
    	}
    }
    

    That outputted:

    <p>‚ av-medium-font-size=“ av-small-font-size=“ av-mini-font-size=“ av_uid=’av-3590‘ admin_preview_bg=“]<br>
    Affiliate AdServer ist mit einem innovativen Feature ausgestattet, durch das der Betreiber Aufgaben auf verschiedene Manager verteilen kann. Jeder Manager erhält einen eigenen Account, mit dem er verschiedene Inventare verwalten oder Aufgaben wie die Prüfung von Werbemitteln ausführen kann.</p>

    How i can add the list-feature to my element (every list-item needs a title, link and a color, not more)?

    Thanks,
    Stefan

    #964082

    Hi endregan,

    Looks like this code will not work in your case.

    https://kriesi.at/support/topic/tooltips-icons-loaction-and-tooltips-window-overflow-off-the-page/#post-482024
    You can try changing mouseenter to click here, but it will work like that everywhere.

    Best regards,
    Victoria

    #962862

    Hi Victoria

    Thanks for getting back to me.

    @media only screen and (max-width: 767px) {
    .responsive .av-mobile-fallback-active.avia-tooltip {
        visibility: visible;
    }
    }

    I tried implementing that code and it didn’t seem to make any difference. Implemented into child CSS

    Any other ideas? Were you able to login and take a look?

Viewing 30 results - 811 through 840 (of 2,320 total)