-
AuthorPosts
-
locofede Friend
locofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 11, 2014 at 11:31 am #193667Hi,
Right now, on a touch device, if they click the tile(Item-block), the user is taken to the article detail page. We want the first tap to bring up the overlay with the header, and then second tap to take the user to the detailed article.URL: http://socialraise.co/namm_dev/
Thanks in advance
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 13, 2014 at 9:59 am #518244@locofede: By default, the popup view size is 660px while the Tablet and mobile view is smaller, so our development team defined to hide the popup view (overlay) on these responsive devices.
If you still want to customize our javascipts to display the overlay, I would suggest you hire an experienced developer to help on this. You can modify our popup scripts in templatesja_walljswall.js file from 234th line.
kjlarski JATCkjlarski
- Join date:
- October 2010
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 15 times in 1 posts
January 14, 2014 at 7:08 pm #518457Hi there-
We’re needing the same thing. We’re happy to pay for this customization and then it can be used for future Wall versions. Would someone on your team be able to do this in exchange for a customization fee? Please PM me if this is something that you can do.
Thanks.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 16, 2014 at 11:19 am #518701I am not entirely understand this request but it requires some customisation though.
<blockquote>We want the first tap to bring up the overlay with the header</blockquote>
If you want to show the popup in mobile device, then here are some steps which may help you. Please BACKUP before proceeding any change:
1. Open file templatesja_walljswall.js
– Delete this code start from line 378
if ($(document.body).width() < 700){
return true;
}– Delete width=”638″ from line 405
2. Open file: templatesja_wallcsstemplate.css, make the following changes (CSS rules in colour)
– line 1109
body.popupview #popup-content {
height: 90%;
margin: 30px auto;
position: relative;
width: 90%;
max-width: 640px;
z-index: 1000;
}– 1118
body.popupview #popup-inner {
height: 100%;
width: 100%;
position: relative;
top: -15px;
background: #fff
border: 1px solid #fff
border-radius: 3px;
box-shadow: 0 0 5px rgba(0,0,0,.4);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}– line 1173
body.popupview .popup-head {
position: relative;
height: 30px;
bottom: -15px; /* delete this line */
z-index: 1001;
}– line 1132
body.popupview #popup-inner iframe {
left: 0 !important;
width: 100%;
}Hope it helps.
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
This topic contains 4 replies, has 4 voices, and was last updated by Wall Crasher 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum