Can't see css settings

Daniel A. Beilinson - April 10, 2009 - 22:29
Project:Magic Tabs
Version:6.x-1.0
Component:Miscellaneous
Category:bug report
Priority:critical
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Hello! I add test functions, I can see text tabs, but can't see images and other css settings. What it is?

#1

yhager - April 11, 2009 - 08:16
Status:active» postponed (maintainer needs more info)

I would need more details if you would like to be assisted.

#2

Daniel A. Beilinson - April 11, 2009 - 12:07

I add something to my page.tpl.php, for example -

<?php
print magic_tabs_get('magic_tabs_example_callback');
?>

Tabs is working, but it's rows, look at image!
In garland i see it too.

AttachmentSize
magic_bug.jpg 40.41 KB

#3

yhager - April 12, 2009 - 06:12

Do you have the latest version?
Can you check if the css file is loaded (by looking at the source of the page for 'magic_tabs.css')?

#4

Daniel A. Beilinson - April 12, 2009 - 11:04

It's 6.x-1.0 version.

Magic tabs on that page:

<div id='magic_tabs_example_callback' class='magic_tabs'><div class="item-list"><ul class="tabs"><li class="first"><a href="/acquia-drupal/front_page?magic_tabs_example_callback_tab=0&amp;referer=front_page&amp;args=" class="selected first-magic-tab-active active" onclick="
            $(&#039;#magic_tabs_example_callback .magic_content&#039;).addClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback .loading&#039;).removeClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback&#039;).load(&#039;/acquia-drupal/magic_tabs/magic_tabs_example_callback?magic_tabs_example_callback_tab=0&amp;referer=front_page&amp;args=&#039;);
            return false;"><span>First magic tab</span></a></li>
<li><a href="/acquia-drupal/front_page?magic_tabs_example_callback_tab=1&amp;referer=front_page&amp;args=" class="second-magic-tab active" onclick="
            $(&#039;#magic_tabs_example_callback .magic_content&#039;).addClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback .loading&#039;).removeClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback&#039;).load(&#039;/acquia-drupal/magic_tabs/magic_tabs_example_callback?magic_tabs_example_callback_tab=1&amp;referer=front_page&amp;args=&#039;);
            return false;"><span>Second magic tab</span></a></li>

<li class="last"><a href="/acquia-drupal/front_page?magic_tabs_example_callback_tab=2&amp;referer=front_page&amp;args=" class="third-magic-tab active" onclick="
            $(&#039;#magic_tabs_example_callback .magic_content&#039;).addClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback .loading&#039;).removeClass(&#039;hidden&#039;);
            $(&#039;#magic_tabs_example_callback&#039;).load(&#039;/acquia-drupal/magic_tabs/magic_tabs_example_callback?magic_tabs_example_callback_tab=2&amp;referer=front_page&amp;args=&#039;);
            return false;"><span>Third magic tab</span></a></li>
</ul></div><div class="magic_content"><em></em>: Content of first magic tab</div><div class="loading hidden"></div></div> 
          </div>

Can't see css.

#5

tommytom - May 10, 2009 - 16:48

I have the same problem. did anybody resolve this issue ?

#6

yhager - May 21, 2009 - 17:35

I repeat my question: Do you see the file magic_tabs.css included on the source of the page, where you have the problem?

 
 

Drupal is a registered trademark of Dries Buytaert.