Accordion inside portfolio modal

1 reply · opened Mar 7, 2021

Ccvillalobos05Mar 7, 2021

I'm using Writer demo template as base for my site, but adding an accordion to the page book-page.html doesn't work, Could you tell me how to make accordion work in the portfolio modal?

SSemicolon WebSTAFFMar 7, 2021

Hello,

Simply consider using the following JS Code at the bottom of the Page:
[ch_pre type="js"]$('.item-quick-view').on('mfpOpen', function(e) {
setTimeout( function(){
SEMICOLON.widget.accordions({ parent: '.mfp-content' });
}, 750 );
});[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard