Home Forums WoodMart support forum Portfolio element pre-built layout doesnt work

Portfolio element pre-built layout doesnt work

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #709515

    When I try to import portfolio-element pre-built layout, the view page doesnt display the page and just returns to the layouts. сleared cache already, so dont quite understand why it is stuck. thanks!

    #709519

    Also I the pre-built layout for about page Old About Us displays a different layout than a view page after import.

    #709552

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to say, The login link details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution.

    Best Regards,

    #709956

    changed the setting for login

    #709973

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site and you already have content and a lot of plugins installed on your site, and the issue is that the demo content might not have been imported correctly, or some elements were imported in a different format than expected.

    Please try to deactivate the third-party plugins and import the demo again.

    Note that our dummy content works only on a fresh installation. If you have some content already, it will conflict with your existing posts, and most of the content will not be imported correctly.

    If the issue still remains, let me know I will further check on your site and import the demo on your site.

    Best Regards,

    #711541

    could you please import the demo again? I tried everything and i get the page portfolio-element now, but the content is emtpy and i cant add the gallery somehow.

    Frankly, I read the instuructions but still not quite understand how to set up the portfolio. .. thanks for your help!

    #711542

    .

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For this, you have to add the portfolio items in your site. Please read and follow the theme documentation here about Portfolio:
    https://xtemos.com/docs-topic/portfolio/

    In this demo that you have imported in the site, there is no portfolio items available to import that is why that portfolio section is empty. This section will import only with the main demo: https://ibb.co/1JnRkC4f

    Anyway, I have imported the portfolio items on your site, now you can check the portfolio page.

    Best Regards.

    #712659

    hi Aizaz, thanks, i can update my content now.

    The last question – what css i could use to display only the header (not category, share or expand) on the main portfolio page?

    thanks!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For this, you can use the below custom CSS code:

    .wd-project.portfolio-entry.wd-col.masonry-item.portfolio-parallax header.entry-header .portfolio-info.color-scheme-light .wrap-title h3.wd-entities-title a {
        color: red;
        font-size: 25px;
    }

    Best Regards.

    #713928

    hi Aizaz, i think this is a different ccs, it makes the header red. I would like to hide everything exept the header from the picture, and the header has to be shown permanently, not on hover.

    #713940

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Sorry for the confusion. You can use the following custom code to hide everything in the portfolio card except for the title.

    .wd-project .wd-portfolio-btns,
    .wd-project .wrap-meta {
    	display: none;
    }

    Kind Regards

    #713951

    hi Bogdan, and that the title is always visible, not only on hover? thnx

    #713957

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Use this code to display the title immediately without hovering:

    .wd .portfolio-hover .wd-entities-title {
    	transform: none;
    	opacity: 1;
    }

    Also, use this part of the code if you need the overlay (darkening) to be visible as well.

    .wd .wd-project .portfolio-thumbnail:after {
    	opacity: 1;
    }

    Kind Regards

    #713988

    Hi Bogdan, could you please have a look what I do wrong? I added the css but unfortunately it still doesnt work. thanks!

    #714012

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    First, update the CSS comments in your code to be semantically correct, so they don’t accidentally affect the following lines of code. Example:
    /* portfolio display */

    Then, replace the code provided to you in the previous message with the following:

    .wd .wd-project .portfolio-thumbnail:after {
    	opacity: 1;
    }
    
    .wd .wd-project .portfolio-info {
    	opacity: 1;
    }

    Kind Regards

    #714032

    it works, thanks for your help!

    #714038

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    You are welcome!

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