Viewing 30 results - 1,831 through 1,860 (of 2,320 total)
  • Author
    Search Results
  • #374868

    Hey!

    Please add following code and the code Ismael posted to the 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');

    This code should remove the titles.
    Can you please enable social icons on header and let us know so we can see the issue?

    Best regards,
    Yigit

    #374183

    To do that I need an email address to be assigned to it.

    FYI. As soon as I deactivated CM Tooltip Glossary Pro+ everything was working correctly. As I told the tech support for the plugin, here is what I observed.

    1. The TinyMCE editor wasn’t working, especially the insert/edit hyperlinks.
    2. The dropdown/flyout navigation on WordPress stopped working.
    3. When updating plugins the select all functionality wasn’t working and had to manually select each of the plugins to update.
    4. When going to Enfold theme customizer page all the navigation was missing.
    5. In the Broken Links Checker plugin none the commands would work.
    6. When I went to the Appearances > Themes page and clicked on the theme details. The theme detail popup window wouldn’t load.

    I’d still like to get this glossary plugin to work or I need to find a glossary plugin that allows multiple glossaries and not mess up the design.

    ====================================================

    FYI, the support forum here is/has been giving me a lot of problems when submitting a response. I get a blank screen after hitting the submit button and then when I reload the page there is an error message about duplicate post.

    #374116

    Hi felixef!

    1. Your trying to add a new icon to your header social links correct? See here,

    https://kriesi.at/support/topic/adding-custom-social-icons/
    https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/

    If you cannot find the icon you want and if you have an image you want to use instead then we can give you some CSS to switch it out. Send us a link and let us know which icon you want to switch to an image.

    2. Our gallery shortcode has a tooltip feature, http://kriesi.at/themes/enfold/shortcodes/gallery/, you could try using that and just use one image per shortcode.

    Regards,
    Elliott

    #374012
    MtnStreamGroup
    Participant

    I have noticed that since updating to WP 4.1 the Avia Advance Page Layout Builder is not working. Every time I try to go to edit any page all that happens is the spinning circle as if it is trying to load but isn’t loading. Makes it difficult to edit our site when the editor isn’t loading.

    Now I’m noticing issues with the Child Theme Admin panel as well. All of the tabs on the left side are missing.

    I just re-installed WP 4.1 and deactivated two of the plugins which I thought could be causing the issue. I found there is major conflict with CM Tooltip Glossary Pro+, your theme, and WP 4.1.

    • This topic was modified 11 years ago by MtnStreamGroup. Reason: Found and reported new information
    #373980
    felixef
    Participant

    Two queries. First, as a writer I’d love to include a Goodreads link in my Social profile list. Any plans on adding that to your list of options? I found the other icons referenced in shortcodes.css under the Team member section. If I were to upload the appropriate icon, could I add a line of code, thus: .avia-team-member .goodreads:hover { color:#37589b; }

    Second, I wanted to have a tooltip option for all my images. You explain how to get rid of the circle/arrow effect here: http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/ . I’ll do that, but can I add something that will allow alt text to show as a tooltip? If not, no big deal.

    Thanks, and Happy new year!

    #373052

    Hey!

    Please go to Appearance > Editor and open Footer.php file and find
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
    and change it to
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span><div class="avia-tooltip avia-tt"><div class="inner_tooltip">Scroll to top!</div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></a>
    then add following code to Quick CSS

    a#scroll-top-link .avia-tooltip.avia-tt { top: -70px; left: -50px; display: none; opacity: 0; }
    a#scroll-top-link:hover .avia-tooltip.avia-tt { display: block!important; opacity: 1!important; }

    Cheers!
    Yigit

    #372565

    Hi,

    Brilliant!
    It works perfect for now.

    For others who would like to achieve the same, include this code to your functions.php in your child theme:

    /* Enable Social Share Buttons */
    add_filter('avf_title_args', 'avia_add_social_toolbar_template_builder', 10, 2);
    function avia_add_social_toolbar_template_builder($args, $id)
    {
    	$args['additions'] .= avia_social_share_links(array(), false);
    	return $args;
    }

    And include this in your style.css in your child theme:

    /* Title Social Share Section Adjustment */
    .title_container .av-share-box { width: 200px; margin-top: 2px; }
    .title_container .av-share-box ul li a { padding: 5px 0; }
    .title_container .av-share-box .av-share-link-description { display: none; }
    .title_container .av-share-box .avia-related-tooltip { display: none !important; }
    @media only screen and (max-width: 767px) {
    	.title_container .av-share-box { display: none; }
    	.responsive .title_container .breadcrumb { position: absolute; right: auto; top: 50%; margin-top: -7px; left: -2px; }
    }

    Thank you!

    #371837

    In reply to: Zoom on image hotspots

    Hey!

    If your adding a link inside the tooltip then the link needs a title set like so.

    <a href = "URL to your image" title = "Here is the caption">Click on me</a>
    

    Cheers!
    Elliott

    #371820

    In reply to: Tool tip font color

    Hey!

    Please try adding !important rule as following

    .avia-tooltip {
    color: #000000!important;
    }

    Regards,
    Yigit

    #371542

    Hi hloft!

    Thank you for coming back.

    If you are using a child theme, put in functions.php of the child theme at the bottom:

    
    if(!function_exists('avia_append_search_nav'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    
    	function avia_append_search_nav ( $items, $args )
    	{	
    		if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
    		if(avia_get_option('header_position',  'header_top') != "header_top") return $items;
    
    		
    	    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    	    {
    	        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>' . $items;
    	    }
    	    return $items;
    	}
    }
    
    

    If you are using enfold parent theme, then put this code at the beginning of functions.php.

    Best regards,
    Günter

    #371526

    In reply to: Zoom on image hotspots

    Sorry, but I can’t give access to the website.
    We don’t want to add images inside the tooltips of our hotspots but we want to add a zoom image with a link on a hotspot.
    That’s work but the display of the title zoom image is not display.

    The problem is simple and it’s the same on all installation of Enfold.
    The “title='{$alt}'” or “title='{$title}'” in the function add_hotspot doesn’t work :
    /* AJOUT */$output .= "<".$tags[0]." title='{$alt}' class='av-image-hotspot_inner' style='{$custom_bg} {$custom_font}'>{$counter}</".$tags[1].">";

    Thanks for your help

    #371358

    In reply to: Tool tip font color

    Hey elames!

    Thank you for using Enfold.

    You can use this on Quick CSS;

    .avia-tooltip {
    background: #7e9353 !important;
    color: #000000;
    }

    Best regards,
    Ismael

    #370640

    Hey Andrea!

    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');

    Cheers!
    Yigit

    #370061

    Hi!

    Add this to the bottom of your child theme functions.php file.

    //first append search item to main menu
    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    
    function avia_append_search_nav ( $items, $args )
    {	
    	if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
    	if(avia_get_option('header_position',  'header_top') != "header_top") return $items;
    
    	if ((is_object($args) && $args->theme_location == 'avia2') || (is_string($args) && $args = "fallback_menu"))
    	{
    		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;
    }
    

    Regards,
    Elliott

    #369715

    Hey!

    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');

    Regards,
    Yigit

    #369684

    Thanks Yigit.

    That code does work to hide the title & excerpt. What I am wanting to hide is the little link title pop-up (“tooltip”) that comes from the <a href="link" title="popup"> on the portfolio item.

    • This reply was modified 11 years, 1 month ago by hmsvictory.
    #369661

    In reply to: Zoom on image hotspots

    Hi!

    Your trying to add images inside the tooltips of your hotspots correct? Send us a WordPress login so we can get a better idea of what’s going on.

    Best regards,
    Elliott

    #369349
    hmsvictory
    Participant

    I have been messing around with the file masonry-entries.php to remove the title=”Portfolio Item Title” bit of code from the links. I hate how it looks when that little tooltip pops up on hover. I thought I had delted all the title= pieces of code but they are still showing up. Any ideas?

    Hi!

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

    body .datepicker.dropdown-menu, #top .main_color #tribe-bar-form input[type='text'], .main_color .tribe-mini-calendar td, .main_color .tribe-mini-calendar-event .list-date .list-dayname, #top .main_color .tribe-events-tooltip, .main_color .recurring-info-tooltip, .main_color .tribe-events-tooltip .tribe-events-arrow { background: inherit; }
    .sidebar .vevent {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    }

    Best regards,
    Yigit

    #368961

    Hi Yigit,

    I added the code but unfortunately that didn’t solve the problem. With two of the tooltips the width stays fixed and therefore adds a scrollbar.

    best regards,
    Maikel

    #368834

    Hi Ismael,

    Huh?….. I’m going crazy… You didn’t change anything? I see you enabled some sort of debug window to see coding of the page beneath the AV-content, but you didn’t edit anything? Very strange… And the fetching-coordinates-button wasn’t there yesterday (i think). But hey, it’s working now, so I’m very grateful. Thanks again for the great support!

    One small thing though. In the latest version of Safari (Version 8.0.2 (10600.2.5) on my iMac running Yosemite the tooltips of the map sometimes don’t fit on one line so a scrollbar appears and you can’t read the title completely.

    #368647

    In reply to: Hover picture ipad bug

    Hi Groeier!!

    Try adding this to your custom CSS.

    .avia-tooltip { z-index: 1000 !important; }
    

    Cheers!
    Elliott

    #368479

    In reply to: Zoom on image hotspots

    Hi _fizz!

    Thanks for using Enfold.

    I’m sorry but I’m not sure I understand what your trying to do. Are you trying to add an image inside the tooltip that displays with the hotspots?

    Go ahead and send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #368431

    Hey Yigit,

    Yes they where our first point of call here is their email from them.

    Thank you for contacting WP Engine today! I understand you’re getting some 502 errors and want to figure out what’s going on. I apologize for the issue, but I’m more than happy to help.

    I checked your Apache error log and found a timeout error, which is usually our system shutting down a long query and accounts for most 502s:

    [Thu Dec 11 11:14:54 2014] [error] [client 86.185.146.22] [WPE Monitoring] Stopwatch php.pod-2608.function.session_start.duration exceeded 200ms. Was: 309ms.\n#0 wpe\\measure\\LoggingStopwatch->logStackTrace(309) called at [/nas/wp/www/common/production/measure.php:198]\n#1 wpe\\measure\\LoggingStopwatch->lap_ended(309) called at [/nas/wp/www/common/production/measure.php:134]\n#2 wpe\\measure\\Stopwatch->lapstart() called at [/nas/wp/www/common/production/measure.php:158]\n#3 wpe\\measure\\Stopwatch->__destruct() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#4 session_start() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#5 avia_sc_masonry_entries->extra_assets() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:28]\n#6 aviaShortcodeTemplate->init() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:335]\n#7 AviaBuilder->createShortcode() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:74]\n#8 AviaBuilder->init()\n#9 call_user_func_array(Array ([0] => AviaBuilder Object ([paths] => Array ([pluginPath] => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[pluginDir] => avia-template-builder/,[pluginUrl] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[assetsURL&#93; => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[assetsPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[imagesURL] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/,[configPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/),[shortcode_class] => Array ([avia_sc_blog] => avia_sc_blog Object ([builder] => AviaBuilder Object ( *RECURSION*,[config] => Array ([name] => Blog Posts,[tab] => Content Elements,[icon] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-blog.png,[order&#93; => 40,[target] => avia-target-insert,[shortcode] => av_blog,[tooltip] => Displays Posts from your Blog,[php_class] => avia_sc_blog,[drag-level] => 3,[drop-level] => -1,[popup_editor] => 1),[elements] => Array ([0] => Array ([name] => Do you want to display blog posts?,[desc] => Do you want to display blog posts or entries from a custom taxonomy?,[id] => blog_type,[type] => select,[std] => posts,[subtype] => Array ([Display blog posts] => posts,[Display entries from a custom taxonomy] => taxonomy)),[1] => Array ([name] => Which categories should be used for the blog?,[desc] => You can select multiple categories here. The Page will then show posts from only those categories.,[id] => categories,[type] => select,[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => posts),[subtype] => cat),[2] => Array ([name] => Which Entries?,[desc] => Select which entries should be displayed by selecting a taxonomy,[id] => link,[fetchTMPL] => 1,[type] => linkpicker,[subtype] => Array ([Display Entries from:] => taxonomy),[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => taxonomy),[std] => category),[3] => Array ([name] => Blog Style,[desc] => Choose the default blog layout here.,[id] => blog_style,[type] => select,[std] => single-big,[no_first] => 1,[subtype] => Array ([Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)] => multi-big,[Single Author, small preview Pic (no author picture is displayed, feature image is small)] => single-small,[Single Author, big preview Pic (no author picture is displayed, feature image is big)] => single-big,[Grid Layout] => blog-grid)),[4] => Array ([name] => Blog Grid Columns,[desc] => How many columns do you want to display?,[id] => columns,[type] => select,[std] => 3,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5)),[5] => Array ([name] => Define Blog Grid layout,[desc] => Do you want to display a read more link?,[id] => contents,[type] => select,[std] => excerpt,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([Title and Excerpt] => excerpt,[Title and Excerpt + Read More Link] => excerpt_read_more,[Only Title] => title,[Only Title + Read More Link] => title_read_more,[Only excerpt] => only_excerpt,[Only excerpt + Read More Link] => only_excerpt_read_more,[No Title and no excerpt] => no)),[6] => Array ([name] => Blog Content length,[desc] => Should the full entry be displayed or just a small excerpt?,[id] => content_length,[type] => select,[std] => content,[required] => Array ([0] => blog_style,[1] => not,[2] => blog-grid),[subtype] => Array ([Full Content] => content,[Excerpt] => excerpt,[Excerpt With Read More Link] => excerpt_read_more)),[7] => Array ([name] => Preview Image Size,[desc] => Set the image size of the preview images,[id] => preview_mode,[type] => select,[std] => auto,[subtype] => Array ([Set the preview image size automatically based on column or layout width] => auto,[Choose the preview image size manually (select thumbnail size)] => custom)),[8] => Array ([name] => Select custom preview image size,[desc] => Choose image size for Preview Image,[id] => image_size,[type] => select,[required] => Array ([0] => preview_mode,[1] => equals,[2] => custom),[std] => portfolio,[subtype] => Array ([No Scaling (Original Width X Original Height)] => no scaling,[Thumbnail (150×150)] => thumbnail,[Medium (300×300)] => medium,[Large (1030×1030)] => large,[Widget (36×36)] => widget,[Square (180×180)] => square,[Featured (1500×430)] => featured,[Featured Large (1500×630)] => featured_large,[Extra Large (1500×1500)] => extra_large,[Portfolio (495×400)] => portfolio,[Portfolio Small (260×185)] => portfolio_small,[Gallery (845×684)] => gallery,[Magazine (710×375)] => magazine,[Masonry (705×705)] => masonry,[Entry With Sidebar (845×321)] => entry_with_sidebar,[Entry Without Sidebar (1210×423)] => entry_without_sidebar,[Shop Thumbnail (120×120)] => shop_thumbnail,[Shop Catalog (450×450)] => shop_catalog,[Shop Single (450×999)] => shop_single)),[9] => Array ([name] => Post Number,[desc] => How many items should be displayed per page?,[id] => items,[type] => select,[std] => 3,[subtype] => Array ([All] => -1,[1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5,[6] => 6,[7] => 7,[8] => 8,[9] => 9,[10] => 10,[11] => 11,[12] => 12,[13] => 13,[14] => 14,[15] => 15,[16] => 16,[17] => 17,[18] => 18,[19] => 19,[20] => 20,[21] => 21,[22] => 22,[23] => 23,[24] => 24,[25] => 25,[26] => 26,[27] => 27,[28] => 28,[29] => 29,[30] => 30,[31] => 31,[32] => 32,[33] => 33,[34] => 34,[35] => 35,[36] => 36,[37] => 37,[38] => 38,[39] => 39,[40] => 40,[41] => 41,[42] => 42,[43] => 43,[44] => 44,[45] => 45,[46] => 46,[47] => 47,[48] => 48,[49] => 49,[50] => 50,[51] => 51,[52] => 52,[53] => 53,[54] => 54,[55] => 55,[56] => 56,[57] => 57,[58] => 58,[59] => 59,[60] => 60,[61] => 61,[62] => 62,[63] => 63,[64] => 64,[65] => 65,[66] => 66,[67] => 67,[68] => 68,[69] => 69,[70] => 70,[71] => 71,[72] => 72,[73] => 73,[74] => 74,[75] => 75,[76] => 76,[77] => 77,[78] => 78,[79] => 79,[80] => 80,[81] => 81,[82] => 82,[83] => 83,[84] => 84,[85] => 85,[86] => 86,[87] => 87,[88] => 88,[89] => 89,[90] => 90,[91] => 91,[92] => 92,[93] => 93,[94] => 94,[95] => 95,[96] => 96,[97] => 97,[98] => 98,[99] => 99,[100] => 100)),[10] => Array ([name] => Offset Number,[desc] => The offset determines where the query begins pulling posts. Useful if you want to remove a certain number of posts because you already query them with another blog or magazine element.,[
    Looks like it’s coming from the theme. I would provide this error to the theme developer and ask how it can be optimized. I also took a look at all of the queries being run by your site via an internal tool:

    http://cl.ly/image/1e2b452Y0I39

    Since most of the queries being run are coming from the theme, most of the drag and errors you may be experiencing will be related to the theme.

    #368218

    Topic: Zoom on image hotspots

    in forum Enfold
    _fizz
    Participant

    Hi,

    I have insert an image link on a hotspot.
    When I click on the hotspot, the photo appears, but I haven’t title at the bottom of the image (The photo have a title on the WordPress photo library).

    There is a possibility to include a fonction to insert the photo’s title on the hotspot module ?

    I try this :

    $output .= "<div class='av-image-hotspot' data-avia-tooltip-position='{$data_pos}' data-avia-tooltip-alignment='{$align}' data-avia-tooltip-class='{$tooltip_width} {$tooltip_pos} {$extraClass} {$tooltip_style} av-tt-hotspot' data-avia-tooltip='".esc_attr(ShortcodeHelper::avia_apply_autop($content))."' style='{$pos_string}'>";
    				/* AJOUT */$output .= "<".$tags[0]." title='{$alt}' class='av-image-hotspot_inner' style='{$custom_bg} {$custom_font}'>{$counter}</".$tags[1].">";
    

    and that :

    function add_hotspot($hotspot, $counter, $extraClass = "")
    			{
    				extract(shortcode_atts(array('tooltip_width' => 'av-tt-default-width', 'tooltip_pos'=>'av-tt-pos-above av-tt-align-left', 'hotspot_pos'=>'50,50', 'output'=>'', 'hotspot_color'=>'', 'custom_bg'=>'', 'custom_font'=>'', 'custom_pulse'=>'', 'tooltip_style'=>'main_color', 'link' => '', 'attachment'=>'', 'attachment_size'=>''), $hotspot['attr']));
    				$content = $hotspot['content'];
    				
    				/* AJOUT */
    				
    				if(!empty($attachment))
    				{
    					$attachment_entry = get_post( $attachment );
    					
    					if(!empty($attachment_entry))
    					{
    						$alt = get_post_meta($attachment_entry->ID, '_wp_attachment_image_alt', true);
    	                	$alt = !empty($alt) ? esc_attr($alt) : '';
    	                	$title = trim($attachment_entry->post_title) ? esc_attr($attachment_entry->post_title) : "";
    	                	
    	                	if(!empty($attachment_size))
    						{
    							$src = wp_get_attachment_image_src($attachment_entry->ID, $attachment_size);
    							$src = !empty($src[0]) ? $src[0] : "";
    						}
    					}
    				}
    				else
    				{
    					$attachment = false;
    				}
    
    				/* FIN AJOUT */

    Thanks for your help.

    #368156

    Hey!

    The tooltip box should expand according to the content by default. Can you please provide the actual link to the page with the map? We would like to check it. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.

    Cheers!
    Ismael

    #367634
    jamiegrand
    Participant

    I checked our Apache error log and found a timeout error, this accounts for most 502s errors that we are getting not sure how to optimise this have you any suggestions. (we use wp-engine)

    Thanks Jamie

    [Thu Dec 11 11:14:54 2014] [error] [client 86.185.146.22] [WPE Monitoring] Stopwatch php.pod-2608.function.session_start.duration exceeded 200ms. Was: 309ms.\n#0 wpe\\measure\\LoggingStopwatch->logStackTrace(309) called at [/nas/wp/www/common/production/measure.php:198]\n#1 wpe\\measure\\LoggingStopwatch->lap_ended(309) called at [/nas/wp/www/common/production/measure.php:134]\n#2 wpe\\measure\\Stopwatch->lapstart() called at [/nas/wp/www/common/production/measure.php:158]\n#3 wpe\\measure\\Stopwatch->__destruct() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#4 session_start() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#5 avia_sc_masonry_entries->extra_assets() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:28]\n#6 aviaShortcodeTemplate->init() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:335]\n#7 AviaBuilder->createShortcode() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:74]\n#8 AviaBuilder->init()\n#9 call_user_func_array(Array ([0] => AviaBuilder Object ([paths] => Array ([pluginPath] => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[pluginDir] => avia-template-builder/,[pluginUrl] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[assetsURL&#93; => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[assetsPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[imagesURL] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/,[configPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/),[shortcode_class] => Array ([avia_sc_blog] => avia_sc_blog Object ([builder] => AviaBuilder Object ( *RECURSION*,[config] => Array ([name] => Blog Posts,[tab] => Content Elements,[icon] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-blog.png,[order&#93; => 40,[target] => avia-target-insert,[shortcode] => av_blog,[tooltip] => Displays Posts from your Blog,[php_class] => avia_sc_blog,[drag-level] => 3,[drop-level] => -1,[popup_editor] => 1),[elements] => Array ([0] => Array ([name] => Do you want to display blog posts?,[desc] => Do you want to display blog posts or entries from a custom taxonomy?,[id] => blog_type,[type] => select,[std] => posts,[subtype] => Array ([Display blog posts] => posts,[Display entries from a custom taxonomy] => taxonomy)),[1] => Array ([name] => Which categories should be used for the blog?,[desc] => You can select multiple categories here. The Page will then show posts from only those categories.,[id] => categories,[type] => select,[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => posts),[subtype] => cat),[2] => Array ([name] => Which Entries?,[desc] => Select which entries should be displayed by selecting a taxonomy,[id] => link,[fetchTMPL] => 1,[type] => linkpicker,[subtype] => Array ([Display Entries from:] => taxonomy),[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => taxonomy),[std] => category),[3] => Array ([name] => Blog Style,[desc] => Choose the default blog layout here.,[id] => blog_style,[type] => select,[std] => single-big,[no_first] => 1,[subtype] => Array ([Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)] => multi-big,[Single Author, small preview Pic (no author picture is displayed, feature image is small)] => single-small,[Single Author, big preview Pic (no author picture is displayed, feature image is big)] => single-big,[Grid Layout] => blog-grid)),[4] => Array ([name] => Blog Grid Columns,[desc] => How many columns do you want to display?,[id] => columns,[type] => select,[std] => 3,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5)),[5] => Array ([name] => Define Blog Grid layout,[desc] => Do you want to display a read more link?,[id] => contents,[type] => select,[std] => excerpt,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([Title and Excerpt] => excerpt,[Title and Excerpt + Read More Link] => excerpt_read_more,[Only Title] => title,[Only Title + Read More Link] => title_read_more,[Only excerpt] => only_excerpt,[Only excerpt + Read More Link] => only_excerpt_read_more,[No Title and no excerpt] => no)),[6] => Array ([name] => Blog Content length,[desc] => Should the full entry be displayed or just a small excerpt?,[id] => content_length,[type] => select,[std] => content,[required] => Array ([0] => blog_style,[1] => not,[2] => blog-grid),[subtype] => Array ([Full Content] => content,[Excerpt] => excerpt,[Excerpt With Read More Link] => excerpt_read_more)),[7] => Array ([name] => Preview Image Size,[desc] => Set the image size of the preview images,[id] => preview_mode,[type] => select,[std] => auto,[subtype] => Array ([Set the preview image size automatically based on column or layout width] => auto,[Choose the preview image size manually (select thumbnail size)] => custom)),[8] => Array ([name] => Select custom preview image size,[desc] => Choose image size for Preview Image,[id] => image_size,[type] => select,[required] => Array ([0] => preview_mode,[1] => equals,[2] => custom),[std] => portfolio,[subtype] => Array ([No Scaling (Original Width X Original Height)] => no scaling,[Thumbnail (150×150)] => thumbnail,[Medium (300×300)] => medium,[Large (1030×1030)] => large,[Widget (36×36)] => widget,[Square (180×180)] => square,[Featured (1500×430)] => featured,[Featured Large (1500×630)] => featured_large,[Extra Large (1500×1500)] => extra_large,[Portfolio (495×400)] => portfolio,[Portfolio Small (260×185)] => portfolio_small,[Gallery (845×684)] => gallery,[Magazine (710×375)] => magazine,[Masonry (705×705)] => masonry,[Entry With Sidebar (845×321)] => entry_with_sidebar,[Entry Without Sidebar (1210×423)] => entry_without_sidebar,[Shop Thumbnail (120×120)] => shop_thumbnail,[Shop Catalog (450×450)] => shop_catalog,[Shop Single (450×999)] => shop_single)),[9] => Array ([name] => Post Number,[desc] => How many items should be displayed per page?,[id] => items,[type] => select,[std] => 3,[subtype] => Array ([All] => -1,[1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5,[6] => 6,[7] => 7,[8] => 8,[9] => 9,[10] => 10,[11] => 11,[12] => 12,[13] => 13,[14] => 14,[15] => 15,[16] => 16,[17] => 17,[18] => 18,[19] => 19,[20] => 20,[21] => 21,[22] => 22,[23] => 23,[24] => 24,[25] => 25,[26] => 26,[27] => 27,[28] => 28,[29] => 29,[30] => 30,[31] => 31,[32] => 32,[33] => 33,[34] => 34,[35] => 35,[36] => 36,[37] => 37,[38] => 38,[39] => 39,[40] => 40,[41] => 41,[42] => 42,[43] => 43,[44] => 44,[45] => 45,[46] => 46,[47] => 47,[48] => 48,[49] => 49,[50] => 50,[51] => 51,[52] => 52,[53] => 53,[54] => 54,[55] => 55,[56] => 56,[57] => 57,[58] => 58,[59] => 59,[60] => 60,[61] => 61,[62] => 62,[63] => 63,[64] => 64,[65] => 65,[66] => 66,[67] => 67,[68] => 68,[69] => 69,[70] => 70,[71] => 71,[72] => 72,[73] => 73,[74] => 74,[75] => 75,[76] => 76,[77] => 77,[78] => 78,[79] => 79,[80] => 80,[81] => 81,[82] => 82,[83] => 83,[84] => 84,[85] => 85,[86] => 86,[87] => 87,[88] => 88,[89] => 89,[90] => 90,[91] => 91,[92] => 92,[93] => 93,[94] => 94,[95] => 95,[96] => 96,[97] => 97,[98] => 98,[99] => 99,[100] => 100)),[10] => Array ([name] => Offset Number,[desc] => The offset determines where the query begins pulling posts. Useful if you want to remove a certain number of posts because you already query them with another blog or magazine element.,[

    #367501

    In reply to: Small Header

    Wir verweden das von http://www.cminds.com/
    CM Tooltip Glossary Pro – TooltipPro+

    siehe Antwort vom Support wie oben bereits geschrieben:
    Antwort von Tooltip:
    We had issues like this before. What it means is that the Silder you are using is not correctly using the HTML and somehowe have left our tags not closed
    the issue is not with the Tooltip
    Fixing this means fixing the slider and not the Tooltip

    #367476

    In reply to: Small Header

    Hi!

    verwendest du dieses Plugin: https://wordpress.org/plugins/wordpress-tooltips/ ?

    Passiert das Gleiche, wenn du statt Enfold das default Theme aktivierst?

    Hast du bereits den Support von dem Plugin angeschrieben?

    Gruß,
    Andy

    #367445

    Hi 1lizcollins!

    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');

    Cheers!
    Yigit

Viewing 30 results - 1,831 through 1,860 (of 2,320 total)