Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #118574
    wouwonline
    Participant

    Hi, I want to place a portfolio on a normal page of the theme clean journal, instead of homepage, is that possible?
    And is it correct that I need to install the additional plugin?

    I want to place the portfolio with hover effect on this page:
    https://nieuwburgen.nl/leden/

    I want to make it look like: http://ondernemendkoggenland.nl/leden/

    Hope it is possible!! 🙂

    #118605
    tikaram
    Keymaster

    @wouwonline : It is possible to place a portfolio on a page. You will need to download and install the plugin Essential Content Types .
    Please follow the instructions to add and display portfolio items from the following link:
    Link : https://catchthemes.com/blog/essential-content-types-plugin/#Portfolio.
    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #118625
    wouwonline
    Participant

    Hi Tikaram,

    Thanks for your answer.
    I added a portfolio, but it looks different then the portfolio on this page: https://catchthemes.com/demo/clean-education/

    I want a hover effect, like the portfolio of the clean education template. Is that possible?
    Now it’s flat: https://nieuwburgen.nl/leden/leden-overzicht/

    #118633
    tikaram
    Keymaster

    @wouwonline : The portfolio in clean-education is available from theme options whereas in this theme we are using plugin support. Although its not possible to make exactly as that of clean-education. I can provide you the additional css to add a hover effect.

    Go to Appearance => Customize => Additional Css and add the following css and save.

    .portfolio-featured-image img:hover {
    transform: scale(1.1);
    transition: transform 0.2s linear 0s;
    }
    
    .portfolio-featured-image img {
    transform: scale(1);
     transition: transform 0.2s linear 0s;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #118637
    wouwonline
    Participant

    Thank you.
    I added the code but I dont see any change. I’m using clean journal.
    Is this the correct page? https://nieuwburgen.nl/portfolio/

    #118638
    tikaram
    Keymaster

    @wouwonline : The previous link you provided was different. I provided the additional css for that page.
    The page is different now that’s why its not working. Add the following css instead of the previous one

    .portfolio-featured-image img:hover, .featured-image img:hover {
    transform: scale(1.1);
    transition: transform 0.2s linear 0s;
    }
    
    .portfolio-featured-image img, .featured-image img {
    transform: scale(1);
     transition: transform 0.2s linear 0s;
    }

    Regards,
    Tikaram

    #118640
    wouwonline
    Participant

    Is it also possible to have a overlay color and text? Just like the portfolio on: https://catchthemes.com/demo/clean-education/

    #118684
    tikaram
    Keymaster

    @wouwonline : Its not possible to add color and text using css. I recommend you to hire a customizer if you would like to customize your site.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio feature on page instead of homepage’ is closed to new replies.