Build advanced tables, easy to update inside "Classic Accordion"

Builds product pages for a company with hundreds of products. Have thought of embedding slideshows at the top of a portfolio page, which can easily be uploaded to a specific page, how can I change the arrows in the gallery to bullets in the slideshow?

The next tricky problem is building tables of different widths that I built with Block Grid and with class script:
.block gridleft {
width: 25%! important;
}
.blockgridright {
text-align: justify;
width: 60%! important;
}
Although I would have to make more columns with different amounts of text in each grid, is there any other easy way to handle this?
Or maybe I should use the “TablePress” extension to build nicely?

And after that I would like to build these into a “Classic Accordion” with the show / hide function, but I am not successful.

Hope for help!

Hi @olahollsten,

Thanks for reaching out.

There no advanced option for existing accordions as of this moment. The content is only limited to raw content which can be added by text editor/raw content. But yes, you could add shortcodes from other 3rd party plugins as a content of the accordion. Then you can manage the tables through that plugin.

Another way is using global block and build your layout and columns there. And then just use the global block shortcode as your accordion content. Please check this for more information https://theme.co/docs/global-blocks

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.