-
AuthorPosts
-
Konrad M Wagner Friend
Konrad M Wagner
- Join date:
- September 2014
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
May 24, 2012 at 5:21 am #177484Hello,
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?
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
May 24, 2012 at 6:33 am #454636Hi 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
1 user says Thank You to Wall Crasher for this useful post
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
May 24, 2012 at 6:40 am #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
1 user says Thank You to tfosnom for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by tfosnom 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change popup window size?
Viewing 3 posts - 1 through 3 (of 3 total)