-
AuthorPosts
-
July 18, 2013 at 8:02 am #26386
Hello,
Is it possible to add images to the table in Enfold Avia Layout Builder?
I’m wanting to recreate a table like this – http://etool.net.au/portfolio/office-warehouse/ for each of my project pages, but can only do it by copying this table and pasting it into a text box in the layout builder.
Any ideas?
Thanks, Siobhan
July 18, 2013 at 11:47 am #130228Hi,
Yes, it is possible.
[av_table purpose='pricing' caption='']
[av_row row_style=''][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][/av_row]
[av_row row_style=''][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][/av_row]
[av_row row_style=''][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][av_cell col_style='']<img src="IMAGE URL HERE">[/av_cell][/av_row]
[/av_table]Regards,
Ismael
July 24, 2013 at 4:00 am #130229Hi Isamel,
Thanks for your response.
Where should I be adding this code? I want to add the images into a single column rather than an entire row.
Thanks, Siobhan
July 24, 2013 at 10:52 am #130230Hi,
First, switch the Advance Layout Editor to debug mode.
Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add the code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You’ll be able to see the actual shortcode below the Advance Layout Editor. Paste the code above on the shortcode field.
Regards,
Ismael
July 25, 2013 at 3:16 am #130231Hi Ismael,
Thanks alot for the coding.
I followed your instructions – it was a little fiddly to get the code and images to show in the right places but I figured it out. After viewing it on the website, it didn’t look much different/better than the copy and paste version we had and certainly takes longer to put together.
Adding pictures to tables is quite a standard bit of functionality – are there any plans to add this as a drop down option into the table anytime soon?
Thanks, Siobhan
July 25, 2013 at 2:09 pm #130232Hi,
You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
-
AuthorPosts
- The topic ‘Adding images to table’ is closed to new replies.