Portfolio page personalization - by designerobot

This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: designerobot
    designerobot
    Participant
    July 8, 2017 at 01:05

    Some questions about portfolio template. There are several questions because I bought several licenses of your theme for some of my different projects. Now I’m doing tests with the first website, but I need to know several options for to do different websites.

    Here are my questions:

    1.
    On the miniatures in the portfolio page, now there are two icons: the magnifying glass and the chain. I disabled the zoom effect (Lightbox effect), so only one link is working.
    At this point can I remove the chain icon and change the design of the magnifying glass icon? I would only a button with an inscription (different in every language, for example: “Click here to more info” in english or “Clicca qui per maggiori informazioni” in italian)

    2.
    Alternatively (for another portfolio page) could I remove both icons and make the entire surface of the picture like a link to enter in the page of the project?

    3.
    At the beginning of the page, can I insert a text above the button “SHOW All” and other categories?

    4.
    Alternatively could I remove all buttons (i.e. both “SHOW All” and categories)?

    5.
    In my test page, the number of pixels between the miniatures in horizontal is different from the pixels between the miniatures in vertical.
    I think the error is in the vertical one where there are more white pixels.

    6.
    If I create two portfolio pages, can they have different options? For example the first a two columns layout, the second a 4 column layout? I ask this because the in the ThemeOptions/Portfolio panel there is only a general settings, not divided for pages. But in your demo, I can see both version in the same site

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 10, 2017 at 12:33

    Hello,

    1. Please add this code in custom css:

    .portfolio-image .btn_group a:first-child:before {
        display: none;
    }

    You need edit /woopress/content-portfolio.php file. We recommend you to make changes in a child theme.
    2. Try to add this code in custom css:

    .portfolio-image .btn_group :before {
        display: none;
    }
    .portfolio-image .btn_group a, .portfolio-image  .btn.btn-black:hover {
        background-color: transparent;
    }
    .portfolio-image .btn_group a:last-child :before {
        color: transparent;
    }
    .portfolio-image .btn.btn-black.xmedium-btn {
        width: 100%;
        height: 100%;
    }
    .portfolio-image .btn_group {
        top: 0;
        height: 100%;
        margin-top: 0;
    }

    3. Read this topic https://www.8theme.com/topic/portfolio-page-2/
    4.

    .portfolio-filters {
        display: none;
    }

    5.

    .portfolio-item {
        margin-bottom: 15px;
    }

    6. You can create only one portfolio page. To display portfolio project on different pages you can use Post Grid or Post Masonry Grid http://prntscr.com/fkel1n http://prntscr.com/fkelec, select design http://prntscr.com/fkemf8 or create it by yourself http://prntscr.com/fkemjh https://vc.wpbakery.com/video-academy/grid-builder.

    Regards,
    Rose Tyler.

    Avatar: designerobot
    designerobot
    Participant
    August 9, 2017 at 01:36

    Many thanks Rose Tyler, post solved.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2017 at 08:15

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Portfolio page personalization’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.