The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help me how to change name of Accordion

4 posters

Go down

In progress Help me how to change name of Accordion

Post by AnimeTsuna May 14th 2013, 12:55 pm

How can i change the name of each slide in the accordion ?
avatar
AnimeTsuna
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by Ultron's Vision May 14th 2013, 1:14 pm

AnimeTsuna wrote:How can i change the name of each slide in the accordion ?

I don't quite understand...

What do you mean with accordion?
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by Stephen- May 14th 2013, 1:48 pm

Hi,

It would be easier for us to know about you're forum's problem, if you could provide a screenshot.
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by AnimeTsuna May 16th 2013, 5:42 am

here is my forum , http://animesocietyamazing.forumtl.com/

the sliding thing with the name slide one , slide two and etc how can i change the name of the slide one , slide two and etc and also how to put links in the picture
avatar
AnimeTsuna
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by Jophy May 16th 2013, 9:27 am

Hello,

Is this the tutorial you're following?:
https://help.forumotion.com/t105962-index-in-accordion

If not, please provide the codes you're using. Thanks.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by AnimeTsuna May 16th 2013, 11:38 am

I already have that , What im trying to say is this how to to change the name of the encircled once

Help me how to change name of Accordion Dasdw_zpsca1ca3a5
avatar
AnimeTsuna
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by Jophy May 16th 2013, 3:14 pm

In this part of the code(HTML):
Code:
<div id="one" class="accordion">
    <ol>
        <li>
            <h2><span>Slide One</span></h2>
            <div id="s1"></div>
        </li>
        <li>
            <h2><span>Slide Two</span></h2>
            <div id="s2"></div>
        </li>
        <li>
            <h2><span>Slide Three</span></h2>
            <div id="s3"></div>
        </li>
        <li>
            <h2><span>Slide Four</span></h2>
            <div id="s4"></div>
        </li>
        <li>
            <h2><span>Slide Five</span></h2>
            <div id="s5"></div>
        </li>
    </ol>
    <noscript>
        <p>Please enable JavaScript to get the full experience.</p>
    </noscript>
</div>

Have you tried changing the:
Slide1
Slide2
Slide3
Slide4
Slide5

Into what name you like? It's between the span tags:
Code:
<span>Slide One</span>
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Help me how to change name of Accordion

Post by AnimeTsuna May 17th 2013, 4:24 am

ok , and how to put link to the picture ?
avatar
AnimeTsuna
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum