vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Live Search (https://vborg.vbsupport.ru/showthread.php?t=235461)

Moncha 01-27-2012 04:36 AM

Quote:

Originally Posted by TimberFloorAu (Post 2017644)
Installed : Works great

Can we please add a shadow to the search results popup window. ?


Added:

#lsa_window {
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
width: {vb:raw vboptions.lsa_width}px;
}

to lsa_css.css made no difference. Any suggestions

I did it this way...
In the "product-livesearch4_eng.xml" file, find
Code:

#lsform .blockbody.formcontrols {
    border: none;
}

Under that, place this
Code:

#lsa_cont {
  z-index: 100;
  -moz-box-shadow:    5px 5px 6px 8px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 5px 5px 6px 8px rgba(0, 0, 0, 0.45);
  box-shadow:        5px 5px 6px 8px rgba(0, 0, 0, 0.45);

}

Import the product again making sure to allow overwriting.

This will fix the z-index problem (As posted previously) and create a transparent shadow under the box.

CGhostGroup 02-08-2012 04:28 PM

Quote:

Originally Posted by tpearl5 (Post 2289932)
I was wondering the same thing - right now the box pops up in the middle of the browser window.

Had to figure it out by myself.

You have to edit the ajax_live_search-min.js file.

Search for center_element(this.cont) , you can remove this line or replace it with /* center_element(this.cont) */

Over this line you have to add the new position. For a clean vb4 it should be:

this.cont.style.top="91px";
this.cont.style.right="35px";


Greetings.

Lioric 02-09-2012 01:40 PM

Doesn´t work with vB 4.1.10 with all browsers ... Can someone help me?

cungchuctanxuan 02-12-2012 06:47 PM

it only works with Firefox, not with Chrome

Mr_Devlin 02-14-2012 05:24 PM

Quote:

it only works with Firefox, not with Chrome
Use the IronBrowser...

But this will not work properly over SSL. When using SSL-connection, the lsa-window will not pop up; search results will be displayed as normal forum search.
Can you state this pls? Any fix for this issue?

Izze_de 02-15-2012 05:22 AM

Quote:

Originally Posted by Lioric (Post 2297915)
Doesn?t work with vB 4.1.10 with all browsers ... Can someone help me?

Same for me, useless with 4.1.10.

Deactivated.

Quote:

Hmm, to bad:

Developers Last Activity: 28 Oct 2011 17:15

Lioric 03-01-2012 12:55 PM

Can anybody build a hotfix for 4.1.10 / 4.1.11 ?

Hareth 04-02-2012 10:31 PM

Can anybody build a hotfix for 4.1.10 / 4.1.11 ?

Moncha 04-03-2012 12:30 AM

It works in both, the only problem is with Chrome

Rvl 04-27-2012 08:43 AM

doesnt work on 4.1.12


All times are GMT. The time now is 09:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03017 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete