Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Post preview and embedding

Hello all. Full disclosure: I'm a total noob to modern webmistressing, a throwback to the days of hand-coded HTML. Just what you all wanted to deal with today, I'm sure. ;)

We have Vanilla embedded in Concrete5, and everything seems happy except the Preview button. I'm not sure whether the preview is really hanging, or just not displaying properly. When the forum is embedded and I preview a post, the preview doesn't quite display and nothing on the forum can be clicked, forcing me to navigate away from the page. We use a variant of the Embed Friendly theme, and on it the preview box sort of draws, but has no contents and cannot be clicked. I tried switching to the default theme to test, and it doesn't even display the preview. Everything works fine when I don't embed, i.e. use the exact URL of Vanilla.

Here's how it looks in Dark Embed Friendly:

If anyone would like to see for themselves and/or spam us, feel free. The problem page is at http://worldanimeclub.green-negi.net/index.php/forum/ , and Vanilla is at http://worldanimeclub.green-negi.net/vanilla/ . Login is irtester:irtester .

Any input would be appreciated. Thank you very much!

Answers

  • TamaTama United Kingdom ✭✭✭
    edited May 2013

    Making the embed look better

    http://worldanimeclub.green-negi.net/index.php/foru/

    First of all to fix the layout issues I'm seeing I suggesting putting the embed js inside
    <div class="vanilla"></div>

    and assigning it
    #content .vanilla{ width: 960px; margin-left:auto; margin-right:auto; }

    The other problems

    Can't help because you haven't enabled reCaptcha so people can't register

    Edit : nevermind just realised the date of this topic, my bad

    There was an error rendering this rich post.

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @Tama

    Not to worry.

    Nice to see you're happy to roll up your virtual sleeves and lend a hand!

Sign In or Register to comment.