Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Konrad M Wagner Friend
    #177484

    Hello,

    by default the popup window has a width of 640 px.

    How can I increase the window width?

    I’ve tried changin template.css and /js/wall.js without success.

    Do you have any idea which file I need to edit to grow the popup window size?


    1. Bildschirmfoto-2012-05-24-um-07.19.57
    Wall Crasher Developer
    #454636

    Hi konradwagner,

    in template.css line 700

    body.popupview #popup-content {
    height: 90%;
    margin: 30px auto;
    position: relative;
    width: xxxpx;
    z-index: 1000;
    }

    in wall.js line 258

    <iframe id="popupIFrame" src="' + url + '" width="xxx - 2" scrolling="no" frameborder="0" />

    I tried and it worked.

    Please check again. Make sure you clear your server cache.

    Regards

    tfosnom Friend
    #454637

    <em>@konradwagner 321782 wrote:</em><blockquote>Hello,

    by default the popup window has a width of 640 px.

    How can I increase the window width?

    I’ve tried changin template.css and /js/wall.js without success.

    Do you have any idea which file I need to edit to grow the popup window size?

    </blockquote>

    Hi Konrad

    body.popupview #popup-content {
    height: 90%;
    margin: 30px auto;
    position: relative;
    width: 640px; —* Change This To Suit —*

    z-index: 1000;

    ja_wallcsstemplate.css line 708 on my localhost installation
    tested by changing value to 320 and viewing in browser 🙂

    Cheers Shannon

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  tfosnom 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum