Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #774053

    webdevnl
    Participant

    Hi,

    I’m working on a website and I’m trying to change some stuff to the portfolio page. Right now the entire background of the portfolio page is gray. I would like to have this white. The header is also just black text with 2 lines beside it, but in the rest of the pages I use a custom headline with a blue background. Is there a way to change the portfolio page to the style that I use on the rest of the pages? Portfolio page can be found here: http://hofman.pelder.nl/projecten-oud/ and an example of the blue background behind headlines can be found here: http://hofman.pelder.nl/diensten/

    Thanks,
    Mark

    #774059

    PicciaNeri
    Participant

    I am also having issues with the portfolio pages, which inexplicably cannot be customised like the other pages, I.e. For instance have full width slider above masthead. Out of ALL the page/post templates, I would expect the portfolio to be THE one allowing for Slider Rev on top of masthead, and blank container. Why not? surely a portfolio item is the most obvious place where you’d want a Slider Rev as the main show? There is a workaround of course, but it will mean not availing myself of the separate categories and of the ability to set up more than one portfolio.
    Is there a solution for this? How can we fully customise the portfolio page?

    #774062

    PicciaNeri
    Participant

    By the way, there is a long thread on the X theme users Facebook group, with the hashtag #help, where lots of people say they would like for the portfolio pages to be improved in the way.

    Thank you!

    #774110

    Christopher
    Moderator

    Hi there,

    @ra1kkonen

    To remove gray background pattern add a temporary background pattern under Customize -> Layout and design and save customizer. Next remove it and resave customizer.

    .h-landmark span:before, .h-landmark span:after {
        background-color: transparent;
        box-shadow: none;
    }

    Please add the following code in Customize -> Custom -> CSS :

    header.x-header-landmark.x-container.max.width {
        background-color: #2B6CA3;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 45px 30px;
    }
    header.x-header-landmark.x-container.max.width span {
        color: #fff;
    }
    

    Hope it helps.

    @piccianeri

    We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!

    #774252

    PicciaNeri
    Participant

    Ok, that’s great – but please can you tell me how to use the slider on a portfolio page in the same way I can use it on a normal page? Or should I start a new thread for that?

    #774329

    Paul R
    Moderator

    Hi,

    When editing your portfolio page, scroll down to slider settings and activate slider above masthead b selecting a slider in the dropdown.

    http://screencast.com/t/BLPqhBHdhE5

    Hope that helps.

    #774605

    PicciaNeri
    Participant

    Ok– but that will put a slider above the main portfolio page, won’t it? that will NOT mean that I can put slider above the masthead in my portfolio items?

    #774881

    Nabeel A
    Moderator

    Hi again,

    You can activate slider below the masthead instead if you want to display in portfolio items.

    Hope this helps!

    #775684

    PicciaNeri
    Participant

    I’m sorry if I am being a bit thick, but I still get no results with this. If I activate a slider below the masthead on the main portfolio page, this will activate one specific slider on the main portfolio page, which I don’t want. I want to have the ability to activate whichever slider I chose on each portfolio item, and a different, specific sliderr in each portfolio item, above the masthead, or below, but WITHOUT all the page title, date, share item etc elements, which at the moment is impossible. BUT perfectly possible on a normal blank page. How can I achieve that on a portfolio item?

    Thank you and sorry for insisting!

    #775707

    Christopher
    Moderator

    Hi there,

    I’m sorry for misunderstanding. Those options are only available with normal pages, and not portfolio items.

    What you’re trying to achieve requires customization, please follow this thread : https://community.theme.co/forums/topic/how-to-show-only-revolution-slider-on-each-portfolio-page/

    Hope it helps.