vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Right Rail link not Clickable ONLY in Forum Main Page ONLY in Google Chrome (https://vborg.vbsupport.ru/showthread.php?t=320609)

induslady 10-26-2015 10:31 AM

Right Rail link not Clickable ONLY in Forum Main Page ONLY in Google Chrome
 
Hello,

ONLY forum main page -
http://www.indusladies.com/forums

and ONLY in Google Chrome, right rail links like the section "Recent Posts", "Most Popular" are not clickable.

This is seen only in Windows OS and not in mac.
Can any one suggest how to fix this? Thanks.

squidsk 10-26-2015 01:53 PM

Seems to be something with the current version of chrome. I clicked your link and everything was clickable, I noted I had a chrome update pending, updated Chrome and the links were no longer clickable.

EDIT: I did notice a few things when I validated the page on w3c. First when you switched from jquery 1.5 to 1.10 you commented out the opening script tag but left the closing one in place and you also have a number of html5 tags in the document but the document is an xhtml 1.0 Transitional document so those tags are invalid and who knows how a browser will deal with them, plus a number of other errors. Do the links work if you view on a default style with no parent?

Lynne 10-26-2015 03:29 PM

You have some invalid html on the page. I'd suggest running the page through a validator and fixing the errors and then seeing if it works. (every one of those links has an </font> tag in them for no reason - that isn't the problem, but it just points out that someone isn't being very careful with their html)

induslady 10-28-2015 08:59 AM

Hello Squidsk and Lynne,
Thanks for your pointer. Looks like it was a css related issue and the sidebar ( right rail) css definitions were behind and once when I included z-index the links were clickable.

Thanks once again.

erdiyilmaz 10-28-2015 09:13 PM

Quote:

Originally Posted by induslady (Post 2557738)
Hello Squidsk and Lynne,
Thanks for your pointer. Looks like it was a css related issue and the sidebar ( right rail) css definitions were behind and once when I included z-index the links were clickable.

Thanks once again.

Dear, i've same problem. Can you tell me detailed how could you do this? Thank you so much

erdiyilmaz 10-30-2015 07:13 AM

I solved like this;

find sidebar.css file and edit;
Code:

#sidebar_container.sidebarleft {
        float:left;
}

Change with this;

Code:

#sidebar_container.sidebarleft {
        float:left;
        position: relative;
        z-index: 9999;
}


induslady 10-30-2015 03:57 PM

Hello Erdiyilmaz,

yes I too changed the css similarly and added it in vbulletin.css :

.gsidebarcon {
position: relative;
z-index: 10;
}

and it fixed the issue for me.


All times are GMT. The time now is 06:57 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.01036 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete