Portfolio Single Page - WP Bakery options

Home Forums Jevelin Theme Portfolio Single Page – WP Bakery options

Home Forums Jevelin Theme Portfolio Single Page – WP Bakery options

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Rianne_2593
    Participant

    Hi!

    Can I disable the portfolio layout thats build in the theme, so I can design the single portfolio page entirely with WP Bakery?

    I already enabled WP Bakery for the portfolio page, but unfortunately the original layout is still showing (see attachment).

    Hope to hear from you soon!

    Thanks in advance!

    Rianne van der Meer

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

    Hi @Rianne_2593,

     

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

     

    Could you please share the page URL from your site where it is displaying and tell me how you want to display the layout so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Rianne_2593
    Participant

    Thank you for the quick response. The url is; http://testsite.warmtebouw.nl/project/dit-is-een-test/

    I’ve made a test page to look if it would work to only use WP Bakery instead of the original layout of the Jevelin theme. But as you can see the layout is still showing.

    The related items can stay at the bottom of the page, but it would be great if the top arrows and the title, and the left kolom where gone.

    I hope you understand my question..

    Hope to hear from you soon! Thanks again

    The shared page is not accessible and I am getting an error “Page could not be found”.

    Rianne_2593
    Participant

    ah, i’m sorry. We are still working on it.

    The link should be reachable now.

    Solution for this topic

    The related items can stay at the bottom of the page, but it would be great if the top arrows and the title, and the left kolom where gone.

    You can achieve it 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-default  .sh-portfolio-single-left.col-md-4 .sh-portfolio-single-buttons,
    .sh-portfolio-single-default .sh-portfolio-single-left.col-md-4 h1.sh-portfolio-single-title {
        display: none; !important
    }

     

    You can remove the left column using below CSS code but it will break your page as you have customized it.

     

    .sh-portfolio-single-default  .sh-portfolio-single-left.col-md-4 {
        width: 100%;
    }

    Rianne_2593
    Participant

    Thank you so much! I tried something simalair, but  I took the wrong elements. It’s working perfectly now.

    You are most welcome here 🙂

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