use background image for another module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 15, 2014 8:25 am
Reply with quote
Report this post
Hello

How do I make a background image for another module in position bottom, similar to header1.

Thanks.
User avatar
Fresh Boarder

GK User
Sat Nov 15, 2014 2:25 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Sat Nov 15, 2014 11:56 pm
Reply with quote
Report this post
Thanks, but I meant an image like header1. A great big photo as a background image.

Thanks for helping.
User avatar
Fresh Boarder

GK User
Sun Nov 16, 2014 12:40 am
Reply with quote
Report this post
You can build it in many ways.
For example:
1) Add new module Custom HTML
2) In his settings choose BG image
3) In HTML content add your text+links etc. and set min-height
4) Publish on one of available position from template layout

Make Magic Happen

p.s.
Or you can use Parallax module to get even better effect
User avatar
Platinum Boarder

GK User
Wed Nov 19, 2014 6:18 pm
Reply with quote
Report this post
Oscar E wrote:Hi,
this guide may help: https://www.gavick.com/documentation/jo ... ss-suffix/


Hi Oscar,

Interesting article, but it does not necessarily define the exact suffix for the Header to stretch the background full width versus other modules where the background is only centered.

Could you please give some specifics???

Thanks
User avatar
Senior Boarder

GK User
Wed Nov 19, 2014 6:29 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Wed Nov 26, 2014 1:46 pm
Reply with quote
Report this post
Hi Oscar,

I appreciate if you please could give us an example how to use a parallax module to make a full background module with some text on it, with the same size others modules in the demo have.

Thank you in advance
User avatar
Expert Boarder

GK User
Wed Nov 26, 2014 2:31 pm
Reply with quote
Report this post
This may help: http://extensions.joomla.org/search?q=parallax

sorry but this is technical support forum, not customization forum like show me this , do this for me etc.
if you want such a task - hire somebody.
User avatar
Platinum Boarder

GK User
Wed Nov 26, 2014 3:36 pm
Reply with quote
Report this post
Hi Oscar,

I just though it maybe was a script and suffix in this template to do it. Usually I use "ParallaxScroll Module" extension for this kind of works and work well.

Thank you
User avatar
Expert Boarder

GK User
Wed Nov 26, 2014 3:52 pm
Reply with quote
Report this post
you can also use this style - with your image:
Code: Select all
.parallax {
    background-attachment: fixed;
    background-clip: padding-box !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("bg_parallax.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #ffffff;
    padding: 90px 0;
}
User avatar
Platinum Boarder


cron