This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Mixing HTML with Page Builder

Resolved 2 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

We are going to use Zendesk dropbox to put a Submit Ticket box on our standard Page Builder Contact Us page.

But it looks like Zendesk Dropbox is only available as HTML code — not as a Widget or Shortcode. I tried pasting the code into a text/HTML widget, but it doesn’t work. Nothing appears in that location.

How would I paste HTML code into a Page Builder?

@import url(//assets.zendesk.com/external/zenbox/v2.6/zenbox.css);

if (typeof(Zenbox) !== “undefined”) {
Zenbox.init({
dropboxID: “20149264”,
url: “https://bellaoutdoorliving.zendesk.com”,
tabTooltip: “Support”,
tabImageURL: “https://assets.zendesk.com/external/zenbox/images/tab_support.png”,
tabColor: “black”,
tabPosition: “Left”
});
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. bella 11 years, 10 months ago

    Sorry. Here’s all of it.

    @import url(//assets.zendesk.com/external/zenbox/v2.6/zenbox.css);

    if (typeof(Zenbox) !== “undefined”) {
    Zenbox.init({
    dropboxID: “20149264”,
    url: “https://bellaoutdoorliving.zendesk.com”,
    tabTooltip: “Support”,
    tabImageURL: “https://assets.zendesk.com/external/zenbox/images/tab_support.png”,
    tabColor: “black”,
    tabPosition: “Left”
    });
    }

  2. Andrew Misplon Staff 11 years, 10 months ago

    Hi. You can use the Text widget or HTML tab of the Visual Editor to insert HTML.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread