• Resolved rekonx

    (@rekonx)


    Hello !

    I would like to know how to add a slider as background for my pages.

    For exemple : https://www.prestige-and-luxury.fr/?page_id=72

    I really like the way it’s look.

    Can someone please explain me, how to add a slider like this as a background, and also, make semi transparent boxes with titles and text in it?

    Thank you !

Viewing 7 replies - 1 through 7 (of 7 total)
  • I suggest you look into Firebug which enables you to inspect the site and investigate how it was built.

    It’s using a NextGen plugin to help you on your way.

    Thread Starter rekonx

    (@rekonx)

    Hello,

    Thank you for the fast answer.

    I checked the page with Firebug, it’s a really nice tool, unfortunately I’m not good enough to see how they manage to put a slider with custom fields as background.

    Tried to install and configure some NextGen plugins but all I’ve got is a basic slider that I can put in my pages.

    Maybe the website uses the basic Customizr slider with some custom css ?

    I have noticed that only the slider is moving, the container doesn’t move, so maybe, you have to copy the slider’s shortcode and put it as a background somewhere?

    Thread Starter rekonx

    (@rekonx)

    Ok guys, I’m on the right way !

    Apparently, the plugin used to put a slider as background is WP supersized, combined with NextGen Gallery.

    Here’s my progression : https://facetool.fr/epilations/ .

    Now, i would like to add a semi transparent container to place my text in.

    Can I do this with shortcode Ultimate, or with a specific plugin?

    Impressive!

    Here’s the Czr slider CSS code for the caption:

    .carousel-caption {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
      display: inline-block;
      line-height: 14px;
      margin-left: 11%;
      max-width: 60%;
      padding: 5%;
      position: relative;
      vertical-align: middle;
    }

    So try:

    article.post-24 {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    }

    Thread Starter rekonx

    (@rekonx)

    Hello rdellconsulting,

    Good job !I tried to add :

    article.post-24 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    }

    Aaaand it work ! You’re a boss hehe.

    This piece of code was simple, but will really help me !

    [PROBLEM SOLVED]

    Hi rekonx. Looks great. Watch out for the responsiveness on small screen sizes. Dave’s article on media queries explains how to get this right.

    Thread Starter rekonx

    (@rekonx)

    Hey thank you man, I appreciate that !

    Also thank you for the tutorial, I’ll have a look as soon as possible to make my website more efficient !! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Customizr] Make a background slider for pages ?’ is closed to new replies.