To insert code use <code>...</code>.
Page with Accordion SLider - problem
  • I have a question,
    is it possible to create an accordion slider on a random page that would only include the slideshow itselft?
    without the text area? Shortcodes allow only Nivo and anything slider and that doesnt resolve the issue.
  • 3 Comments sorted by
  • Just to make it clear, i would like to have on other page than homepage - accordion slider and only the slider - without the area below for the page text content. Is it possible? Would be easy to do it with shortcodes but this slider is not included there.
  • You will have to disable all other sections on that page.....

    something like this.....


    .page-id-[nr] #footer {display:none;}

    you will have to replace the [nr] with the correct id number of the page.

    Best regards,
    Striking Team
    Paul
  • Ok got it sorted by:
    .page-id-xx #page {display:none;}


    Thx Paul for tips.