• Resolved tia_lambi

    (@tia_lambi)


    I am not an “expert ” in WordPress and themes , but I need urgent help !
    Use WordPress version 4.0 , and Customizr theme , version 3.2.2 . I need to put description of the menu items (There is the option to place the description , on the “Customizr” theme, but does not appear on the site .) . Must also put an image behind the slider (background of slider) , as the image ( link below ) .

    Link of image:
    https://1drv.ms/1rNLwxw

    Please, help me. Sorry my bad English.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @tia_lambi,
    The menu description feature is not supported by the theme yet. I just realized that there’s no reason it’s not : this will be included in the next release.
    About the customizer background, you’ll want to play with the #customizr-slider selector and children to handle an image background.

    Thanks for this feedback and share the results when it’s done!

    Thread Starter tia_lambi

    (@tia_lambi)

    Hi, @nikeo,
    I did so , with images of 950 x 250px :

    /* Adjust the Slider Height */
    #customizr-slider.carousel .item {
    min-height: 250px;
    line-height: 250px;
    line-height: 250px;
    width: 80%;
    margin: 0 auto;
    top:42px;
    }

    @media (max-width: 1200px){
    #customizr-slider.carousel .item {
    height: 193px;
    min-height: 193px;
    line-height: 193px;
    top:33px;
    }
    }

    @media (max-width: 979px){
    #customizr-slider.carousel .item {
    height: 155px;
    min-height: 155px;
    line-height: 155px;
    top:26px;
    }
    }

    @media (max-width: 767px){
    #customizr-slider.carousel .item {
    height: 142px;
    min-height: 142px;
    line-height: 142px;
    top:40px;
    }
    }

    @media (max-width: 480px){
    #customizr-slider.carousel .item {
    height: 100px;
    min-height: 100px;
    line-height: 100px;
    top:30px;
    }
    }

    @media (max-width: 320px){
    #customizr-slider.carousel .item {
    height: 70px;
    min-height: 70px;
    line-height: 70px;
    top:12px;
    }
    }

    #customizr-slider{
    background-color:green; /* for testing */
    }
    .carousel-inner{
    overflow:visible;
    }

    Theme Author presscustomizr

    (@nikeo)

    Thanks for sharing, is there a live url where I can see it?
    Cheers

    Thread Starter tia_lambi

    (@tia_lambi)

    I have not yet a live url , I ‘m doing everything on localhost .
    But if you can install the ” Customizr ” theme, put some images of 900 x 250 pixels , you can see the result and give me feedback .
    Thank you .

    Thread Starter tia_lambi

    (@tia_lambi)

    I ended up using the Meta Slider Plugin , because I could not do what I wanted with the Slider Customizr .

    Link:
    https://1drv.ms/1wuh6Hd

    Theme Author presscustomizr

    (@nikeo)

    Looks good. Thanks for sharing.
    Shall we close this topic (set as resolved)?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with Customizr Theme. Urgent, pls’ is closed to new replies.