hi
i tried this module..liked what it can do..
but unfortunately doesnt work for me..
i am using Drupal 5.1 with Fancy theme...
when i use this..there are no tabs between the two blocks i choose...rather..the blocks appear one below the other..with a small indent...

maybe its something wrong with or missing from Fancy theme..

would really like it if you could help....

earlier i tried Collapsiblock also..but didnt work with Fancy theme...can u suggest something to help?

thanks

CommentFileSizeAuthor
#9 tabbed_block.css_.txt3.2 KBjoetsuihk

Comments

joetsuihk’s picture

As 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?

gurukripa’s picture

http://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

joetsuihk’s picture

sorry, may I have the version number of fancy theme?
1.0 or 1.x head(Mar-14)?

gurukripa’s picture

sorry for not mentioning..its 1.0 released in Jan

joetsuihk’s picture

Assigned: Unassigned » joetsuihk

hi,
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.

joetsuihk’s picture

Status: Active » Fixed

over two weeks.
assume fixed

gurukripa’s picture

not fixed..i just had to forego your nice module for now :(

the solution u gave didnt work ..any other ideas...

collapsiblock also didnt work

joetsuihk’s picture

Status: Fixed » Active

sorry, reopen again
working on...

joetsuihk’s picture

StatusFileSize
new3.2 KB

you may try this
this work in my test site

remember to rename the file

gurukripa’s picture

thanks for trying..but it still doesnt work :(
any other ideas?

joetsuihk’s picture

can you give me the site url?
becoz the css file wroks in my test site

tonymiceli’s picture

my 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:

<td colspan="2" id="prime-top"> <div id="primary-tabs">
	
 <ul><li id="primary-link-1" ><a href="/my-princessca" title="Princessca &quot;The One Girl&quot;">My Princessca</a></li>
<li id="primary-link-2" ><a href="/my-thoughts" title="My Hard-Grained Writings">My Thoughts</a></li>

<li id="primary-link-3" ><a href="/image" title="Prince pics.">Photos</a></li>
<li id="primary-link-4" ><a href="/prince" title="Sunny &quot;The Prince&quot;">Prince</a></li>
<li id="primary-link-5" ><a href="/node/66" title="My Heart &amp; Soul - Love to Reborn...">Heart &amp; Soul</a></li>
<li id="primary-link-6" ><a href="/contact" title="Contact Sunny&quot;The Prince&quot;">Contact</a></li>
</ul>
  </div></td>
  </tr>
--------------------------------

mine looks like this:

<td colspan="2" id="prime-top"> <div id="primary-tabs">
 <ul class="links"><li class="first menu-1-1-2"><a href="http://larrysimprovpage.com/larrys08/?q=jonathan_ragonese/lick_of_the_day" title="Licks brought to you by Jonathan Ragonese!" class="menu-1-1-2">Get Your Lick of the Day!</a></li>

<li class="menu-1-2-2"><a href="http://www.larrysimprovpage.com/store" title="Shop!" class="menu-1-2-2">Shop in Our Store</a></li>
<li class="last menu-1-3-2"><a href="/larrys08/?q=tony_miceli_view" class="menu-1-3-2">Tony Miceli (vb)</a></li>
</ul>

  </div></td>
  </tr>
---------------------------------

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

joetsuihk’s picture

"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

gurukripa’s picture

http://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 :)

dr00b’s picture

I had the same issue with Tech theme. Did not find solution. Not currently using Google Analytics for this site.

joetsuihk’s picture

Status: Active » Postponed (maintainer needs more info)

the 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