How to put links inside Runway Textpage when i use Accordian.
Hello everybody!!
I Have the big incident, when i used the Accordian macro, in the Runway TextPage.
I have a big problem with Accordian module, I have several "RunwatextPage", which in turn has several pages daughters. Ej:
1.Documents
>1.1 Doc1
>1.2 Doc2
>1.3 Doc3
>1.4 Doc4
But within the "RunwayTextPage" daughters I have set up multiple links to Media elements within my website.
But when I click on the link, the Accordian is activated and shrinks, is ie, the accordian does not allow me to make links to other links within their "Runwaytextpages" daughters.
Someone has this happened, please I need it urgently .. I hope someone knows a solution, a thousand thanks!
How to put links inside Runway Textpage when i use Accordian.
Hello everybody!!
I Have the big incident, when i used the Accordian macro, in the Runway TextPage.
I have a big problem with Accordian module,
I have several "RunwatextPage", which in turn has several pages daughters. Ej:
1.Documents
>1.1 Doc1
>1.2 Doc2
>1.3 Doc3
>1.4 Doc4
But within the "RunwayTextPage" daughters I have set up multiple links to
Media elements within my website.
But when I click on the link, the Accordian is activated and shrinks, is
ie, the accordian does not allow me to make links to other links within
their "Runwaytextpages" daughters.
Someone has this happened, please I need it urgently .. I hope
someone knows a solution, a thousand thanks!
Great!! I Got the solution...
Investigating a little more, i found the solucion, than it's work perfect.
You have just tha change some lines un the File Xslt.
Step No 1.: Open up the RunwayAccordian.xslt
Step No 2.: Locate this code within the RunwayAccordian.xslt
<script type="text/javascript">
jQuery().ready(function(){
jQuery('#list1a').accordion({autoheight: true});
});
</script>
Step No 3.: Replace it with this code:
<script type="text/javascript">
jQuery().ready(function(){
jQuery('#list1a').accordion({header: '.accordianOpener', autoheight: true});
});
</script>
And Ready, this should the Fix the incident with your Accordian
Reference: http://forum.umbraco.org/yaf_postst7569_Boost-Accordian-Nitro-Links-wont-work.aspx
Bye!
is working on a reply...