Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2674208
Portfolio
Closed

Comments

  • systemait started the conversation

    Hello,

    i was wondering if is there a way to make portfolio post fixed on the home page, like it was a gellery or post grid.

    I tried to use Penci Featured Slider removing autoplay or Post Grid, but i can't have the same layout i have with portoflio: 3 column, post overlay and the project title appearing only with hoover effects.


    Thank you 

  •  2,699
    PenciDesign replied

    Hi,

    If you want to use Portfolio on the homepage, you can edit your homepage by using Elementor > use element "Penci Portfolio" from Elementor to get your portfolio display on the homepage.


    Best Regards,

    PenciDesign

  • systemait replied

    Hi,

    no, i meant i want the portoflio projects to be display as a post grid with overlay hoover effects, the problem is the portfolio isn't right there when i open the page but it si loaded a 1 second later, my client doesn't whant this effect. 

  •  2,699
    PenciDesign replied

    Hi,

    Can you send me again the url & admin account ( username and password ) - in a PRIVATE REPLY? I will take it a look at this.


    Best Regards,

    PenciDesign

  •   systemait replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Ok, please try add more this code to Customize > Custom CSS to make it appears without animation:

    .inner-item-portfolio{
        opacity: 1;
        animation: none !important;
        -webkit-animation: none !important;
        animation-name: none !important;
        -webkit-animation: none !important;
        animation-delay: 0 !important;
        -webkit-animation-delay: 0 !important;
    }
    

    Best Regards,

    PenciDesign