Issue When Adding IFrame To SPPB (not The Whole One Page is Shown Anymore) - Question | JoomShaper

Issue When Adding IFrame To SPPB (not The Whole One Page is Shown Anymore)

M

Michael

SP Page Builder 6 days ago

Hi, I have the following issue when adding an iFrame either bei "Raw HTML" Element or per code in Text-Field:

In SPPB everything is shown correct. But on the live Webpage the One Page stops after the iFrame. The rest of the One Page is not shown anymore.

When I go back to SPPB and delete the iFrame the whole One Page is shown again.

Any idea what could be the issue?

The iFrame I'm adding looks like this: <iframe src="/...." width="100%" height="600px" frameborder="0" style="outline: none;"/>

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 days ago #223194

Hi Michael,

do you really have to use iframe? If yes, use it inside Custom code module. Then use that module using Module addon.

In general, iframes works, for example from Youtube or Google maps, your code can be more "tricky" or you have RSFirewall (or diffferent firewall) that may block it.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 days ago #223195

BTW

Between us

0
M
Michael
Accepted Answer
4 days ago #223295

Issue with Iframe is solved by using a module and adding it to SPPB with Module addon. Thanks for that.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 days ago #223297

Yes, I see video on home page.


We have Video addon, you have to add YT URL and set other settings and video should be presented. If one video don't work check with different link, sometimes problem can be from YT clip privacy settings. Our code in addon is very basic from YT developers resource.

0
M
Michael
Accepted Answer
4 days ago #223298

It's not an issue with showing the video. See comment in hidden area, please.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 days ago #223299

Hmm. In that case, in Video addon: Turn Off Youtube Cookie: ON and make sure that Video addon don't have "Title" that use Google Font (!) and/or set Arial etc.

info__23.jpg

0
M
Michael
Accepted Answer
4 days ago #223301

Sorry - both points checked and still issue with google font. Other idea?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 days ago #223302

no problem, make a simple test.

From that YT clip create Embed code and use it inside RAw HTML addon or module and compare. If will be the same, it means that Google forced that font :/ and you have to block it using extra plugin!

0