Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1397536

    Good morning, is there any way to set the tabsection tab image via shortcode by pointing to the image url directly? I noticed that enfold uses tab_image=”###” where ### is a number (I think generated based on the loaded resource), I was wondering if it would be possible to put the url directly. I tried adding the attribute style=”background-image:url(…);” but it doesn’t work…
    Thanks in advance!

    #1397609

    Hey paolam111,
    The images are added with inline css “background-image” not a shortcode, for example:
    <span class="av-tab-section-image" style="background-image: url(/wp-content/uploads/2017/02/logosquare-bbpress-mini.jpg);"></span>
    Typically you would choose the image you want to use in the element options, can you explain further what you want to achieve with an example page?

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.