-
Search Results
-
Hello,
I am exploring the Image with Hotspots functionnality. I currently run an e-commerce website, with woocommerce. I wanted to see if I could use the image with hotspot function to display the products, the idea being that by clicking on the hotspot, the tooltip would appear with a picture, a link to a flipbook, and a ‘Add to cart’ button.
I know there are ways to get the tooltip to appear on click instead of on hover ; i’ve already implemented that. However, it seems the inside the tooltip, shortcodes do not work, or not very well (for example, the button styling of the woocommerce shortcode is only partial).The shortcode in question, for Real3Dflipbook, works fine everywhere else on the site, including on that very same page (all the individual pictures of books are shortcode links to flipbooks).
The thing is, I can’t figure out why they wouldn’t work here…Do you see any reason why ?
Hi Guys
I’m trying to move the search form to the top bar (where the telephone number currently sits on the right.
I’ve tried this from other posts
add_filter( 'avia_meta_header', 'avia_append_search_nav_mod'); function avia_append_search_nav_mod() { ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items = '<div id="menu-item-search" class="menu-item-search-mod 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> </div>'; echo $items; }it produces a white-out page ?
Has this solution been updated? is there an alternative?
Also I need to target the sub menu so that the blue background (of the sub menu) is .8 transparent. I have used advanced styling for the colour and hover state (but it won’t accept rgba) and css for the current page state.
Cheers
Steve
Hello,
We have 27 hotspots and all contain links to YouTube videos. We’re starting to realize this maybe isn’t a great idea since we have to wait for all 27 vides to preload it seems. In the embed code I have them set to auto play, but I thought they wouldn’t start to play until the user hovered over a hotspot – this isn’t the case and after the page fully loads you start to hear the videos? Also. would it maybe be possible to keep a pop-up opened so a user could click to play a video? Maybe this would help alleviate the load time since the videos wouldn’t need to preload for auto play?Also, The hotspots to the right side of the image bleed-off the page when hovered over – how can we get them to stay onscreen or pop-up to the left? While I did make the hotspot popups larger (.avia-tooltip { width:25%; }), even at the default size they bleed-off the page?
Thank you
Topic: ENFOLD Theme Update 3.5
Thanks for the recent update. Everything works except the footer widget with the map. Did you change something about the google maps integration?
WIDGET CODE LEFT
[av_google_map class='footermap' height='200px' width='360px' zoom='10' saturation='-100' hue='' zoom_control='aviaTBzoom_control' mobile_drag_control='aviaTBmobile_drag_control'] [av_gmap_location address='Witteringstr. 92' city='45130 Essen' country='Deutschland' long='7.015765200000033' lat='51.4410393' tooltip_display='aviaTBaviaTBtooltip_display' marker='4820' imagesize='60'] [/av_gmap_location] [/av_google_map]CSS
.textwidget { max-width: 360px; }Topic: Tooltips with click – again
Hello guys,
I have the same problem (id like tooltips to be opened via click instead of hover – https://kriesi.at/support/topic/tooltips-with-click/ ) that has been solved several times here, but the theme is updated so the solutions like arent valid anymore.
Can you please tell me which lines do I need to edit in current version of the theme?
Thanks in advance!
