How To Insert SP Page Builder Module Into Tab Content Element? - Question | JoomShaper

How To Insert SP Page Builder Module Into Tab Content Element?

D

DigitM

SP Page Builder 1 year ago

Good morning, I integrated the Tab addon on a page. I would like to make an SP Page Builder type module appear there. I put <div>{loadmoduleid 118}</div> or {loadmoduleid 118} in code mode but nothing appears. Thanks for your help.

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #150438

Sorry, but Custom Code is on your hands, it's beyond support.

Maybe talk with Joomla developer from your city or ask on forum.joomla.org or Joomla FR FB page.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #150348

Hi, sorry it doesn't work like.

You cannot use shortcodes inside items, they will not work :/


You have find other, different method.

Maybe use Custom Code module and take Tabs HTML code from Bootstrap. Then shortcodes will work if you enable all options.

Sorry, that's all I can help.

0
D
DigitM
Accepted Answer
1 year ago #150352

ok, that's a shame and where can I find an example of Code module and take Tabs HTML code from Bootstrap? And in the Accordeon addon, I imagine that doesn't work either?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #150353
  1. Custom Module - is native Joomla module.
  2. You have to remember to enable that option then shortcodes will work.

module_prepare_content.jpg

  1. On BT site: https://getbootstrap.com/docs/5.0/components/navs-tabs/ || and here: https://mdbootstrap.com/docs/standard/navigation/tabs/

become Digital Master :)

0
D
DigitM
Accepted Answer
1 year ago #150423

Good-morning Paul, Thank you for your advice. I managed to create a custom module in which I put the html code of one of the links you sent me, however I cannot navigate from one item to another. I think I'm stuck on javascript, I don't understand where to integrate it :( If you have 2 minutes to explain to me that would be great. Thanks in advance.

0