Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #899964
    hugaud
    Participant

    Hi,
    Can you please tell me if there is an easy way to control the portfolio page template in X.

    Principally I’d like to be able to get rid of the social share / view it live column (I think you call it “extra elements” ?) on the right have a full page available to customise using Cornerstone rather than be limited to the right hand side of the page.

    I’m about to start a new client project and would like to do it on X but I need more flexibility than that offered for the portfolio post type.

    Thanks in advance
    Hugues

    #901336
    Lely
    Moderator

    Hello Hugues,

    Thanks for posting in.
    We can disable other options in the Portfolio in Appearance > Customize > Portfolio > Post Meta: OFF. To disable the Social Share, please set each Social Sharing to OFF.

    Then to make it Editor full page, please add this custom CSS:

    .x-portfolio .entry-info {
        float: left;
        width: 100%;
    }

    Hope this helps.

    #901356
    Zank
    Participant

    How can I also remove the container from the portfolio template to allow items to go to browser width?

    #901461
    Zank
    Participant

    I think I figured it out, changed the div class from “x-container max width main” to “x-main full”.

    #902222
    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know 🙂

  • <script> jQuery(function($){ $("#no-reply-899964 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>