Home / Forums / WoodMart support forum / Portfolio element pre-built layout doesnt work
Home › Forums › WoodMart support forum › Portfolio element pre-built layout doesnt work
Portfolio element pre-built layout doesnt work
- This topic has 17 replies, 3 voices, and was last updated 3 months, 1 week ago by
Serg Sokhatskyi.
-
AuthorPosts
-
February 22, 2026 at 2:56 pm #709515
katjavandersteen.comParticipantWhen 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!
-
This topic was modified 4 months, 1 week ago by
katjavandersteen.com.
February 22, 2026 at 5:38 pm #709519
katjavandersteen.comParticipantAlso I the pre-built layout for about page Old About Us displays a different layout than a view page after import.
February 23, 2026 at 11:20 am #709552Hello,
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,
February 26, 2026 at 4:26 am #709956
katjavandersteen.comParticipantchanged the setting for login
February 26, 2026 at 8:44 am #709973Hello,
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,
March 8, 2026 at 7:08 pm #711541
katjavandersteen.comParticipantcould 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!
March 8, 2026 at 7:12 pm #711542
katjavandersteen.comParticipant.
Attachments:
You must be logged in to view attached files.March 9, 2026 at 10:31 am #711593Hello,
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.
March 15, 2026 at 10:15 am #712659
katjavandersteen.comParticipanthi 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.March 16, 2026 at 11:10 am #712746Hello,
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.
March 24, 2026 at 3:04 pm #713928
katjavandersteen.comParticipanthi 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.
March 24, 2026 at 3:57 pm #713940Sorry 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
March 24, 2026 at 4:55 pm #713951
katjavandersteen.comParticipanthi Bogdan, and that the title is always visible, not only on hover? thnx
March 24, 2026 at 5:26 pm #713957Use 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
March 24, 2026 at 11:03 pm #713988
katjavandersteen.comParticipantHi Bogdan, could you please have a look what I do wrong? I added the css but unfortunately it still doesnt work. thanks!
March 25, 2026 at 10:12 am #714012First, 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
March 25, 2026 at 11:27 am #714032
katjavandersteen.comParticipantit works, thanks for your help!
March 25, 2026 at 11:41 am #714038You are welcome!
-
This topic was modified 4 months, 1 week ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register