-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 17, 2013 at 10:38 am #506079<em>@bvk1987 389790 wrote:</em><blockquote>Send you a PM :)</blockquote>
These are results when checking problem on your site.
+ Configuration Conditions is missed format config
+ Image path is wrong.
I helped you to config it on your site. If you want background image looks nice on your site you need to add image with size: 402px x402px.
Please check it again. Let me know if it helps
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 17, 2013 at 12:07 pm #506096We are almost there! The image located in the Masshead needs to cover the whole area, so that there is no pink/orange left in that block. I think the total block is 555px x 555px. So the picture should be that size as well?
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 17, 2013 at 12:15 pm #506097Fixed it! Together with firebug and making the changes in the cdd-fc610.css file! Have a look 😀
Edit: The only problem is when a tablet or phone is used, resizing is not done properly. I’m working on that now.
September 17, 2013 at 8:33 pm #506144My Masshead and Slideshow modules are appearing in a dropdown at the top of the page! They are assigned to the Grid View, where the titles appear in the grid but no images. Very confusing
thekingsley.co.uk/nuevo
Peter
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 17, 2013 at 9:18 pm #506148Make sure the folder you are referring to is correct. Something like images/dell map, not images/dell.png. Above selecting what folder to use, you select the image format. If you do that, at least something should show as of which you can make it perfect with changes in the css file.
My last problem is the automatic resizing of the masshead. The articles resize automatically when using a tablet or phone, but not the masshead. It stays at it’s original size.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2013 at 3:36 pm #506249Hi Peter,
From link URL of your site, JA Masshead module need to customize here and Configuration Conditions in JA Masshead module with format
[Masshead Itemid="page_id" title="Title" background="image url"]Description[/Masshead]
I saw the problem js on JA Slideshow Lite module, in this case I need to more check the problem on your site. Please pm me admin acess and ftp account of your site. I shall check it for your.
Regards
@bvk1987: You need to customize php code and css file
+ Php code
Open templates/ja_fixel/html/mod_jamasshead/default.php file
From
<div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>
Change to
<div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>" <?php if(isset($masshead['params']['background'])): ?> style="background-size: cover;background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>
+ Css file
Create templates/ja_fixel/css/custom.css file
Add new script
@media (max-width: 320px) {
.jamasshead {
max-height: 240px !important;
}
}
1 user says Thank You to Ninja Lead for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 19, 2013 at 10:42 am #506359Any suggestions about resizing the masshead automatically to the right format (on phone, tablet, laptop)?
edit: sorry, didn’t see the third page.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 20, 2013 at 8:03 am #506449In this case, maybe you need to customize css file match on phone, tablet, laptop
/* mobile */
@media (max-width: 767px) {
.jamasshead {
max-height: 240px !important;
}
}/* tablet */
@media (min-width: 768px) and (max-width: 979px) {
.jamasshead {
max-height: 240px !important;
}
}/* fullsize */
@media (min-width: 1200px) {
.jamasshead {
max-height: 240px !important;
}
}and change to my red mark to match with size on phone, tablet, laptop
September 20, 2013 at 1:38 pm #506487My path for the default.php file is different (Joomla 3.1)
you say ‘Open templates/ja_fixel/html/mod_jamasshead/default.php file’My path is root/modules/mod_jamasshead/html/mod_jamasshead/default.php
Is this correct?
Peter
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 23, 2013 at 6:29 am #506690Hi Peter,
My solution is for customizing / overridding with JA Masshead Module
+ Original module: modules/mod_jamasshead/html/mod_jamasshead/default.php file
+ Customize from JA Beranis Template: templates/ja_fixel/html/mod_jamasshead/default.php file
Regards
-
AuthorPosts
This topic contains 25 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum