Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 11:26:00 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155537 Posts in 21714 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: Jquery WYSIWYG tabs module  (Read 3228 times)
Roych

Offline Offline

Posts: 149



« Reply #25 on: October 04, 2010, 01:43:49 PM »

Yes you're right, f.....IE    wink


Sorry I have changed the link now I tried to recreate everithing but nothing helped.


link:
http://www.as-press.si/festival/pages/slo/domov.php



any idea?
« Last Edit: October 04, 2010, 02:04:42 PM by Roych » Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #26 on: October 04, 2010, 02:13:22 PM »

no ideas at the moment...
this problem is only with combination: jqueryadmin+jquery-insert+wysiwyg-tab(slider,query)

the other jquery-way on websitebaker (in index.php) works fine.  

sad

an idea is: without wysiwyg-tab

jqueryadmin with tab
but then you must write the right html-code for tabs, like:
Code:
<div id="tabs">
    <ul>
        <li><a href="#fragment-1"><span>One</span></a></li>
        <li><a href="#fragment-2"><span>Two</span></a></li>
        <li><a href="#fragment-3"><span>Three</span></a></li>
    </ul>
    <div id="fragment-1">
        <p>First tab is active by default:</p>
        <pre><code>$('#example').tabs();</code></pre>
    </div>
    <div id="fragment-2">
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    </div>
    <div id="fragment-3">
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    </div>
</div>
« Last Edit: October 04, 2010, 02:19:03 PM by dbs » Logged

Roych

Offline Offline

Posts: 149



« Reply #27 on: October 04, 2010, 02:35:49 PM »

I tried your way.
Still doing the same!

This is geting really anoying! Wink
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #28 on: October 04, 2010, 02:43:50 PM »

in this way:
delete the preset for the site. make a new preset
check only: tabs, widget and theme

edit: tested, it works wink
« Last Edit: October 04, 2010, 02:51:01 PM by dbs » Logged

dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #29 on: October 04, 2010, 03:04:21 PM »

fix is in work for module wysiwyg-tab.
« Last Edit: October 05, 2010, 04:33:02 PM by dbs » Logged

dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #30 on: October 05, 2010, 04:31:41 PM »

Here is a update for the module Wysiwyg-Tab and the manual.
After update call the preset again and check the box next Tabs (over Widget).
Should now work in IE too.

RTM
Wysiwyg-Tab 1.7.7b
Logged

Roych

Offline Offline

Posts: 149



« Reply #31 on: October 05, 2010, 09:24:47 PM »

Sorry for the deeeeeelay, again Wink

Yeeees now it is working fine!

Thank you very much, now I can continue with my work. Wink

R
Logged
Roych

Offline Offline

Posts: 149



« Reply #32 on: October 06, 2010, 07:55:00 AM »

Hi
one more question!

Is it possible to make smaller space between the header title and a tab. so I coul get more tabs in one row?
I tryed to look for the CSS file but there is no options for this.


Thx
Logged
Roych

Offline Offline

Posts: 149



« Reply #33 on: October 06, 2010, 12:15:27 PM »

anyone???
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #34 on: October 06, 2010, 12:52:53 PM »

try this in your template css or wysiwyg-tab frontend.css:

Code:
.ui-tabs .ui-tabs-nav li a {
float:left;
padding:0.5em 0.5em;
text-decoration:none;
}


the original comes from:
/modules/jqueryadmin/jquery-ui/themes/"yourtheme"/jquery-ui.css
« Last Edit: October 06, 2010, 12:55:29 PM by dbs » Logged

Roych

Offline Offline

Posts: 149



« Reply #35 on: October 06, 2010, 05:43:47 PM »

Great thx!
I had to change it in original folder because I use basic theme, its just right for me.

Thank you!
Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!