-
Search Results
-
Hey Enfold-Team,
during cross-browser testing I stumbled upon a problem with the avia search (avia-search-tooltip, the interactive ajax search). Works fine in all browsers but Safari – if I click on the search symbol, it causes the page to reload (and the url in the browser bar to add “/?s=” on the already opened url), no chance to write something in it. Somehow it seems to be interpreting the opening click already as submit click. For my page see link in private content.Would be great if you can help me sort this out!
Thanks in advance,
JoerkaHi,
I am using a image with hotspot on one of my pages and I already got the pulse transparent, but when I´m adding a image into the image with hotspots, the tooltip gets displayed with white background, although i am using a logo image without a background.
How can I achieve a transparent background for the tooltip image?.av-hotspot-container .av-image-hotspot_inner {background: transparent !important;}I am already using this css snipet but i think it only works when text is displayed?
Regards
MichaelThe tooltips and the hotspots on images are not displayed on any apple ios devices (in both Chrome or Safari browsers). Is there a solution for this issue? Please advise.
Hi I have a question. My website online has the enfold version 3.8
in order to work on some custom pages and do some tests I downloaded my website on my local pc. In the meanwhile I updated the theme (locally only) to enfold 3.8.5I realized that if I keep my custom shortcode in the child theme it gives problems in adding new pages: whenever I update a new page or I try to delete it, a completely blank screen appears, although it actually saves or bin the pages (i.e. the action is completed successfully). Trying to understand what was messing up, I realized that everything worked fine if I deleted the shortcode folder in my child theme.
At this point, before updating the online enfold theme I would like to understand if you are aware of such bugs. The shoertcode I created was very simple, as it only applied the <abbr> tag to the text. herebelow I copy my code:
if ( !class_exists( 'av_abbr' ) ) { class av_abbr extends aviaShortcodeTemplate { /** * Create the config array for the shortcode button */ function shortcode_insert_button() { $this->config['name'] = __('Acronym Extension'); $this->config['order'] = 100; $this->config['shortcode'] = 'av_abbr'; $this->config['tooltip'] = __('Creates a full text which appears on mouse over acronyms terms'); $this->config['inline'] = true; $this->config['tinyMCE'] = array('tiny_always'=>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" => __("Acronym", 'avia_framework' ), "desc" => __("This is the acronym.", 'avia_framework' ), "id" => "acronym", "type" => "input", "std" => __("ACR", 'avia_framework' )), array( "name" => __("Full title", 'avia_framework' ), "desc" => __("This is the text that appears on your acronym.", 'avia_framework' ), "id" => "title", "type" => "input", "std" => __("Full text", 'avia_framework' )), array( "type" => "close_div", 'nodescription' => true ), ); } /** * 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 = "") { $output = ""; $atts = shortcode_atts( array( 'title'=>'', 'acronym' =>'', ), $atts, $this->config['shortcode']); $output = ''; $output= "<abbr title='".$atts['title']. "'> " . $atts['acronym'] . "</abbr>"; //<abbr title = 'xx'>ACR</abbr> return $output; } } }Thanks very much
Howdy,
I know this is more advanced and dont know if this is possible without major theme edits – I was wondering if there is a way for the map icons when rollover to pop up the Marker Tooltip instead of having to click….
Hi, there. Is it (easily) possible to create a link that would take a user to a page that contains a Google Map and open the tooltip associated with a particular location on the map?
Thanks!
Hi,
I’m using this code to make the inner circle transparent on the tooltip but keep the pulse, however it isnt working on this page, can you advise why?
.av-hotspot-container .av-image-hotspot_inner {background: transparent !important;}Hi,
I have problem with tooltips. When I add gallery there is tooltip above picture. I don’t want it. But I need to have tooltips at antoher page, where I’m using Image with Hotspots.I tried with:
div.avia-tooltip.avia-tt {
display: none !important;
}But it delete toolitips from everywhere :(.
I read and tried:
https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/But it doesn’t work.
Here is page with hotspot: http://sieroslawscy.ankarat.ayz.pl/narzedziownia/ (so here I need tooltips)
Here is page with gallery with tooltips: http://sieroslawscy.ankarat.ayz.pl/nagrody-i-certyfikaty/ (here I do not need tooltips)Best,
AndrzejHello Team,
Most of my navigation is within the first fold of my webpage, so my client had me remove the top page nav, and just have the magnifying glass option. I’d really like to remove the ‘hamburger-style’ navigation button on mobile, and replace it with just the search feature.
In the future, it would be nice if both were static boxes where one could type in at any time vs. the magnifying glass and search box just appearing after one clicks it. I can open up a new support-request for this option if need be, thought I’d mention it since we’re on the topic though!
Here is my current quick CSS overall:
.team-member-name, .team-member-job-title { text-align: center; }
.avia-team-member .team-member-name {
font-size: 14px !important;
}body .column-top-margin {
margin-top: 5px;
margin-bottom: 5px;
}.avia-slideshow-inner {
height 300px !important;
}.avia-slideshow { margin-bottom: 0px; }
#menu-item-search > a:nth-child(1) > span:nth-child(1) {
display: block;
float: left;
}.span.avia_hidden_link_text:nth-child(3) {
display:none;
}#menu-item-search [data-av_icon]:before {
float: left;
margin-right: 10px;
}.toggler { text-align: center !important; }
.iconbox a, .iconbox .custom-class:hover {
background-color:;
}.avia_textblock { padding: 10px; }
#top .avia-button-fullwidth {
padding: 15px 15px 12px;
}
#top .avia-button-fullwidth {
font-size: 13px;}
a.av-icon-char:hover span {
color: #;
}.av_font_icon.av-icon-style-border .av-icon-char { padding: 12px; }
#top .avia-icon-tooltip { font-size: 10px!important; }.iconbox .iconbox_content .iconbox_content_title {
font-size: 10px;
}
.icon_caption {font-size: 10px;}.avia_transform .avia-icon-list .iconlist_icon {
opacity: 1 !important;}#footer .widget {
text-align: center;
}Topic: Change CSS hotspot tooltip
Hi,
I love the images with hotspots!
However one problem: line breaks used in the text are not working in the tooltip
As an alternative I used a table but how can I change the border width and padding/margin, I used code below in CSS but it is not working..av-hotspot-container-inner-cell table { border: 0; paddding: 0; margin: 0; }So I would like eater the breaks ( <br /> ) to work or address the tooltip right in the CSS
Url for a preview: http://jettender.com/boten/dieseljet-parts/Thanks, Ariane
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

