Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206919
    [email protected]
    Participant

    Hi X support team. I am using X theme 4.6.3 with integrity stack.

    The portfolio page is http://dev.standredekamouraska.ca/economie/liste-des-commerces/

    I would like to have the title «Liste des commerces et des industries» formatted like «Économie» on this page http://dev.standredekamouraska.ca/economie/

    Thanks in advance.

    Philippe

    #1207532
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Do you want something like this, http://prntscr.com/cr6qco? If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-template-template-layout-portfolio .x-main {
        display: block;
        padding: 60px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
    }

    By default, the portfolio page is fullwidth. If you want to have a sidebar, please edit your portfolio page and find the Portfolio Settings. Select the layout you would like to display for your portfolio. The “Use Global Content Layout” option allows you to keep your sidebar if you have already selected “Content Left, Sidebar Right” or “Sidebar Left, Content Right” for your “Content Layout” in the Customizer.

    Hope this helps.

    #1211845
    [email protected]
    Participant

    Hi Rue Nel. The CSS above did not fix the title.

    #1212050
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    .page-template-template-layout-portfolio .h-landmark span:before, .h-landmark span:after {
        background: transparent !important;
        box-shadow: none !important;
    }
    .page-template-template-layout-portfolio .h-landmark {
        text-align: left !important;
    }
    .page-template-template-layout-portfolio .h-landmark span {
        font-size: 38px !important;
        color: #000 !important !important;
    }

    Let us know how this goes!

    #1213378
    [email protected]
    Participant

    Perfect! Thank you Nabeel A.

    Now, I want to fix the breadcrumbs of this page and each of the portfolio item pages.

    The portfolio page (Liste des commerces et des industries) is a Child page of the «ÉCONOMIE» page.

    The breadcrumbs should be: Home icon > ÉCONOMIE > LISTE DES COMMERCES ET DES INDUSTRIES
    (http://dev.standredekamouraska.ca/economie/liste-des-commerces/)

    The portfolio item pages like «AUBERGE DES ABOITEAUX»
    The breadcrumbs should be: Home icon > ÉCONOMIE > LISTE DES COMMERCES ET DES INDUSTRIES > AUBERGE DES ABOITEAUX
    (http://dev.standredekamouraska.ca/economieliste-des-commerces/auberge-des-aboiteaux/)

    #1214064
    Lely
    Moderator

    Hi There,

    “LISTE DES COMMERCES ET DES INDUSTRIES” is considered portfolio homepage if you use “Layout -Portfolio” even if you add it as child of another page(ÉCONOMIE). Because of multiple portfolio feature, there is no way of knowing which one is the main portfolio page and can’t tell which page a portfolio item belongs, thus will not reflect on breadcrumb.

    Hope this helps.

    #1214469
    [email protected]
    Participant

    Thank you Lely for the answer.

    This should be fixed. The breadcrumb should be consistent on an entire website. This situation makes the breadcrumb unusable when you have a portfolio as a child page in a site!!! Simply unacceptable.

    #1214685
    Christian
    Moderator

    Hey Philippe,

    I’ll forward your concern as feature request and our core developers might implement this in a future release. For now, this would need custom development which is outside the scope of our support. This is something that could not be solved on the fly. Please stay tuned.

    Thanks.

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