Viewing 30 results - 1,531 through 1,560 (of 2,320 total)
  • Author
    Search Results
  • #523418

    http://abload.de/img/enfold_hotspots1v2rm1.jpg
    http://abload.de/img/enfold_hotspots2qfpfx.jpg

    Please look at the screens. It’s not just changing to 14px. If you go to 14px or more, it will start looking ugly (I think I could use another Tooltip Width here which I wouldn’t like). But, hey, I set it to 13px and that’s fine for me.

    I hope I made myself clear with the screens, and as I said, I still don’t understand the difference between “Top right” and “Right Top”.

    This is not such a big one, I know, but I think you and me can get st out of it at least.

    Have a good time! :-)

    #523408

    Here is the issue in pictures:

    First
    Second
    Third
    Fourth

    I hope that helps you understand the issue we are having. We want the tooltips to stop jumping below their respective lines when they load the images inside them. These images are not large so we do not understand why they would load so slowly and effect the tooltip as they are.

    • This reply was modified 10 years, 3 months ago by jaimemerz.
    #523204

    Hi cherrmann!

    if your customer prefers font-size 14px then just change the code to:

    .avia-tooltip .inner_tooltip { font-size: 14px; }
    

    Simply adjust it as needed.

    Not sure what you mean about your tooltip. Can you show us what’s going on for you? provide us a link and use screenshots to highlight your intentions please.

    Cheers!
    Andy

    #523121
    dhuet
    Participant

    Hi,

    In the last few days I have noticed that for some reason I get an error using Chrome and Firefox but not Safari. Something seems o block the images from displaying.

    I ma running the latest worpdress update as well a s enfold 3.3.2. U have disabled all plugins and I have re installed both wordpresss and enfold.

    https://www.evernote.com/shard/s113/sh/10b6626f-afce-4fe4-9d37-6560280ba520/5e21fabbe81e7b44f9ccaad473e74f9a

    Any thoughts?
    Did.

    #522574

    Hey!

    not sure what you mean as I can’t find any camera icons nor tooltips on the website you have provided. Can you highlight what you mean using screenshots please? use imgur.com or dropbox.

    Regards,
    Andy

    #522372

    Topic: Uncaught TypeError:

    in forum Enfold
    bermanj80
    Participant

    When I load the site is loads fine, then some of the images, css, and formatting disappear.

    I see the error Uncaught TypeError: $.AviaTooltip is not a function

    It looks like the slider is having issues with the domain. It looks like the page builder’s system, not necessarily the theme is having the issue.
    It looks like the parallax function is the issue. It will show (albeit incorrectly) with the “fixed” placement setting, but not with parallax.

    Theme and WP are both up to date.

    #522308
    cherrmann
    Participant

    i created an image with some hotspots and i face 2 issues:

    Sometimes the text is running from the center to the right.

    Yigit told me here:
    https://kriesi.at/support/topic/image-overlay-not-quite-centered-when-it-should/#post-522255

    to use .avia-tooltip .inner_tooltip { font-size: 13px; }

    While this is working, this seems not to be a real solution, what if my customer likes 14px (or more) most ;-) ?

    I can live with that, but I would be pleased if you go a little deeper to find a solution that works with any font-size.

    The other issue is about the Tooltip Position
    When i choose a position like “Top right” in relation(!) to the hotspot, it will go top LEFT and similar for “Top left” (other way around)
    Also some translations are missing using german language (for example: Oben links, Oben rechts, top centered). The last one here should be “Oben Mitte” or “Oben zentriert”.
    And I don’t understand the difference between “Top right” and “Right Top”

    #522274

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip .inner_tooltip { font-size: 13px; }
    

    Cheers!
    Yigit

    #522229

    Nope, doesn’t work sadly. Still pops for half a second.

    This is the custom css (child theme) I have on the search field. But tried inserting it in Enfold custom CSS as well. Didn’t work.

      
    .avia-search-tooltip { /* wider search field */
        width: 400px;
        border-bottom: none;
        opacity: 0;
    }
    
    #top #searchform>div {
        max-width: none;
    }
    
    @media only screen and (max-width: 989px) { /* helps search icon appear on mobile in hamburger menu. Found it on kreisi support */
        #top #searchform>div {
            display: block !important;
            opacity: 1 !important;  
            padding: 0 1em;
        }
    }

    And thanks :)

    • This reply was modified 10 years, 3 months ago by Emilvillumsen.
    #522175

    Hey!

    Please try this in the Quick CSS field:

    .avia-search-tooltip {
        opacity: 0;
    }

    Cool website. :)

    Regards,
    Ismael

    Hey!

    Please add following code to Quick CSS as well

    .av-image-hotspot .avia-tooltip, .av-image-hotspot .avia-arrow {
        background: orange !important;
    }

    Cheers!
    Yigit

    Brilliant, that’s changed the text colour….

    Now for the background?! You see where the background of the tooltip box is the same colour as the dark red background – we need to be able to change that to say a pale blue…

    Thanks for the tip re hex codes too

    #521599

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .postid-5658 .avia-tooltip.avia-tt {
        display: none!important;
    }

    Regards,
    Yigit

    Hey!

    Please add following code to Quick CSS as well

    .av-image-hotspot .avia-tt .inner_tooltip {
        color: white !important;
    }

    and yes, you can use HEX value of the colors :)

    Regards,
    Yigit

    #521590
    yaron1604
    Participant

    Hi,

    I am trying to disable the tooltip from appearing in the gallery. I have tried a number of suggested solutions in the forum but with no results
    Please see in the link the gallery near the end of the page
    Thank you,

    Yaron

    Catty47
    Participant

    Hi there,
    I’m using a hotspot media element on a page template, and I’m struggling to work out which of the settings in the Enfold configuration settings defines the colour?

    I have put a link to the page where you can see the tooltip in private content. As you can see, I need to change the colour of the tooltip so it is not the same as the image it sits on.

    Since we cannot change the colour of the tooltip from within the media element settings themselves, I wondered which general or default settings control it.

    Thanks!

    #520307
    jaimemerz
    Participant

    The tooltips on each camera icon are opening quite a few lines below the icon they’re attached to.
    Is this because we have images in the tooltip? Is there any way to fix this?

    #520072

    Hi,
    found the answer on an older post – .avia-tooltip, .avia-tooltip .avia-arrow { background: #0ee0aa !important; }
    Job done!
    Cheers, Rob

    #518451
    trinachristensen
    Participant

    How can I edit the style/color of the Hotspot Tooltip. I am currently using the ‘Transparent Dark’ style but would like to revise the color and possibly the transparency.

    #517397

    Topic: Mapmarkers as links

    in forum Enfold
    bertel
    Participant

    Is it possible to create map markers as links instead of writing html into the marker tooltip?

    #515707

    Hi!

    try this 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;
    }
    

    Best regards,
    Andy

    #515247

    Hi!

    I added following code to functions.php file of your child theme

    add_shortcode('avia_search', 'get_search_form');
    
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#menu-item-2172 a').removeAttr('href');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    and then added new menu item using new shortcode [avia_search] and chose to display it only on mobile by adding following code to Style.css file of your child theme

    @media only screen and (min-width: 990px) {
    .only-mobile { display: none !important; }}

    Please review your website now :)

    Regards,
    Yigit

    #514759
    haydaw
    Participant

    Hello,

    I am attempting to use the Image with Hotspots to showcase some facilities on an image of a map. I have pages setup for the facilities, and would like for when a user clicks on the name of the tooltip it opens in a lightbox rather than a new window. Currently there are only two settings, open in same window, open in new window.

    Would appreciate some guidance.

    Thanks,

    Hayden

    #514086

    Topic: Hotspot question

    in forum Enfold
    KarenRushforth
    Participant

    Hi,
    I would like to know if it’s possible to insert an image into the hotspot tooltip? Or, can it be displayed outside beside the main, large image?
    Thanks,
    Karen

    #512651

    awesome, thanks it worked.

    Just curious, what is the best way to find for example that specific div class?

    I tried to mark the title container in firebug but on the left side on your demo for example I see:

    stretch_full container_wrap alternate_color light_bg_color title_container

    and on right:

    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .alternate_color .av-hotspot-fallback-tooltip-inner, .alternate_color .av-hotspot-fallback-tooltip-count {
    background-color: #fcfcfc;
    color: #888888;
    }

    .alternate_color, .alternate_color div, .alternate_color header, .alternate_color main, .alternate_color aside, .alternate_color footer, .alternate_color article, .alternate_color nav, .alternate_color section, .alternate_color span, .alternate_color applet, .alternate_color object, .alternate_color iframe, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color p, .alternate_color blockquote, .alternate_color pre, .alternate_color a, .alternate_color abbr, .alternate_color acronym, .alternate_color address, .alternate_color big, .alternate_color cite, .alternate_color code, .alternate_color del, .alternate_color dfn, .alternate_color em, .alternate_color img, .alternate_color ins, .alternate_color kbd, .alternate_color q, .alternate_color s, .alternate_color samp, .alternate_color small, .alternate_color strike, .alternate_color strong, .alternate_color sub, .alternate_color sup, .alternate_color tt, .alternate_color var, .alternate_color b, .alternate_color u, .alternate_color i, .alternate_color center, .alternate_color dl, .alternate_color dt, .alternate_color dd, .alternate_color ol, .alternate_color ul, .alternate_color li, .alternate_color fieldset, .alternate_color form, .alternate_color label, .alternate_color legend, .alternate_color table, .alternate_color caption, .alternate_color tbody, .alternate_color tfoot, .alternate_color thead, .alternate_color tr, .alternate_color th, .alternate_color td, .alternate_color article, .alternate_color aside, .alternate_color canvas, .alternate_color details, .alternate_color embed, .alternate_color figure, .alternate_color fieldset, .alternate_color figcaption, .alternate_color footer, .alternate_color header, .alternate_color hgroup, .alternate_color menu, .alternate_color nav, .alternate_color output, .alternate_color ruby, .alternate_color section, .alternate_color summary, .alternate_color time, .alternate_color mark, .alternate_color audio, .alternate_color video, #top .alternate_color .pullquote_boxed, .responsive #top .alternate_color .avia-testimonial, .responsive #top.avia-blank #main .alternate_color.container_wrap:first-child, #top .alternate_color.fullsize .template-blog .post_delimiter, .alternate_color .related_posts.av-related-style-full a {
    border-color: #e1e1e1;
    }

    .title_container {
    position: relative;
    }

    Yes now I understand and I could maybe guess that I could put .alternate_color and .title_container together because I know it is the title container, but when I am looking to find the specific div class I have selected on other places where I maybe dont know what you have labeled the exact container class I am looking at, how am I supposed to find it out of all the other million classes that is bunched together and share the same settings / color?

    #510982

    It’s not really an option to make a reset of Enfold, I would consider that too dangerous close to our launch :/ .

    I made a child theme with many custom css lines. Don’t see any that should interfere negatively with the accordion, though. Didn’t touch that one specifically.

    I made a few lines in the functions.php and added a custom 404.php. No changes to the theme files besides that.

    These are the lines in the child theme functions.php:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    /* 
    REMOVES KRIESI LINK IN THE SOCKET
    */
    
    add_filter("kriesi_backlink","new_link");
    function new_link(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }
    
    /* 
    REMOVES IMAGE FILE NAME ON HOVER LANDING PAGE HOTSPOTS
    */
    
    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');
    
    /* 
    PLACES SEARCH IN HAMBURGER MENU ON MOBILE
    */
    
    add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-
    
    page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-
    
    5">'.get_search_form(false).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }
    
    /* 
    ALLOWS US TO SET A CUSTOM SHOP PAGE
    */
    
    add_theme_support( 'avia_custom_shop_page' );
    
    
    #509664

    Hi!

    1. Alright, I hope they can fix it for you.

    2. Glad you learned something new and could fix the issue.

    3. Ah you are talking about tooltipps, which aren’t controlled by the theme, but by browser itself. However, you can control them using a plugin like:
    https://wordpress.org/plugins/wordpress-tooltips/
    https://wordpress.org/plugins/simple-tooltips/

    Regards,
    Andy

    Works great, I am able to create an AVE template that will allow my clients to revert to a similar format for Posts using Advanced Layouts. I made a simple change to display the Post Tags:

    <?php
    /**
     * Meta Element
     * Adds meta info to the page
     */
     
    // Don't load directly
    if ( !defined('ABSPATH') ) { die('-1'); }
     
     
     
    if ( !class_exists( 'avia_post_meta_info' ) )
    {
            class avia_post_meta_info extends aviaShortcodeTemplate{
                           
                            /**
                             * Create the config array for the shortcode button
                             */
                            function shortcode_insert_button()
                            {
                                    $this->config['name']           = __('Post Meta', 'avia_framework' );
                                    $this->config['tab']            = __('Content Elements', 'avia_framework' );
                                    $this->config['icon']           = AviaBuilder::$path['imagesURL']."sc-comments.png";
                                    $this->config['order']          = 28;
                                    $this->config['target']         = 'avia-target-insert';
                                    $this->config['shortcode']      = 'av_post_meta';
                    $this->config['tinyMCE']        = array('disable' => "true");
                                    $this->config['tooltip']        = __('Add the post meta infos', 'avia_framework' );
                    //$this->config['drag-level'] = 1;
                            }
                           
     
                             
                            /**
                             * 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['innerHtml'] = "<img src='".$this->config['icon']."' title='".$this->config['name']."' />";
                    $params['innerHtml'].= "<div class='avia-element-label'>".$this->config['name']."</div>";
                    $params['content']       = NULL; //remove to allow content elements
                    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 = "")
                            {
                                    $the_id = get_the_ID();
                                   
                                    $output  = '<header class="entry-content-header">';
    								
                    $output .= "<span class='post-meta-infos'>";
                    $markup  = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
                    $output .= '<time class="date-container minor-meta updated" {$markup}>'.get_the_time(get_option('date_format'))."</time>";
                    $output .= "<span class='text-sep text-sep-date'>/</span>";
     
     
     
                        if ( get_comments_number() != "0" || comments_open() ){
     
                        $output .= "<span class='comment-container minor-meta'>";
                                            ob_start();
                                            comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                                                                                      $comment = ob_get_clean();
                                                                                      $output .= $comment;
                        $output .= "</span>";
                        $output .= "<span class='text-sep text-sep-comment'>/</span>";
                        }
     
     
                        $taxonomies  = get_object_taxonomies(get_post_type($the_id));
                        $cats = '';
                        $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    					$tag_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_category','post_format'), get_post_type($the_id), $the_id);
     
                        if(!empty($taxonomies))
                        {
                            foreach($taxonomies as $taxonomy)
                            {
                                if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }
    							elseif(!in_array($taxonomy, $tag_taxonomies))
                                {
                                    $tags .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }
                            }
                        }
     
                        if(!empty($cats))
                        {
                            $output .= '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            $output .= $cats;
                            $output .= '</span><span class="text-sep text-sep-cat">/</span>';
                        }
     					
    					
     					
                        $output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                                            $markup  = avia_markup_helper(array('context' => 'author_name', 'echo'=>false));
                        $output .= '<span class="entry-author-link" $markup>';
                        $output .= '<span class="vcard author"><span class="fn">';
                                            ob_start();
                                            the_author_posts_link();
                                            $author  = ob_get_clean();
                        $output .= $author;
                        $output .= '</span></span>';
                        $output .= '</span>';
                        $output .= '</span>';
                    	$output .= '</span>';
    					
    					
    				
    					
                                    $output .= '</header>';
                    //tags on single post
                	if(has_tag())
                	{
                    	$output .= '<strong>Tags: '.$tags.'</strong>';
    					
                    }           
                            return $output;
                    }              
                           
            }
    }
    #509089

    Hi Mustafa!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .rtl .avia-search-tooltip.avia-tt {
        left: auto!important;
        right: -270px;
    }
    .rtl .avia-search-tooltip .avia-arrow-wrap { 
    right: 93%; 
    }

    Best regards,
    Yigit

    #509061

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .rtl .avia-search-tooltip.avia-tt {
        left: auto!important;
        right: -270px;
    }
    .rtl .avia-search-tooltip .avia-arrow-wrap { 
    right: 93%; 
    }

    Cheers!
    Yigit

Viewing 30 results - 1,531 through 1,560 (of 2,320 total)