Ok. Please check here: http://www.veroyoga.com/veroyoga.com/classes/
What i would like to do, ( open to any other alternative) is to add the blue information icon inside the table as you can see on the “Classes” table, first row, so when you hover your mouse over you get the information on the class.
I was playing with the image with hotspot option as you can see the big blue icon on top, but i am not sure there is a way to inject it
inside the table cells as these tables are also setup using the shortcodes…
Any recommendation, like alternative plugins are welcome, or maybe i am missing an already available shortcode within the Enfold options?
Thanks a lot
Hey vero,
Thank you for using Enfold.
Please use the Icon shortcode and its Optional Tooltip field. You can insert the shortcode inside the table.
Best regards,
Ismael
Hi Ismael. Thanks a lot for trying to help, but here is the issue, please check these screenshots; maybe i am missing something?
I asked in another thread about injecting shortcodes manually using the code instead of the graphical interface but no one replied.
I would need to put several icons with tooltips (with different descriptions) inside that table cells. When i am editing the table i do not see a way to drag and drop the icons in there. Can you please clarify the process to insert them inside the table?
Thank you!!
Anyone else have any clues?
Hi,
Can you give us admin access? so we can inspect further. Just place the details in “private content” so only moderators can see. Also add this code in functions.php:
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug() {
return "debug";
}
This code will show some shortcodes below the content that will be used, we will probably need this enabled for this particular setup.
Best regards,
Nikko