-
AuthorPosts
-
April 19, 2014 at 7:21 pm #253508
I have many tables in one page. Is it possible to put these tables inside native Enfold accordion, so that on default none, or only one table is shown?
If such feature doesn’t exist yet, perhaps it’s possible to post each of the table as a single post/page, and then somehow link the Enfold accordion segments to such posts/pages (I’m well aware this might sound like out-of-the-moon question) ?
In case there is no easy, or at least, no medium-easy way to do it – which accordion plugin would you recommend to use with Enfold? I’d still prefer using the native Enfold tables.
Thanks guys
April 19, 2014 at 9:13 pm #253522This reply has been marked as private.April 20, 2014 at 10:39 pm #253620This reply has been marked as private.April 21, 2014 at 6:39 am #253672Hey!
Gald you figured it out.
You can switch the advance builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder.
Best regards,
IsmaelApril 21, 2014 at 10:46 am #253709Hi Ismael, I’ll give it a try.
Could you just shortly confirm whether I understand it right: this code shall be placed in the parent theme (not child theme), and later it might be overwritten by the new theme updates, so that it has to be manually pasted in there again.
Thanks for the awesome theme and awesome support.
Cheers,
NerkasApril 22, 2014 at 1:43 am #254093Hi!
No, you can place it in your child theme functions.php file as well.
Regards,
DevinOctober 23, 2014 at 4:08 pm #340168Hi
How can I put a enfold table inside a enfold accordion? There are some private reply… Could you explain that again, step by step?
Thank you very muchBest Regards, Diana
October 23, 2014 at 4:20 pm #340176Hey!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitOctober 24, 2014 at 9:41 am #340525Thank you for your explanation – very useful! great support. Regards, Diana
-
AuthorPosts
- The topic ‘Placing enfold tables inside enfold accordion?’ is closed to new replies.