-
AuthorPosts
-
dozza Friend
dozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 8, 2010 at 7:40 pm #339642Provide a live link?
April 8, 2010 at 10:40 pm #339652Sorry Dozza, it isn’t live at the moment. I am just using my mac with an installation of MAMP and localhost. Could it be an issue with the php version? It says it is using php version 5.2.11.
Basically what happens is, if I change the first line of the php code as suggested above, and then preview, then home page just doesn’t load at all. But as soon as I change it back, it returns to normal
I am rather new to content management systems and am just at the experimenting stage. Trying to find out what the template can do and how I can use it for our school site.
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 8, 2010 at 10:54 pm #339653I use the same platform for development too.
I’ll have a look how I have it setup tomorrow.
I did a school site for a local school and they use it really well. Used JA Purity template.
1 user says Thank You to dozza for this useful post
April 8, 2010 at 11:14 pm #339654HI Dozza,
What a great site. Very impressive. I would be pleased with something half as good. What calendar module are you using on it? I have tested a few but that one looks good. Does it have an “upcoming events” module?
Cheers
Mark
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 8, 2010 at 11:52 pm #339658I used jCal Pro and It can produce upcoming events. Or integrate with jEvents from same company. A good combo.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 9, 2010 at 4:15 am #339689Dear mlohrey!
<blockquote>I attempted this change as well, but as soon as I changed the PHP code the my site stopped working altogether. I assumed that if “moduleclass_sfx” is empty that default behaviour (default mask images etc) should be as normal.</blockquote>
you must to put add a blank character before the class suffix into the “moduleclass_sfx” parameterdozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 9, 2010 at 11:46 am #339743Miohrey
Make sure in the php file all you are actually adding is…
<?php echo $params->get('moduleclass_sfx');?>
to the existing code and place it correctly.
So that…
class="ja-slidewrap"
becomes
class="ja-slidewrap<?php echo $params->get('moduleclass_sfx');?>"
and make sure of the space before module class suffix in module parameter.
See image attached
April 9, 2010 at 1:35 pm #339750Thanks for the help, Dozza.
I actually just cut and pasted the php code from page one of this post. After I tried again using your code snippets it worked. For what ever reason, cutting and pasting was picking up some weird character or something. I couldn’t see any difference but it is repeatable. I checked again just to make sure I wasn’t going mad.
Do I need to create a separate entry in mod_jaslideshow2.css for the default slideshow mask if I have a site that has multiple slide shows with multiple masks or will a blank module class suffix assume the default?
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 9, 2010 at 2:53 pm #339758Glad it worked. Cut n paste assumes the post is correct. Better to analyse what they are explaining then implement manually, unless it is reams of code….
Yes, you need to add separate entries in the css file for each slideshow depth you are creating, and have created a separate mask image that it refers to (so you can round the bottom edge if it has a bevel or similar.
E.g. I have two depths on a site that’s going live soon, so i’ve created two different depth images (200px deep and 270 px deep) and then added this to the css file:
/* Custom Slideshow Mask depths ---*/
.thinmask .maskDesc {
background: url(../images/sl-200mask.png) no-repeat left top !important;
}.medmask .maskDesc {
background: url(../images/sl-270mask.png) no-repeat left top !important;
}And then i enter thinmask or medmask , preceded by a space, in the module class suffix parameter of the module.
Hope that helps. You’re almost there….
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
June 9, 2010 at 9:57 am #346511I’ve set the site live now so you can see the modified JA Slideshow 2 depth and custom mask.
Here’s the site link: UK and International Server Relocation & IT removals – Technimove
June 9, 2010 at 12:10 pm #346533Love the site. The colours are great. Is it easy to set a background texture/image rather than the standard template one?
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
June 9, 2010 at 12:39 pm #346535<em>@mlohrey 182176 wrote:</em><blockquote>Is it easy to set a background texture/image rather than the standard template one?</blockquote>
It is time consuming – put it that way! If you want a dark background, you’ll need to update/edit the graphics for all the module/menu/content area/breadcrumb edges as the ones that ship with the template all have light backgrounds/edges which you’ll see when you change the page background colour.
Adding the texture at the site top is quite straight forward bit of CSS background image repeating horizontally – you could do that on a light background too!
So it will take time and a familiarity with image editing/pixel pushing in Photoshop/Fireworks.
Hope that helps
astral god Friendastral god
- Join date:
- February 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
June 9, 2010 at 1:10 pm #346538Good job dozza, but just one thing: the HOME button has some corner borders in “hover” effect. Try to correct this. 🙂
AuthorPostsThis topic contains 28 replies, has 5 voices, and was last updated by astral god 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum