it shows blocks one above the other...no tabs in Fancy

gurukripa - July 24, 2007 - 01:48
Project:Tabbed Block
Version:5.x-1.1
Component:User interface
Category:support request
Priority:critical
Assigned:joetsuihk
Status:postponed (maintainer needs more info)
Description

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

#1

joetsuihk - July 24, 2007 - 02:11

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?

#2

gurukripa - July 24, 2007 - 14:12

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

#3

joetsuihk - July 24, 2007 - 14:28

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

#4

gurukripa - July 25, 2007 - 05:59

sorry for not mentioning..its 1.0 released in Jan

#5

joetsuihk - July 26, 2007 - 07:00
Assigned to:Anonymous» 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.

#6

joetsuihk - August 15, 2007 - 13:30
Status:active» fixed

over two weeks.
assume fixed

#7

gurukripa - August 15, 2007 - 18:46

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

#8

joetsuihk - August 15, 2007 - 18:59
Status:fixed» active

sorry, reopen again
working on...

#9

joetsuihk - August 15, 2007 - 19:05

you may try this
this work in my test site

remember to rename the file

AttachmentSize
tabbed_block.css_.txt 3.2 KB

#10

gurukripa - August 18, 2007 - 04:36

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

#11

joetsuihk - August 18, 2007 - 17:21

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

#12

tonymiceli - November 8, 2007 - 06:22

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

#13

joetsuihk - November 8, 2007 - 16:09

"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

#14

gurukripa - November 9, 2007 - 10:33

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

#15

dr00b - March 22, 2008 - 05:46

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

#16

joetsuihk - March 25, 2008 - 19:16
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

 
 

Drupal is a registered trademark of Dries Buytaert.