-
AuthorPosts
-
javelincommunications Friend
javelincommunications
- Join date:
- August 2010
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 0
March 26, 2012 at 2:42 am #175396I love the flexibility of the JA Business template, but there’s a conflict with Joomla 2.5. You now are supposed to be able to “insert article image”; that is, upload a background for your article. But it doesn’t work, and I suspect it’s because the template has to be overriden somehow. Seems like this would be a fantastic feature in that the need for hand-coding would be eliminated. Has anyone else gotten it working?
Thanks in advance,
-jgribbleBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 26, 2012 at 9:25 pm #445780Are you able to confirm the version number of the JA Business template being used please?
javelincommunications Friendjavelincommunications
- Join date:
- August 2010
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 0
March 26, 2012 at 10:27 pm #445791It is the latest version for Joomla 2.5.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 27, 2012 at 1:15 am #445803You’ll have to edit the T3 CSS file as follows:
Find the appropriate area you wish to add the image in the template.css file.
So, so set a background colour:
{ background: #fff; }
Now lets add a background image:
{ background: url(your_background.jpg); }
Many backgrounds are tiled, using this method enables you to use a very small image which is repeated across the whole page. To do this, simply add repeat-x or repeat-y to the definition:
{ background: url(your_background.jpg) repeat-x; }
repeat-x will repeat the image horizontally.
repeat-y will repeat the image vertically.
That should do it once you save and close and upload the file back through FTPjavelincommunications Friendjavelincommunications
- Join date:
- August 2010
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 0
March 27, 2012 at 2:03 am #445806Thanks for the tip. But, this is the traditional and cumbersome way of doing it. The Joomla 2.5 option to insert a background image via the control panel is so much simpler, if it can be made to work. Am I correct that for now it will NOT work with JA templates? I guess this is a wish-list item I would like to pass on to you.
-jgribbleBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 27, 2012 at 4:01 am #445817Where did you read that all you have to do in 2.5 is upload an article background image? I would love the link to read.
Just tried on a non JA Template and doesn’t work there. Maybe you misunderstood the intention of the feature?Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
March 27, 2012 at 4:20 am #445819<em>@javelincommunications 310074 wrote:</em><blockquote> You now are supposed to be able to “insert article image”; that is, upload a background for your article. </blockquote>
For anyone else interested in this feature, let me explain what it is by telling you this. This Feature does NOT add an article background image.
All it does is make adding an image to the article easier. And it will be effected by filters set on your site. Filters are for safety and should not e ignored so tread carefully if you decide to adjust your filters.
Please see my post here for more detailed info. -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Blaine 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum