Okay
  Public Ticket #630038
Portfolio Items
Closed

Comments

  • Jesse started the conversation

    Hi - I need some help with a couple things on the Portfolio Items pages:

    1. I want to use my own Revolution slider template. I see at the bottom at Revolution Slider Options a drag down menu for Slider Templates, but none are there... I\'ve uploaded several to my Revolution Slider plug-in and purchased the premium version. How can I get my slider templates into the Portfolio Items pages?

    2. I want to adjust the margins and padding of the PreHero element. How can I do that?

    Thanks.

  •  1,823
    Support replied

    Hi,

    Add the width and the padding of the pre hero in media queries

    for example

    @media only screen and (max-width: 1466px) {

    #pre-hero{

    width: 1029px;

    }

    }

    regarding the revolution slider each slider you create has its own shortcode.

    in a portfolio mixed page you either add it as hero slider (select slider as hero type, then set \'Use Main Slider\' to \'No\' and paste the revslider shortcode) or add the rev slider shortcode in the page content in which case you may be restricted by the width of the container.


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Thanks - that helped. Couple follow ups:

    1. That CSS worked, but has lead to another issue - I want to have less white space between the logo and PreHero. I\'ve set the bottom margin of the logo to 0, and the top margin of the PreHero to 0, but that white space is still there. How can I control this?

    #logo {

    margin: 0 5 0 15;

    }

    #logo img {

    height: 62px;

    padding: 15 0 0 0;

    }

    @media only screen and (max-width: 2000px) {

    #pre-hero{

    width: 1600px;

    margin-top: 0px;

    margin-bottom: 0px;

    margin-right: 120px;

    margin-left:180px;

    text-align: justify;

    }



    2. I don\'t think I communicated my problem here correctly. I found where to paste the slider shortcode for the hero slider on the portfolio mixed page - thanks. But what I\'m talking about is the slider on the PORTFOLIO ITEM pages.. Like from the wp-admin: Portfolio/portfolio items/British vogue (etc.). At the bottom of the admin there\'s a section called Revolution Slider Options, and a drop down for selecting a slide template. But my templates aren\'t there and there\'s no place to paste a short code... How do I get my slider templates in here?


    Thanks.

  •  1,823
    Support replied

    1. Control the padding of the pre hero section:

    #pre-hero {

    padding: 200px 0 60px;

    }

    change the default values as you wish

    2. sorry there is no revolution slider or main slider as hero type in portfolio item pages

    and add images to the slider gallery

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Thanks. The padding worked.

    For the slider on the Portfolio Items pages I do not understand. There is a slider at the top of these pages. On the backend there\'s a drop down for Revolution Slider templates. Here\'s a screen grab of what I\'m seeing on the back end.

    Please let me know how I can get my revolution slider templates in here - or failing that - how I can adjust the detailed slider settings on these pages.Thanks.

  •  1,823
    Support replied

    Hi there, that dropdown comes in all pages from the RevSlider. It has no effect whatsoever in portfolio pages. Use the gallery images to build the hero slider.

    You can add the rev slider inside of the page by inserting the revslider shortcode in the page content, its width will be restricted by that of the container though.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Thanks. After looking into it I think it might be a bit counter productive to have to make a custom rev slider for each portfolio item... That being said there are two things I\'d like to modify on the slider on the Portfolio Item pages.

    1. When viewing the page on a vertical viewport like a mobile device in vertical, the slider is cropping out way too much of the image. Can or where can this be controlled and how?

    2. Instead of crossfading, I\'d like the images to fade to and from white. This is an option in the rev slider. Where can this be controlled?

    Thanks.

  •  1,823
    Support replied

    Hi there,

    1. the cropping depends on the current viewport

    2. the gallery is built with flexslider and not the rev slider.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Is there any way to control the cropping for the different viewports?

  •  1,823
    Support replied

    Hello, no since it\'s fullscreen. you can try adding custom media queries for the hero section for mobile devices.

    https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy