-
AuthorPosts
-
September 7, 2013 at 9:01 pm #190379
Can you see if there is an error here:
I am pasting this in the Configuation conditions :
[Masshead Itemid=”page_id_82″ title=”Powerplant” background = “images/Stampes/P8060032SM.JPG”]Powerplant[/Masshead]
And see nothing except the text from the default title.
The Advanced options are : grid-1×1 grid-pos-5 yellow
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2013 at 8:38 am #505192Thank you for replying.
I have read the documentation but the only thing that is visible is the Default title and colour from the advanced options .
I set :
[Masshead option=”com_content” view=”article”id=70″ Itemid=”469″
title=”Events” background = “images/Stampes/P8060032SM.JPG”]Powerplant[/Masshead]obtained as described from the address bar, but the item referred to does not appear, nor does the background image.
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 10, 2013 at 8:50 am #505196Same problem here!
I am trying to have an image as background and to make it clickable.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 11, 2013 at 4:37 pm #505404You can try to do with my below customize
+ Create templates/ja_fixel/html/mod_jamasshead/default.php file
+ Open default.php and paste this below code
<?php
defined('_JEXEC') or die('Restricted access');
?>
<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; ?>>
<h3 class="jamasshead-title"><?php echo $masshead['title']; ?></h3>
<div class="jamasshead-description"><?php echo $masshead['description']; ?></div>
</div>
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 11, 2013 at 10:47 pm #505434This does not work for me so far. How about you petero?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 12, 2013 at 4:33 am #505470<em>@bvk1987 389051 wrote:</em><blockquote>This does not work for me so far. How about you petero?</blockquote>
Please pm me URL of your site, admin and ftp account. I will help you to do this.
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 12, 2013 at 5:38 pm #505623<em>@Ninja Lead 389095 wrote:</em><blockquote>Please pm me URL of your site, admin and ftp account. I will help you to do this.</blockquote>
Done, I send it 🙂
September 12, 2013 at 8:41 pm #505646Nor for me – if I could get some response I could figure out what is happening but having set up the default.php with the script there appears to be no change..
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2013 at 8:51 am #505727<em>@bvk1987 389277 wrote:</em><blockquote>Done, I send it :)</blockquote>
I checked in php code and saw default.php file in mod_jamasshead module seems to be fine.
I need to check the configuration in backend of your site, could you also pm me admin login info?
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 13, 2013 at 8:23 pm #505796You have them. Hope to hear from you soon and thanks in advance.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2013 at 9:10 am #505908Hi bvk1987,
The background on JA Masshead module didn’t show because in Configuration Conditions option, there is not background parameter, you can see it here
Go to Admin site -> JA Masshead module -> Options -> Configuration Conditions
From
[Masshead Itemid="435,481,482,483,484,546,547,548,549" title="Hi,"]<h3>1 monitor dus 1 prijs, Meer niet.</h3>Nieuwsgierig? Neem contact op![/Masshead]
Change to
[Masshead Itemid="435,481,482,483,484,546,547,548,549" background = "templates/ja_fixel/images/themes/light/logo-light.png" title="Hi,"]<h3>1 monitor dus 1 prijs, Meer niet.</h3>Nieuwsgierig? Neem contact op![/Masshead]
This document will help you to understand more then: http://www.joomlart.com/forums/topic/userguide-ja-masshead-module-for-joomla-1-7/
Regards
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 16, 2013 at 5:30 pm #505976I did that earlier, but I just get a pink block. I just want the picture, no text.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2013 at 5:37 pm #505979<em>@bvk1987 389770 wrote:</em><blockquote>I did that earlier, but I just get a pink block. I just want the picture, no text.</blockquote>
You can send me the screenshot what you are trying to achieve. It would help to understand the issue and give you specific answers.
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
September 16, 2013 at 9:38 pm #505990Send you a PM 🙂
AuthorPostsThis 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