Portfolio pages

Home Forums Jevelin Theme Portfolio pages

Home Forums Jevelin Theme Portfolio pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • Worldfutureshift
    Participant

    Hello, I hope you are doing well

     

    I have few questions about protfolio pages :

    1/ url : it is automatically the word “project” in the url

    https://www.clarawebdigital.com/project/design/

    I would like to change the word “project” and write another word “references”

    How can I do that ?

     

    2/ when I want to build my page with brizy, the layout is not well. Brizy is only available on a side bar and looks very bad. please see attached documents

    How can I change the mayout out pf my portfolio page to have a page like in this exemple : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/

     

    Thank you for your help

    Attachments:
    You must be logged in to view attached files.

    Hi @Worldfutureshift,

     

    I hope you are well today and thank you for your questions.

     

    1/ url : it is automatically the word “project” in the url

    https://www.clarawebdigital.com/project/design/

    I would like to change the word “project” and write another word “references”

    How can I do that ?

    You can try changing it from the Permalink settings as shown in the attached screenshot.

     

    2/ when I want to build my page with brizy, the layout is not well. Brizy is only available on a side bar and looks very bad. please see attached documents

    How can I change the mayout out pf my portfolio page to have a page like in this exemple : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/

    Currently, the theme doesn’t fully support  Brizy page builder so it is not recommended to use it.

     

    Soon the theme is going to support WPBakery Page Builder (Visual Composer)  as posted in the below topic that you can use.

     

    https://support.shufflehound.com/forums/topic/wpbakery-page-builder-visual-composer-support-incoming/

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    Worldfutureshift
    Participant

    thank you for your answer.

    Personnally I don’t like WP Bakery page builder. Is unyson page builder going to disappear ?

     

    I am trying to build a page like this example (http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/) with Unyson but I have the same layout problem. It looks like my layout is in a side bar and not in the full page.

    See this example : https://www.clarawebdigital.com/project/test-1/

     

    Could you help me please to have a normal layout like other pages or like the example : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/

     

    Thank you very much

    Personnally I don’t like WP Bakery page builder. Is unyson page builder going to disappear ?

    Don’t have any plan soon.

     

    I am trying to build a page like this example (http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/) with Unyson but I have the same layout problem. It looks like my layout is in a side bar and not in the full page.

    See this example : https://www.clarawebdigital.com/project/test-1/

    Could you help me please to have a normal layout like other pages or like the example : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/

    The theme doesn’t have any such type of layout but you can display it full width by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-right.col-md-8 {
        display: none;
    }
    
    .sh-portfolio-single-left.col-md-4 {
        width: 100%;
    }

    Worldfutureshift
    Participant

    Hi,

    Thank you very much for your help ! I copy paste the code and I have the portfolio page like full width.

     

    This is a test :

    https://www.clarawebdigital.com/project/test-code-css/

     

    How can I do to delete the white space on the top of the page (see picture, red round). I would like to have the slider on the top of the page.

     

    It is possible ?

     

    Thank you very much for your help

     

    Attachments:
    You must be logged in to view attached files.

    You can remove the white space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-left.col-md-4 .sh-portfolio-single-buttons {
        margin-bottom: 10px;
    }
    
    
    .sh-portfolio-single-description .fw-page-builder-content .sh-section{
        padding-top: 0;
    }

     

    You have to develop custom code to display slider on the top of the page.

    Worldfutureshift
    Participant

    Hi

    Thank you for your answer and your help with css code.

     

    It is possible to create normal pages instead of portfolio pages, like that I would have the goo design. And create a menu like this page : https://jevelin.shufflehound.com/portfolio-page/portfolio-standard-with-shadow/

    see picture

     

    How can I create this menu connected with some pages ? Do you know ?

    Thank you very much

    Attachments:
    You must be logged in to view attached files.

    To achieve as displayed in the shared screenshot please use the portfolio content element and configure it as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.

    Worldfutureshift
    Participant

    Hi thank you for your answer.

     

    I think I din’t explain it very well.

    My questions was, if instead of using portfolio pages (like : https://www.clarawebdigital.com/project/test-code-css/ BUT the revolution slider is not at the top)

    I use a normal page (like https://www.clarawebdigital.com/contact/ WHERE the revolution slider is on the top)

     

    How can I create a menu with categories like in this page

    https://jevelin.shufflehound.com/portfolio-page/portfolio-standard-with-shadow/

    see picture

     

    Hope this time my question is easier to understand.

     

    The problem is that I want a case study like this : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/

    It looks like a normal page with a nice slider revolution

    And this website has a menu on this page with categories : http://giniconceptdesign.com/fr/portfolio/

     

    Thank you very much for your help

    Attachments:
    You must be logged in to view attached files.

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

Viewing 10 posts - 1 through 10 (of 10 total)