Close

Tabs - accordion style

codestream
10 years ago
#2759 Quote
Avatar
  • 4
Has anyone managed to display the tabs as an accordion? The JQuery UI tabs can be styled as an accordion but it also requires manipulating the HTML slightly to accommodate the different layout. I assume this is generated on the fly by the plugin so where would I go to edit this appearance?
Boyko
10 years ago
#2760 Quote
Avatar
  • Moderator
  • 1570
codestream wrote:
Has anyone managed to display the tabs as an accordion? The JQuery UI tabs can be styled as an accordion but it also requires manipulating the HTML slightly to accommodate the different layout. I assume this is generated on the fly by the plugin so where would I go to edit this appearance?


Hi codestream,

You are free to modify the html by editing the view(.cshtml) of the Quick Tabs.
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml

I guess then we can rename the plugin to Quick Tabs\Accordion :)

Thanks
Regards,
Nop-Templates.com Team
codestream
10 years ago
#2761 Quote
Avatar
  • 4
That's great. For some reason I thought it would be in the compiled dll.

Indeed, you should rename it as some people would no doubt prefer the accordion option. Maybe include a .cshtml for the accordion view.

Thanks ;-)