Viewing 30 results - 1,171 through 1,200 (of 2,320 total)
  • Author
    Search Results
  • DaveA
    Participant

    Hello, I’m having a problem where it appears no JavaScript is running on my site. It does not load the image slider or any icons with any effects. In the Google Chrome inspector it presents the following error:

    Uncaught TypeError: $.AviaTooltip is not a constructor
    at HTMLDocument.<anonymous> (avia.js:50)
    at i (jquery.js:2)
    at Object.add [as done] (jquery.js:2)
    at a.fn.init.n.fn.ready (jquery.js:2)
    at avia.js:12
    at avia.js:2122

    I suspect it may be to do with caching and W3 Total Cache. Any help would really be appreciated as it currently means the whole site does not really function.

    Thanks,

    #735884

    Hey hookedonweb,

    Thank you for using Enfold.

    Please replace the code with the following.

    add_shortcode( 'searchbar', 'searchbar' );
    function searchbar() {
    	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 menu-item-avia-special">
    					<a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    			   </li>';
    	return $items;
    }
    
    // set sidebar height
    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() { ?>
    	<script type="text/javascript">
    	(function($){
    		$(window).load(function() {
    			new $.AviaAjaxSearch({scope:'body'});
    		});
    	})(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    #735222
    kashcroft
    Participant

    The Marker Tooltip on the Google maps component is a great feature, however, when you have multiple markers, and you click on a few, they all open at once and make for a very messy and confusing screen for the website visitors.

    It would be good to have an option built into the dialogue box that allows you to select whether you want it to open multiple tips, or to close the previous tip when you click on a new one.

    I realise this may not be on your product map yet, so can you let me know the code and what file to change in order to make that happen manually?

    I’ve checked through the threads and can see some options where changing a section of the javascript in shortcodes.js is shown as working, however, the threads are around two years old and the solutions don’t appear to work now.

    Can you please confirm what code is needed and where it should go please?

    Thanks in advance.

    Kevin

    #734957

    Hi Andy,

    My question is not about this plugins anymore. I have deleted them now. The problem is that the 2 errors like “Avia tooltip is not a contructor” are still there. These errors seems to be related to the theme?

    So what does it mena “Avia tooltip is not a contructor” and what can I do to solve this?
    Thank you!

    Alwin

    #734793

    Hi Yigit,
    by removing the code it just displays the tooltip again which we don’t want to see …What could it be else?
    Strange …

    #734787

    Hi Ismael. Thanks a lot for trying to help, but here is the issue, please check these screenshots; maybe i am missing something?
    I asked in another thread about injecting shortcodes manually using the code instead of the graphical interface but no one replied.
    I would need to put several icons with tooltips (with different descriptions) inside that table cells. When i am editing the table i do not see a way to drag and drop the icons in there. Can you please clarify the process to insert them inside the table?

    Thank you!!

    #734773

    Hi,

    Please remove following custom CSS code

    .avia-tooltip {
        display: none !important;
    }
    #734657
    J.A.R.
    Participant

    hello,

    i’m having some element issues on the Arabic side of my site again, first of all here is the codes you gave me so far to fix most issues:

    .rtl .post-title, .rtl .slide-entry-title {
        letter-spacing: 0.01em!important;
    }
    ul.avia_wpml_language_switch_extra {
    display:none !important;
    }
    .responsive #top .avia-team-member .team-social {
        max-width: 300px;  
        margin: 0 auto;
    }
    @media only screen and (max-width: 767px) {
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
        left: 5px !important;
    }
    }
    .iconbox_left .iconbox_icon {
        left: 5px;
    }
    @media only screen and (max-width: 767px) {
    	.responsive #header_meta .social_bookmarks li {
    	    border: 0 !important;
    	}
    
        #header_meta .container{
            text-align: center;
        }
    
        #header_meta .container > * {
            display: inline-block;
            width: auto !important;
            padding: 0;
        }
    
        #header_meta .phone-info.with_nav {
            position: absolute;
            right: 0;
            top: 5px;
        }
    
        #header_meta .responsive #header .social_bookmarks {
            position: absolute;
            left: 0;
        }
    .sub_menu {
        position: absolute !important;
        left: 0;
        right :0;
        top: 0px;
        margin: 0 auto;
    }
    }
    .rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }
    .rtl .av_secondary_left .sub_menu>ul>li:last-child, .rtl .av_secondary_left .sub_menu>div>ul>li:last-child {
        padding-right: 10px;
    }
    .rtl .sub_menu {
        padding-right: 0;
        padding-left: 10px;
    }
    .rtl #header .social_bookmarks li:first-child {
        border-right: none!important;
    }
    .avia-tooltip.avia-tt {
        width: 200px;
    }
    .av_header_transparency a .avia-menu-text{
        color:#fff!important;
    }
    .av_header_transparency .phone-info a {
        color: #ffffff;
    }
    @media only screen and (max-width: 767px) {
    #header_meta .phone-info a {
        color: black;
    }}
    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
        color: #ffffff;
    }
    #top.rtl #header .social_bookmarks li:last-child {
        border-color: rgba(255,255,255,0.25) !important;
    }
    
    #top.rtl #header.header-scrolled .social_bookmarks li:last-child {
        border-right: 1px solid #e1e1e1 !important;
    }
    @media only screen and (min-width: 767px) {
      a#advanced_menu_toggle {
        color: white!important;
      }
    
      .header-scrolled a#advanced_menu_toggle {
        color: #000 !important;
      }
    }
    @media only screen and (max-width:960px) {
    	#header_main .container.av-logo-container {
    	  padding: 9;
    	  max-width: 100%;
    	}
    
    	#advanced_menu_toggle {
    	  left: 10px !important;
    	}
    }

    1) first of look at this picture of the home page, this is when it is first loaded (no scroll), its perfect, no issues
    https://www.dropbox.com/s/se5uhawt671qxcv/Home%20page%20when%20first%20loaded.png?dl=0
    2) look at the home page when i scroll down a little and the header turns to sticky, it perfect as well
    https://www.dropbox.com/s/wzznf2908ehy62i/Home%20page%20after%20scroll.png?dl=0
    3) heres a look at another page, you can see the lines are missing on the social media
    https://www.dropbox.com/s/cj4e9n3rekgzh5n/Page%20when%20first%20loaded.png?dl=0
    4) after i scroll down it works normally
    https://www.dropbox.com/s/yuqcibnon5lmfo2/Page%20after%20scroll.png?dl=0
    5) i don’t know if this is part of the issue, but look at the share icons under the comments and you will see there is a line missing there as well
    https://www.dropbox.com/s/6n17a5ir8pqglys/Share%20icons%20on%20blog%20page.png?dl=0

    The issue with these lines is non stop, if i set lines between the menus in the main header there will be lines missing and such. please let me know what to remove and add in the code above to fix all these issues.

    I also hope you guys can fix these issues as i love this theme and i’m getting many jobs coming up in Arabic, and i don’t want to try another theme for those jobs, but i will have to if i cant fix these issues.

    #734584

    Hey vero,

    Thank you for using Enfold.

    Please use the Icon shortcode and its Optional Tooltip field. You can insert the shortcode inside the table.

    Best regards,
    Ismael

    #734437

    Hi,

    Have you tried using this html code in a text block? just make sure you are using the text and not the visual tab:
    <span data-avia-tooltip="I'm a tooltip!">Warning... Tooltip behind!</span>

    or you might want to use tooltip plugins such as: https://wordpress.org/plugins/simple-tooltips/
    Hope this helps :)

    Best regards,
    Nikko

    #733873

    Hey Kathy,

    Thank you for using Enfold.

    The related posts are items with the same tags as the current posts. You need to modify the includes > related-posts.php file if you want to increase the number of items. Look for this line and increase the value of the columns parameter.

    if(!isset($avia_config['related_posts_config']))
    {
    	$avia_config['related_posts_config'] = array(
    
    	'columns' => 8,
    	'post_class' =>  "av_one_eighth no_margin ",
    	'image_size' => 'square',
    	'tooltip'	 => true,
    	'title_short'=> false
    
    	);
    
    	if($rp == "av-related-style-full")
    	{
    		$avia_config['related_posts_config'] = array(
    
    		'columns' => 6,
    		'post_class' =>  "av_one_half no_margin ",
    		'image_size' => 'square',
    		'tooltip'	 => false,	
    		'title_short'=> true	
    		);
    	}
    }

    Best regards,
    Ismael

    #733763
    Doron
    Participant

    never had this problem before
    if you open the link (in the private content) you can see image with multiple host spots
    everything is configured as it should and yet none of the tooltip show
    not in rollover and/or when you click – even if i turn off all the plugins
    ..what can cause this?

    #733650

    Hey andyqueanda,

    Try using the ones mentioned on this thread: https://kriesi.at/support/topic/tooltip-shortcode/
    Hope this helps :)

    Best regards,
    Nikko

    #733199
    vero
    Participant

    Ok. Please check here: http://www.veroyoga.com/veroyoga.com/classes/

    What i would like to do, ( open to any other alternative) is to add the blue information icon inside the table as you can see on the “Classes” table, first row, so when you hover your mouse over you get the information on the class.
    I was playing with the image with hotspot option as you can see the big blue icon on top, but i am not sure there is a way to inject it
    inside the table cells as these tables are also setup using the shortcodes…

    Any recommendation, like alternative plugins are welcome, or maybe i am missing an already available shortcode within the Enfold options?

    Thanks a lot

    #733101

    Hey Basilis,

    not really …

    The only code we added is in the Quick CSS field:

    #top .avia-post-nav {display: none;}
    .grid-entry .inner-entry {box-shadow: none; padding-right: 5px;}
    h3.grid-entry-title.entry-title {line-height:1.5em;}
    .grid-content .avia-arrow {display: none;}
    .avia-tooltip {display: none !important; }

    Thank’s and cheers, Sia

    #731983
    Alwin
    Participant

    In this topic; https://kriesi.at/support/topic/rublon-plugin/ I told about the problems I have with installing the Rublon plugin. I do have trouble too now with using the Live Traffic option in the plugin WordFence.

    Note that I use Rublon and Wordfence on a lot of other sites together without any problems. These other sites don’t use the Enfold theme).

    In the previous topic the conclusion was that it has nothing to do with the Enfold theme. But now I used the browser console to look for any errors when using the Wordfence Live Traffic and I find these 2 errors (screenshot):
    http://www.optiion.nl/wp-content/uploads/wf01.png

    “Avia tooltip is not a contructor” seems to have something to with the Enfold theme/Avia builder? And what is the other error? Could these 2 errors cause the problems with some plugins not working properly?

    • This topic was modified 9 years, 1 month ago by Alwin.
    #731478

    The problem still remain after updating enfold to the latest version. The tooltip position indicates witch side of the hotspot the tooltip should be (ex right), which is correct. Then it indicates where on the side it should be (ex top, center, bottom), where the corner position is mixed.

    #730121

    In reply to: Hide Tool Tips

    Thanks for your reply, but seems like this was nothing more than a couple of lines of CSS… Your support on this would have been greatly appreciated versus making it seem like a huge task. :/

    @media only screen and (max-width: 767px) {
    .avia-tooltip {
    display: none !important; }
    }

    #730059

    Topic: Hide Tool Tips

    in forum Enfold
    graphicwise
    Participant

    Hello,

    While the “tool tip” (sorry don’t know the right term) is great on desktop version of my website, on tablets and mobiles since there is no “hover” state, it gets a bit problematic, so I want to remove them altogether from mobile and tablets, but leave them on the desktop version. Is there CSS I can plug into this to make it perform this?

    Please see: http://grantwalden.com/wp-content/uploads/2017/01/tooltip.jpg

    Thanks!

    #729924

    Hi, thanks for everyone’s response, I’m very appreciative.

    Yigit, that did not work. I did try refreshing, and refreshing my cache. What is strange is that my macbook at home, using chrome, was showing an adjustment I tried that made the circle padding closer to the actual symbol within my icon element. Now, when I’m here at work, that edit is no longer showing up. Both browsers were using chrome I believe. Here is my icon quick css code, it would be great to be able to change the text color to be mobile responsive as well, as I am often losing readability based on my original color choice.

    a.av-icon-char:hover span {
    color: #ac97c1;
    }

    .av_font_icon.av-icon-style-border .av-icon-char { padding: 5px; }
    #top .avia-icon-tooltip { font-size: 10px!important; }

    .iconbox .iconbox_content .iconbox_content_title {
    font-size: 10px;
    }

    #729595

    I had to go back and add all of this to remove the backgrounds on everything to get it to work, hopefully this will help someone in the future. Thanks

    
    .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, #main, .html_stretched #wrap_all, .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, .header_color table, .header_color .widget_nav_menu ul:first-child>.current-menu-item, .header_color .widget_nav_menu ul:first-child>.current_page_item, .header_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .header_color .pagination .current, .header_color .pagination a, .header_color.iconbox_top .iconbox_content, .header_color .av_promobox, .header_color .toggle_content, .header_color .toggler:hover, .header_color .related_posts_default_image, .header_color .search-result-counter, .header_color .container_wrap_meta, .header_color .avia-content-slider .slide-image, .header_color .avia-slider-testimonials .avia-testimonial-content, .header_color .avia-testimonial-arrow-wrap .avia-arrow, .header_color .news-thumb, .header_color .portfolio-preview-content, .header_color .portfolio-preview-content .avia-arrow, .header_color .av-magazine .av-magazine-entry-icon, .header_color .related_posts.av-related-style-full a, .header_color .aviaccordion-slide, .header_color.avia-fullwidth-portfolio .pagination, .header_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .header_color .header_bg, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .footer_color .site-background, .footer_color .first-quote, .footer_color .related_image_wrap, .footer_color .gravatar img .footer_color .hr_content, .footer_color .news-thumb, .footer_color .post-format-icon, .footer_color .ajax_controlls a, .footer_color .tweet-text.avatar_no, .footer_color .toggler, .footer_color .toggler.activeTitle:hover, .footer_color #js_sort_items, .footer_color.inner-entry, .footer_color .grid-entry-title, .footer_color .related-format-icon, .grid-entry .footer_color .avia-arrow, .footer_color .avia-gallery-big, .footer_color .avia-gallery-big, .footer_color .avia-gallery img, .footer_color .grid-content, .footer_color .av-share-box ul, #top .footer_color .av-related-style-full .related-format-icon, .footer_color .related_posts.av-related-style-full a:hover, .footer_color.avia-fullwidth-portfolio .pagination .current, .footer_color.avia-fullwidth-portfolio .pagination a {
        
    	background: transparent !important;
    }
    
    .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: rgba(255, 255, 255, 0);
    }
    #729089

    Hey kriesi,

    I would like to keep the tooltip that shows the caption for the image on a single blog page,
    while canceling the link for the lightbox image,
    Is this possible?

    also, is there an option for media credits to show always under the photo of the single blog page?
    something like one line of text?

    Thanks,
    Uri

    #727234

    Hi,

    Please change your code to following one

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.av-magazine a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Best regards,
    Yigit

    #727119
    Idomazu
    Participant

    Good day!

    I have a VK (social network) widget attached to my site (at the right bottom corner). How can I make it appear and to be always on top of any element? Footer overlaps it.
    Also I’d like to know, why can’t I see this widget button at this page only http://countplus.by/kontakty/ (at any other it works, excepting the problem that I’ve already mentioned at the very begging).

    TU!

    UPD: the widget code looks like:

    <script type=”text/javascript” src=”//vk.com/js/api/openapi.js?136″></script>

    <!– VK Widget –>
    <div id=”vk_community_messages”></div>
    <script type=”text/javascript”>
    VK.Widgets.CommunityMessages(“vk_community_messages”, 133130302, {welcomeScreen: “1”, tooltipButtonText: “У Вас есть какой-то вопрос? Задайте его нам прямо сейчас!”});
    </script>

    • This topic was modified 9 years, 2 months ago by Idomazu.

    Hey!

    Yes, please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu”. Then add following code to Functions.php file in Appearance > Editor

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

    then go to Appearance > Menus and add a new Custom Link with # for URL and [avia_search] for navigation field

    Cheers!
    Yigit

    • This reply was modified 9 years, 2 months ago by Yigit.
    #726255

    In reply to: Teammenber on hover

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-tooltip { 
    width: 200px; 
    }
    

    Best regards,
    Yigit

    #725980
    niufeng99
    Participant

    As described, which codes should I add to achieve that result?
    I search the old threads and found something I need for the post tile, but it failed for the thumbnail, can you help me?

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.av-magazine-title a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Thank you in advance.

    Eric

    #724222
    Netpower
    Participant

    Hi,
    We have a solution that uses image hotspot, but we are having some problems with the tooltip position. When we have inserted a hotspot, and choose the tooltip position to “Bunnen venstre” (Norweagian for “Bottom left”) the textbox possition on the picture becomes bottom right.
    The problem occures for all “left”, “right”, “top” and “bottom” positions. In the categories “Above” and “Below”, left and right possitions are interchanged. And in the categories “Left” and “Right”, the top and bottom possition is interchanged.

    Are you able to fix this for the next enfold update?
    We are currently running v. 3.4.7

    #724110

    Hi!

    We removed this code from the functions.php file.

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

    Regarding the search query, please refer our answer in this thread.

    // https://kriesi.at/support/topic/widget-product-search-only-in-the-product-title-not-all-the-texts/#post-724107

    Cheers!
    Ismael

    Hi,

    Did you modify that line? The “type” parameter should be a “textarea”, not “tiny_mce”.

     array(
    			                            "name" 	=> __("Marker Tooltip", 'avia_framework' ),
    			                            "desc" 	=> __("Enter some text here. If the user clicks on the marker the text will be displayed", 'avia_framework' ) ,
    			                            "id" 	=> "content",
    			                            "type" 	=> "textarea",
    			                            "std" 	=> "",
    			                        ),

    Best regards,
    Ismael

Viewing 30 results - 1,171 through 1,200 (of 2,320 total)