-
Search Results
-
Topic: Button and code
Hi,
How could I put the <abbr> html code in a button to be abble to see a little tooltip in this button?
THANKS
Topic: Missing Images in FireFox 29
Hi Kriesi & Co,
We’re using enfold for http://gocommercenam.com/ and on http://gocommerce.co.za/ but any page that loads images with sliding effects (or even icons) are not being displayed at all.
We’re using FF 29, Win 7, WP 3.9 and Enfold 2.7.1. It seems to work fine on Safari and Chrome…
UPDATE: When using Firebug, the following console error shows up: TypeError: $.AviaTooltip is not a constructor on avia.js (line 29)
Any ideas?
Hi, I am just wondering on how to remove the tooltip from all hyperlinks in all pages. I did once in another theme where I commented out a href I believe. But I want to do it the right way. I am kinda new at this so I guess laymen terms would be best.
How do you disable the tooltip when you point your mouse at the TITLE in the title bar? For example, the tooltip says “Permanent Link:PROJECTS” when you point at the title “PROJECTS”?
Thanks for your great support!
LoriI need to be able to nest columns within each other and am having problems. I have a 1/4 + 3/4 layout, and would like to be able to put to 50% columns into the 3/4. They need to be editable with the drag-and-drop editor — it’s not ideal for me to just paste the shortcode into a text widget.
I was editing \config-templatebuilder\avia-shortcodes\columns.php and added the code below that you see at the bottom of this post. This allowed me to nest my new 1/2 column within the 3/4 just as I’d expect. However, when I save the page, it removes my nested column and places it adjacent to the 3/4 rather than inside it. I assume this is some setting in \config-templatebuilder\avia-template-builder\assets\js\avia-builder.js that I need to change, but am not sure what it is. I know this falls out of official theme support, but I’m really stuck and would appreciate guidance on what I need to change.
if ( !class_exists( ‘avia_sc_columns_one_half_inner’ ) )
{
class avia_sc_columns_one_half_inner extends avia_sc_columns{function shortcode_insert_button()
{
$this->config[‘name’] = ‘1/2 inner’;
$this->config[‘icon’] = AviaBuilder::$path[‘imagesURL’].”sc-half.png”;
$this->config[‘tab’] = __(‘Layout Elements’, ‘avia_framework’ );
$this->config[‘order’] = 90;
$this->config[‘shortcode’] = ‘av_one_half’;
$this->config[‘html_renderer’] = false;
$this->config[‘tinyMCE’] = array(‘name’ => ‘1/2 + 1/2’, ‘instantInsert’ => “[av_one_half first]Add Content here[/av_one_half]\n\n\n[av_one_half]Add Content here[/av_one_half]“);
$this->config[‘tooltip’] = __(‘Creates a single column with 50% width’, ‘avia_framework’ );
$this->config[‘drag-level’] = 3;
$this->config[‘drop-level’] = 2;
}
}
}Thanks very much!
Hello!
I tried removing tooltips from the easy slider like this:
https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464but it does not work.
Actually, I do not have any problem with tooltip as long as it does not show the image filename but caption instead. How can I do it? I prefere quick CSS
Thank you!!!
Dear support team!
I have i would like tas ask for help about few things:
1. I would like to change to default tooltip color to any other color and also change the width of it. How is it possible?
2. When you click on a picture it is showed with lightbox. How can i change the lightbox background color(black) to any other color?
3. On contact page how can you set the default notification text (please, prove that you are
human…etc…) to other language. How and where can you edit it? There is a “?” character in the textbox. how can i remove it or change it to other text etc.?4. After you send an e-mail via Enfold you get a message with the subject “Thank you for your Message!” Where can you edit this text?
5. I see many gallery solutions in Enfold. There is one with 1 big picture and there are small ones in a line below it. Does it possible to make that line with small pictures to be scrollable if it contains more picture then the line would allow? With Arrows for example to navigate it to left or right.
Thank you very much for you help!
Topic: Lightbox not working
When I have my gallery set up, and I have lightbox enabled on the options, the photos only load in a new page, not lightbox. I have changed the actual html or css of anything other than the quick css. Here is my quick css:
.image-overlay-inside, .image-overlay.overlay-type-extern { display: none; } .image-overlay { display: none!important; } img{ border-radius: 0 !important; } @media only screen and (min-width: 768px) { /* Adopt Enfold's line height */ #megaMenu, #megaMenu ul.megaMenu, #megaMenu ul.megaMenu > li.menu-item, #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > a, #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > span.um-anchoremulator{ line-height:inherit; height:inherit; } /* Display items as tables to allow for vertical centering */ #megaMenu ul.megaMenu > li.menu-item{ display: inline-table !important; margin:0 !important; padding:0 !important; border-collapse:collapse !important; border-spacing:0 !important; } /* Vertically center menu item contents */ #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink{ padding-top:0; padding-bottom:0; display: table-cell !important; vertical-align: middle; border-collapse:collapse !important; border-spacing:0 !important; position:relative; } /* Align submenus properly relative to table */ #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1{ top:100%; left:0; white-space:normal; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item{ vertical-align:top; float:none; } /* Fix hover table shift */ #megaMenu ul.megaMenu > li.megaHover{ margin-right:-1px !important; } /* Set search dropdown to proper height */ #megaMenu .avia-search-tooltip{ top:100% !important; background:white; } }Please help, I want lightbox to work and I want all of these options to work still as well. Thanks
