vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - jQt Suite (jQuery Tools Tooltips & Overlays) (https://vborg.vbsupport.ru/showthread.php?t=259770)

gothicuser 05-19-2011 04:15 AM

Quote:

Originally Posted by jimsflies (Post 2197395)
I need to resolve is making the overlay itself scroll. I'm assuming this is somewhere in the css file?

In the 'style.css' file, look for
PHP Code:

.description {
    
background:transparent;
      
font-size:11px;
      
padding:10px 10px;


change it to
PHP Code:

.description {
    
background:transparent;
    
overflow:scroll;
      
font-size:11px;
      
padding:10px 10px;


That should make the registration scrollable.

jimsflies 05-19-2011 01:23 PM

Thanks for the quick reply. Unfortunately that still didn't work. It did make it scrollable in the x direction, but not "y". I set it to

overflow-y:scroll;
overflow-x:hidden;

but still didn't have any luck in the y-direction.

gothicuser 05-19-2011 02:16 PM

Quote:

Originally Posted by jimsflies (Post 2197560)
Thanks for the quick reply. Unfortunately that still didn't work. It did make it scrollable in the x direction, but not "y". I set it to

overflow-y:scroll;
overflow-x:hidden;

but still didn't have any luck in the y-direction.

If you don't have an issue with width you could mess with the widths set in style.css, line 45 (under '#sheet {') I set a 'max-width' which can be adjusted, and I hard coded a table/row width in the 'jqt_suite_logreg' template, look for
PHP Code:

<div class="description">
               <
table width="700px" align="center">
<
tbody

With regards to the overflow, I just seen on the CSS pages in Stackoverflow the following:
overflow-x: auto;
overflow-y: auto;
Try it :rolleyes:

abosaleh 08-03-2011 05:08 PM

thanks very much

paul41598 08-12-2011 01:05 PM

I can't get this to work because my navbar isn't used...I use a navbar in my header...so all the code in the product is wrong for me cuz it references navbar cache, etc... hmm

gothicuser 08-12-2011 01:38 PM

Quote:

Originally Posted by paul41598 (Post 2232620)
I can't get this to work because my navbar isn't used...I use a navbar in my header...so all the code in the product is wrong for me cuz it references navbar cache, etc... hmm

I will send or post manual installation instructions (bit long winded I'm afraid) which will enable you to install to header as opposed to navbar.
It will have to be over the weekend I'm afraid, or if time is too tight, early next week. Hope thats alright?

gothicuser 09-22-2011 04:16 PM

Just updated to Version 2.0.
New bits, easier install/configuration, new theme(s) and more compatible.

A.Chakery 03-31-2012 12:40 PM

thank you for this great mod,

but I have a big issue with my style,

this mod is working great in default vb style but it does not work in my customized style at all.

do you have any idea on how to sort it out ?

thank you

gothicuser 03-31-2012 03:05 PM

Quote:

Originally Posted by A.Chakery (Post 2315370)
thank you for this great mod,
but I have a big issue with my style,
this mod is working great in default vb style but it does not work in my customized style at all.
do you have any idea on how to sort it out ?
thank you

:o Oops.. almost forgotten about this one.
I'll have to download it and see how it works. In the meantime, is it the whole thing that isn't working properly in the customised style, or only certain parts?

A.Chakery 03-31-2012 03:12 PM

thanks for the reply,

well I believe its the whole thing .. for example I enabled the threadbit feature and postbit .. but no one is working ...


All times are GMT. The time now is 09:30 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.01045 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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