Postponed (maintainer needs more info)
Project:
Tabbed Block
Version:
5.x-1.1
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
24 Jul 2007 at 01:48 UTC
Updated:
16 Aug 2009 at 10:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
joetsuihk commentedAs I haven't tried Fancy theme,
I can just guess the reasons from your description.
It is possible that Fancy theme use some css class name which is used in this module.
So some crash in class confuse the jquery script to made tabs.
can you provide your site url or the url of Fancy theme so that I can take a look?
Comment #2
gurukripa commentedhttp://drupal.org/project/fancy
I hope u r able to come up with a solution :)
it would be nice to have your tabbed block
thanks for taking time to reply
have a nice day
Comment #3
joetsuihk commentedsorry, may I have the version number of fancy theme?
1.0 or 1.x head(Mar-14)?
Comment #4
gurukripa commentedsorry for not mentioning..its 1.0 released in Jan
Comment #5
joetsuihk commentedhi,
it is surely the fancy theme problem.
the fancy theme will add a "block-" before any block class
for example, there is a block org. named "block-tabbed_block",
in Fancy theme, it changed to "block-block-tabbed_block".
but don't know why.
you may replace all "block-tabbed_block" to "block-block-tabbed_block" in the css file to fix this problem.
Comment #6
joetsuihk commentedover two weeks.
assume fixed
Comment #7
gurukripa commentednot fixed..i just had to forego your nice module for now :(
the solution u gave didnt work ..any other ideas...
collapsiblock also didnt work
Comment #8
joetsuihk commentedsorry, reopen again
working on...
Comment #9
joetsuihk commentedyou may try this
this work in my test site
remember to rename the file
Comment #10
gurukripa commentedthanks for trying..but it still doesnt work :(
any other ideas?
Comment #11
joetsuihk commentedcan you give me the site url?
becoz the css file wroks in my test site
Comment #12
tonymiceli commentedmy site is www.larrysimprovpage.com/larrys08
i cannot get those tabs to show either. however i got different tabs to show by doing this.
i changed this
<?php print theme('navlinks', $primary_links); ?>to this
<?php print theme('links', $primary_links); ?>CHANGED navlinks TO JUST links
now i got the tabs but they're grey.
---------------------------
i looked at the authors demo site where his tabs work fine. his html looks like this:
some distinct differences. but i know just enough to be dangerous. why do mine say menu-1-1-2 and his say primary???
ANY IDEAS???? THANKS IN ADVANCE.
tony
Comment #13
joetsuihk commented"why do mine say menu-1-1-2 and his say primary???"
because
"i changed this
<?php print theme('navlinks', $primary_links); ?>to this
<?php print theme('links', $primary_links); ?>"
i dont really understand ur issue,
u use fancy theme and tabbed-block do not work?
but after u changed to code, it works.....
so y do u ask "why do mine say menu-1-1-2 and his say primary??"
because the tabs are grey now?
if so, change the css of tabbed_block.css will works
Comment #14
gurukripa commentedhttp://www.spiritualnectar.com/nityananda/
I tried this again today..i have left the block for u to have a look..
i will leave it there maybe till sunday morning..so u can see it..
it looks bad..so hope u will see it soon..and suggest a way out..thanks :)
Comment #15
dr00b commentedI had the same issue with Tech theme. Did not find solution. Not currently using Google Analytics for this site.
Comment #16
joetsuihk commentedthe main problem of this issue maybe, because themes adding divs or other elements that inference with the jquery selection process
please attach the block code, see if we can work out an universal selection process.
by the way, you may try HEAD,
I changed all class to tabbed-block prefix,
which may work