Support » Theme: Fruitful » Embedded Forum

  • Resolved enewsdigest

    (@enewsdigest)


    After craeating a page and embedding the Nabble forum with the following code [the way I used to do in blogger]

    <a id="nabblelink" href="http://forum.intuitivepharma.com/">IntuitivePharma Discussion Forum</a>
    <script src="http://forum.intuitivepharma.com/embed/f1"></script>

    only displays a part of the forum, say 400 pixels length. The rest is not displayed. Previously I had embeded it in blogger using the same code where I had no issues of truncation. Please guide me to rectify the same.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    enewsdigest,

    Need inspect you website, maybe theme and your embed code have the same CSS styles.

    Thread Starter enewsdigest

    (@enewsdigest)

    Thanks for the reply. I am testing it in my local server. Kindly past the above code in your theme and test. This should work as i have not made any changes in CSS [and in fact the templates are untouched, they are virgin. I am not a geek in coding] for both nabble forum and fruitful theme.

    I am pasting the code once again for your convenience.

    <a id="nabblelink" href="http://forum.intuitivepharma.com/">IntuitivePharma Discussion Forum</a>
    <script src="http://forum.intuitivepharma.com/embed/f1"></script>
    Thread Starter enewsdigest

    (@enewsdigest)

    Kindly see the embedded forum in a Fruitful page template at http://intuitivepharma.host-ed.me/?page_id=43. The orginal forum is at http://forum.intuitivepharma.com/. Please help me to resolve this issue. This is the only stumbling block that prevents me from using this otherwise excellent theme.

    Theme Author Fruitful Code

    (@fruitfulcode)

    .entry-content iframe {
    max-height: 1300px;
    }

    Add this to custom css

    Thread Starter enewsdigest

    (@enewsdigest)

    Thanks for the support. It resolved the issue. But for long threads there is still issue. Please navigate to the website and follow the below mentioned path through the embedded iframe.

    http://intuitivepharma.host-ed.me/?page_id=43 and then to Formulation Development and then to Zero order release by cmlingam78 . Only part of the discussion is shown. I think till 1300 pixels. Please guide me in this regard.

    Thread Starter enewsdigest

    (@enewsdigest)

    I have changed it to 100%. Now it works.

    .entry-content iframe {
    max-height: 100%;
    }

    Please consided adding a widgetised footer for this otherwise marvel of a theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Embedded Forum’ is closed to new replies.