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.

index in accordion doesnt work for me :((

3 posters

Go down

index in accordion doesnt work for me :(( Empty index in accordion doesnt work for me :((

Post by JAN2XONLINE April 5th 2012, 1:31 pm

I followed all the instructions here <INDEX IN ACCORDION and still, I can't make it work. Sad help!
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by E-Mark April 5th 2012, 2:57 pm

Hello,

Your a Filipino right :p? Btw, what position you choose when you save the script in JS Management? In Homepage? Could you tell me how did you place the codes in the tutorial so atleast i can find what did you do wrong Wink.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by JAN2XONLINE April 5th 2012, 10:17 pm

E-Mark wrote:Hello,

Your a Filipino right :p? Btw, what position you choose when you save the script in JS Management? In Homepage? Could you tell me how did you place the codes in the tutorial so atleast i can find what did you do wrong Wink.

yea, i'm filipino. ^^ I chose "in the home page" in both script. So first, I copied the js codes and created a new js and paste there, then I did the same on the second one. After that, I copied all the html codes and pasted it in homepage of the forum. And the last one is the CSS code, I copied it and pasted in css stylesheet. and tada nothing happened. bwi
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by BryanR April 5th 2012, 10:51 pm

Make sure you have HTML available on your forum as well, don't forget to check to make sure that Javascript Management is enabled or it will not work. :/
avatar
BryanR
Forumember

Male Posts : 185
Reputation : 10
Language : English | Spanish | Spanglish | HTML | Graphics
Location : Support Forum@Forumotion.com

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by JAN2XONLINE April 5th 2012, 11:31 pm

BryanR wrote:Make sure you have HTML available on your forum as well, don't forget to check to make sure that Javascript Management is enabled or it will not work. :/

I already did enabled it sir.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by E-Mark April 6th 2012, 8:31 am

What part of the CSS? Top or bottom?
May i check the CSS you used.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by JAN2XONLINE April 6th 2012, 10:16 am

E-Mark wrote:What part of the CSS? Top or bottom?
May i check the CSS you used.

top.

here,
Spoiler:
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by E-Mark April 6th 2012, 10:30 am

Try to put it on the bottom part of the CSS.
If still not working, copy and paste this in your Homepage Message (below the HTML of the index accordion):

Code:

<style>
.accordion {
text-align:left;
font:'Helvetica Neue', Verdana, Arial, sans-serif;
}
.accordion ol {
position: relative;
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.accordion li > h2 {
color: black;
font-weight: normal;
margin: 0;
z-index: 2;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-100%) rotate(-90deg);
-webkit-transform-origin: right top;
-moz-transform: translateX(-100%) rotate(-90deg);
-moz-transform-origin: right top;
-o-transform: translateX(-100%) rotate(-90deg);
-o-transform-origin: right top;
-ms-transform: translateX(-100%) rotate(-90deg);
-ms-transform-origin: right top;
transform: translateX(-100%) rotate(-90deg);
transform-origin: right top;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.accordion li > h2 span { display: block; padding-right: 8%; text-align: right; height: 90%; margin-top: 5px; }
.accordion li > h2 b { display: inline-block; position: absolute; top: 10%; top: 42%9; left: 10%; left: 5%9; text-align: center; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.accordion li > h2:hover { cursor: pointer; }
.accordion li > div { height: 100%; position: absolute; top: 0; z-index: 1; overflow: hidden; background: white; }
.accordion noscript p { padding: 10px; margin: 0; background: white; }

/****************************************** Basic */
.basic li > h2 { background: #333; color: white; line-height: 1.8em; }
.basic li > div h3 { margin: 15px 10px; }
.basic li > div p { margin: 10px; font-size: 14px; }

/****************************************** Dark */
.dark { border: 9px solid #353535; border-bottom-width: 8px; padding: 5px 5px 6px 0; background: #030303; -webkit-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -o-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4);
box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); }
.dark li > h2 { background: #030303; font-size: 16px; line-height: 2.7em; text-shadow: 0 -1px 0 #030303; }
.dark li > h2 span { background: #353535; color: white; }
.dark li > h2 b { background: #3535359; color: #030303; font-size: 20px; text-shadow: -1px 1px 0 #5b5b5b; }
.dark h2.selected span, .dark h2.selected span:hover { background: #434343; background: -webkit-gradient(linear, left top, right top, color-stop(0, #353535), color-stop(1, #555555)); background: -moz-linear-gradient(top left, #353535 0%, #555555 100%); }
.dark h2.selected b { background: #4343439; }
.dark li > div { background: #030303; margin-left: 5px; }

/*************************************** Rounded */
.rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.rounded li > h2 span { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/***************************************** Light */
/**************************************** Stitch */

#s1 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}
#s2 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}
#s3 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}

#s4 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}

#s5 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303
}
</style>
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by JAN2XONLINE April 6th 2012, 10:41 am

E-Mark wrote:Try to put it on the bottom part of the CSS.
If still not working, copy and paste this in your Homepage Message (below the HTML of the index accordion):

Code:

<style>
.accordion {
text-align:left;
font:'Helvetica Neue', Verdana, Arial, sans-serif;
}
.accordion ol {
position: relative;
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.accordion li > h2 {
color: black;
font-weight: normal;
margin: 0;
z-index: 2;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-100%) rotate(-90deg);
-webkit-transform-origin: right top;
-moz-transform: translateX(-100%) rotate(-90deg);
-moz-transform-origin: right top;
-o-transform: translateX(-100%) rotate(-90deg);
-o-transform-origin: right top;
-ms-transform: translateX(-100%) rotate(-90deg);
-ms-transform-origin: right top;
transform: translateX(-100%) rotate(-90deg);
transform-origin: right top;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.accordion li > h2 span { display: block; padding-right: 8%; text-align: right; height: 90%; margin-top: 5px; }
.accordion li > h2 b { display: inline-block; position: absolute; top: 10%; top: 42%9; left: 10%; left: 5%9; text-align: center; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.accordion li > h2:hover { cursor: pointer; }
.accordion li > div { height: 100%; position: absolute; top: 0; z-index: 1; overflow: hidden; background: white; }
.accordion noscript p { padding: 10px; margin: 0; background: white; }

/****************************************** Basic */
.basic li > h2 { background: #333; color: white; line-height: 1.8em; }
.basic li > div h3 { margin: 15px 10px; }
.basic li > div p { margin: 10px; font-size: 14px; }

/****************************************** Dark */
.dark { border: 9px solid #353535; border-bottom-width: 8px; padding: 5px 5px 6px 0; background: #030303; -webkit-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -o-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4);
box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); }
.dark li > h2 { background: #030303; font-size: 16px; line-height: 2.7em; text-shadow: 0 -1px 0 #030303; }
.dark li > h2 span { background: #353535; color: white; }
.dark li > h2 b { background: #3535359; color: #030303; font-size: 20px; text-shadow: -1px 1px 0 #5b5b5b; }
.dark h2.selected span, .dark h2.selected span:hover { background: #434343; background: -webkit-gradient(linear, left top, right top, color-stop(0, #353535), color-stop(1, #555555)); background: -moz-linear-gradient(top left, #353535 0%, #555555 100%); }
.dark h2.selected b { background: #4343439; }
.dark li > div { background: #030303; margin-left: 5px; }

/*************************************** Rounded */
.rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.rounded li > h2 span { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/***************************************** Light */
/**************************************** Stitch */

#s1 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}
#s2 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}
#s3 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}

#s4 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303;
}

#s5 {
background:url(http://i855.photobucket.com/albums/ab117/jan2xonline/gmnew.png) no-repeat #030303
}
</style>

still not working. Confused
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

index in accordion doesnt work for me :(( Empty Re: index in accordion doesnt work for me :((

Post by E-Mark April 6th 2012, 11:23 am

I think you've done something wrong in the JS. It works fine with me :o.
EDIT: Can you provide me the url, an test account that can access admin panel so i can check it personally.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Back to top

- Similar topics

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