Elxis CMS Forum

Support => General => Topic started by: ahmet on February 04, 2014, 21:44:34

Title: How to use tab plugin..(solved)
Post by: ahmet on February 04, 2014, 21:44:34
Even i read all artciles about tab plugin i couldnt make it work..(elxisitali)
Pls. can someone give me example...
thanks..
Title: Re: How to use tab plugin..(elxis 4)
Post by: datahell on February 04, 2014, 22:19:14
Have you checked this (http://elxis4.elxisitalia.com/plugin-for-elxis/tab-plug-in.html) on elxisitalia.com?
It says to turn your editor in HTML mode and insert the integration code.
Title: Re: How to use tab plugin..(elxis 4)
Post by: ahmet on February 04, 2014, 22:39:50
yes,
i have checked and still can not do it...
in html mode what i put exactly??
i want just example..
is it like this??
<code>{ tab action=start }{ /tab }</code><div><h5>INSERT_HERE_TAB_TITLE</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{ tab action=end }{/tab}</code>

<div>
    <h5> INSERT_HERE_TAB_TITLE</h5>
    <div class="contenttab">
        <p>insert_here_your_text</p>
    </div>
</div>
Title: Re: How to use tab plugin..(elxis 4)
Post by: webgift on February 05, 2014, 20:09:15
Hello Ahmet, have you checked that post made by datahell regarding the Elxis built-in tabs support (https://forum.elxis.org/index.php?topic=7731.msg49861#msg49861)?
Title: Re: How to use tab plugin..(elxis 4)
Post by: ahmet on February 05, 2014, 21:35:46
hello webgift,
thanks... but i stilll couldnt make it work..
module tab should work.. why not woking?
Title: Re: How to use tab plugin..(elxis 4)
Post by: speck on February 06, 2014, 00:04:34
plug in tab works fine. the only problerm it has is with google map, but the problem is not the jquery script of plug-in but is it  the google map script has problem with hidden div.
surely you wrong somethin' something when u create the tabs.
for any tab u wanna create u need always insert the command line generated by plug-in
example:
if u wanna 3 tabs, in editor text u must create something like this
{ tab action=start }{ /tab }
TITLE TAB1
insert_here_your_text
{ tab action=end }{/tab}
{ tab action=start }{ /tab }
TITLE TAB2
insert_here_your_text
{ tab action=end }{/tab}
{ tab action=start }{ /tab }
TITLE TAB3
insert_here_your_text
{ tab action=end }{/tab}

The HTML code complete, if u wanna check to be sure if is all OK, will be like this

<code>{ tab action=start }{ /tab }</code><div><h5>TITLE TAB 1</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{ tab action=end }{/tab}</code>
<code>{ tab action=start }{ /tab }</code><div><h5>TITLE TAB2</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{ tab action=end }{/tab}</code>
<code>{ tab action=start }{ /tab }</code><div><h5>TITLE TAB 3</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{ tab action=end }{/tab}</code>

PS
insert only a group of tabs per page.
Title: Re: How to use tab plugin..(elxis 4)
Post by: ahmet on February 06, 2014, 18:07:17
ı use google map lugin but not on same page?
Does it make difference??
Speck, i tried ur examples.. doesnt work..
thanks..
Title: Re: How to use tab plugin..(elxis 4)
Post by: ahmet on February 06, 2014, 21:10:43
any other ideas pls?
Title: Re: How to use tab plugin..(still not solved)
Post by: speck on February 07, 2014, 21:02:53
for me u are wrong somethin'. the plug in works right.
here the screenshot
in editor
http://i58.tinypic.com/9t1pcm.jpg

how is the html
http://i62.tinypic.com/2i6de9.jpg

page result:
http://elxis4.elxisitalia.com/radiomusic/shows.html

ps: the problem of google map is when you insert it into the tab.
Title: Re: How to use tab plugin..(still not solved)
Post by: ahmet on February 07, 2014, 21:41:44
It worked...
thank you speck..
the usage is  a little bit diffrenet..
thank you very much for u built a very nice plugin..