Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 09:08:56 PM

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.
155527 Posts in 21712 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: cant have both wysiwyg_tab and wysiwyg_slider on website ?  (Read 1520 times)
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« on: August 03, 2009, 09:41:01 PM »

Hi,

It seems I cant have these two on website..

I have this code in my source:
Code:
<link href="http://127.0.0.1:4001/inf/templates/CrystalX/stil.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" src="http://127.0.0.1:4001/inf/resource/jquery-1.2.1.pack.js"></script>
    <script type="text/javascript" src="http://127.0.0.1:4001/inf/resource/jquery-easing.1.2.pack.js"></script>

    <script type="text/javascript" src="http://127.0.0.1:4001/inf/resource/jquery-easing-compatibility.1.2.pack.js"></script>    
    <script type="text/javascript" src="http://127.0.0.1:4001/inf/resource/coda-slider.1.1.1.js"></script>    
    <link href="http://127.0.0.1:4001/inf/resource/coda_slider.css" rel="stylesheet" type="text/css" media="screen" />

<script type="text/javascript">
        jQuery(window).bind("load", function() {
            jQuery("div#slider1").codaSlider()
            // jQuery("div#slider2").codaSlider()
            // etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
           
            // call every __ seconds
            // additional code for "auto-slide". see also around Line 58 in the "coda-slider.1.1.1.js"
      var autoSlide = setInterval(function()
      {
        $("#left-link").click();
        }, 6500);

        });
       
    </script>

-------------------- Up is code for slider and below are scripts for tabs


<link href="http://127.0.0.1:4001/inf/include/jquery/plugins/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript">
var URL = 'http://127.0.0.1:4001/inf';
var URL_SLIDER = 'http://127.0.0.1:4001/inf/modules/wysiwyg_slider/';
var horz = true;
</script>

<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>

<script src="http://127.0.0.1:4001/inf/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
<script src="http://127.0.0.1:4001/inf/include/jquery/jquery-insert.js" type="text/javascript"></script>

<link href="http://127.0.0.1:4001/inf/modules/members/frontend.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="http://127.0.0.1:4001/inf/modules/members/frontend.js"></script>
<script type="text/javascript" src="http://127.0.0.1:4001/inf/modules/droplets/js/mdcr.js"></script>


Spet-by-steb, by removing each script, I forund that this one is causing problems:

<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>

When I remove it, slider works, tab appears, BUT can not click on any tab, and when I put this script back - slider is not working but I can then click on the tabs in wysiwyg tab..

Did anyone experienced this problem ??

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #1 on: August 03, 2009, 10:37:07 PM »

I have to wrote a new help. Normaly all my modules works together. Do you have a url for me, that i can have a look in full source. Something changed since wb 2.8. But is also possible in WB 2.7.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #2 on: August 03, 2009, 11:23:58 PM »

as you can see from the code (http://127.0.0.1:4001/inf) it runs on wb USB portable server Smiley))

But you can try it on your site. I used coda slider preset for members module: http://www.websitebaker2.org/forum/index.php/topic,13076.0.html

That is upper code in head, and below is:

http://www.websitebaker2.org/forum/index.php/topic,13303.msg93057.html#msg93057  ---- the code from this post..

So basicly I found out that this script <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script> is causing some conflict..

 sad
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #3 on: August 03, 2009, 11:31:29 PM »

Hi,

the member modul is not developed by me. May be the coda slider preset in members is not called wit jquery. I don't know.

My modules are wysiwyg_tab, wysiwyg_query (accordion) and wysiwyg_slider (coda slider). And they work together on one page.

Sorry that in moment i can't help. But i'm sure help will be coming soon.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #4 on: August 03, 2009, 11:40:17 PM »

Hello Crno Gorac (Black Mountain? - it seems to me it is a slav language, is it?  tongue )

In the preset for the member module you will find links in the preset js file.

They may help you.

The coda slider is working with jquery, but maybe there is a problem with two versions of jQ at one page.

I hope it helps as afirst advice.

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #5 on: August 03, 2009, 11:40:49 PM »

Me again,

pls look the url

http://cms.wdsnet.de/wb/pages/de/jquery/alle-wysiwyg.php

the only fixes i have to do is in the SLIDER stylesheets

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #6 on: August 03, 2009, 11:42:22 PM »

Hi Stefek,

do you mean a double call from jquery core i think.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #7 on: August 04, 2009, 12:52:08 AM »

Hi Stefek,

do you mean a double call from jquery core i think.

Dietmar

Yes, thats what I meant.

But , in fact, in order to help I would need a direct link, so I can have a look at the site while running.
The HTML Sourcecode doesn't help too much for debug purposes of JS driven pages  wink

Kind Regards and good night!

Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #8 on: August 04, 2009, 01:18:02 AM »

Hi Stefek,

But the problem is that crnogorac081 has a portable installation, so its difficult to help.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #9 on: August 04, 2009, 01:23:33 AM »

@ Luisehahne

Can you please send /upload/or attach your wysiwyg_slider as I cant find in on your site.

@Stefek

direct translation of my nick is monteniger as I am from montenegro Smiley (something like englishman)

I added these files: WB_PATH."/resource/add_to_head.php and they are visible in my source code when I preview page (it is the first part of code before ---------------- lines.. )

@all

I also think it could be a problem with two versions of jQ.. Ill try to figure something out tonight, if not, I will upload somewhere to see..

cheers
ivan
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #10 on: August 04, 2009, 01:33:26 AM »

Can i do it next day? I have to set the css. It needed fixes, i saw. I just design a new side, and i think in 2 days you can download it from this side

http://websitebaker.wdsnet.de/wb/pages/de/startseite.php

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #11 on: August 04, 2009, 01:37:21 AM »

ok Smiley

by the way, nice clock on that side Smiley

cheers,
ivan
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #12 on: August 04, 2009, 01:52:48 AM »

Is too then as snippet download

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #13 on: August 04, 2009, 03:00:09 AM »

direct translation of my nick is monteniger as I am from montenegro Smiley (something like englishman)
So I was almost right smiley
Црна Гора / Crna Gora.
In my language, literally it means "Balck mountain" ( "czarna góra" - also a slav language wink )

</offtopic>

Maybe you can provide a link, so i will look deeper into your problem too.

If you don'twant to make it public, just PM me.

Kind regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #14 on: August 04, 2009, 02:07:56 PM »

yea it does Smiley)

[/offtopic]  grin

Here are two links for example:

http://ivan.milicevic.me/blog/test.php [in templates head, CODE FOR SLIDER is ABOVE code for WYSIWYG TAB]
This results TABS to WORK, but slider not..

and

http://ivan.milicevic.me/blog/test_2.php   [in templates head, CODE FOR WYSIWYG TAB is ABOVE code for SLIDER ]
This results Slider working, but TABS not..

And here are codes:
Code: (FOR WYSIWYG TAB)
<link href="<?php echo WB_URL?>/include/jquery/plugins/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript">
var URL = '<?php echo WB_URL ?>';
var URL_SLIDER = '<?php echo WB_URL ?>/modules/wysiwyg_slider/';
var horz = true;
</script>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="<?php echo WB_URL?>/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
<script src="<?php echo WB_URL?>/include/jquery/jquery-insert.js" type="text/javascript"></script>
<?php
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
    
register_frontend_modfiles('js');
}
?>


And
Code: (FOR SLIDER)
<?php include (WB_PATH."/multimedia/resource/add_to_head.php");  ?>

which RESULTS:

    <script type="text/javascript" src="<?php echo WB_URL?>/multimedia/resource/jquery-1.2.1.pack.js"></script>
    <script type="text/javascript" src="<?php echo WB_URL?>/multimedia/resource/jquery-easing.1.2.pack.js"></script>
    <script type="text/javascript" src="<?php echo WB_URL?>/multimedia/resource/jquery-easing-compatibility.1.2.pack.js"></script>    
    <script type="text/javascript" src="<?php echo WB_URL?>/multimedia/resource/coda-slider.1.1.1.js"></script>    
    <link href="<?php echo WB_URL?>/multimedia/resource/coda_slider.css" rel="stylesheet" type="text/css" media="screen" />


<script type="text/javascript">
        jQuery(window).bind("load", function() {
            jQuery("div#slider1").codaSlider()
            // jQuery("div#slider2").codaSlider()
            // etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
           
            // call every __ seconds
            // additional code for "auto-slide". see also around Line 58 in the "coda-slider.1.1.1.js"
      var autoSlide = setInterval(function()
      {
        $("#left-link").click();
        }, 6500);

        });
       
    </script>

wierd..


all best,
ivan
« Last Edit: August 04, 2009, 02:09:56 PM by crnogorac081 » Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #15 on: August 04, 2009, 03:55:58 PM »

Please be patience. If you see, i fill my pages. I have to install few plugins in FCKeditor that are not standard and change some code in WB-core.

Pls have a look one time per day, to see what happened on my sides. I'm working hard to get it ready.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #16 on: August 04, 2009, 03:58:41 PM »

thanks Dietmar
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #17 on: August 04, 2009, 10:24:49 PM »

Can i do it next day? I have to set the css. It needed fixes, i saw. I just design a new side, and i think in 2 days you can download it from this side

http://websitebaker.wdsnet.de/wb/pages/de/startseite.php

Dietmar

Hi Dietmar,

I instaled slider and its working great Smiley and I have a few questions for you:
1. I want to remove tabs (section xx) at the top.. I tried tio put navigation to false but it didnt work... How to remove them?
2. When I unzip file, I see a lot of script... Which of them are realy required for slider to work.. I saw JS folder and loto of scripts...

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #18 on: August 04, 2009, 10:37:51 PM »

Hi,

here is the original link to author side. You see a demo with help, what you all can do with the plugin

http://www.maxb.net/scripts/ycodaslider-3.0/demo/

Dietmar

Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #19 on: August 05, 2009, 01:38:04 AM »

this is over complicated, there are too much scripts Smiley))

Do you know maybe is there "auto-slide"  option?

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #20 on: August 05, 2009, 01:57:34 AM »

I saw it anywhere. tomorow i will have  a look. here is the urlyou ask for  to hide arrows and tabs

http://www.maxb.net/scripts/ycodaslider-3.0/demo/docs/slider/6.html

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #21 on: August 05, 2009, 08:13:06 PM »

Hi Dietmar,

I spent all day examineing the code Smiley))

In file frontend.js

Code:
(function($){


$.insert(URL+'/modules/wysiwyg_slider/ycodaslider-3.0.min.js')

$(window).ycodacss(URL+'/modules/wysiwyg_slider/ycodaslider-3.0.css');      ------- path altered from original file !!!! it was ....../modules/wysiwyg_slider/JS/ycodaslider-3.0.css
   

$(window).bind("load", function() {
   
    $("div.yslider-docs")
    .ycodaslider({
         height  : 400, //wh,
         scroll  : true,
         tracking: true,
        history  :   true,//false REMOVE?
        arrows     :   true,
        navigator:   false,      -------- SET TRUE IF YOU WANT TABS VISIBLE
         tracking_pre : 'docs'


    });

// REMOVE THESE 3 LINES BELOW IF YOU DONT WANT AUTO SLIDE ( below, autoslide is set to 2 seconds -> 2000ms)
setInterval(function(){
        jQuery("div.ycodaslider").ycodaslider("right");
    }, 2000);


So as you can see from the header, only ycodaslider-3.0.min.js and ycodaslider-3.0.css are requred... And 2 arrow images left.png and right.png in images folder... All other files are not necessary Smiley)

I am planing to make a preset for members module with this Smiley

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 3146



WWW
« Reply #22 on: August 05, 2009, 08:18:31 PM »

Fine, good work. I see, you will be going a jquery coder

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Pages: [1]   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!