• Closed
  • PP
    Spectator
    February 23, 2016 at 1:13 am #24565

    Hello, please
    1 – how I can setup portfolio (Alora) to the top of page (not only down under the other elements)
    2 – how I can setup portfolio together with sidebar

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2672
    February 23, 2016 at 1:30 am #24570

    Hi,

    In porfolio templates the user input content is shown before the portfolio grid.
    If you want to change the position, you will need to hire a developer to modify the template. We can only provide customization that’s possible using custom css.

    As for sidebar.
    Scroll down when you edit page.
    Find the setting Select Sidebar: to select your side bar.
    Then find the setting Portfolio: Sidebar Position to set the position.
    You will get portfolio with sidebar

    Thanks

    PP
    Spectator
    Posts: 31
    February 23, 2016 at 2:07 pm #24602

    Thank you for your response. I have more questions, please.

    Portfolio
    1 – Is possible to change the height of the thumbnail image?
    2 – Portfolio 3 columns with text, can I remove the category and show only the headline?

    Counter boxes
    3 – where I can change the color of the small text below the numerical value?

    Thank you very much!

    Denzel Chia
    Moderator
    Posts: 2672
    February 24, 2016 at 12:43 am #24619

    Hi,

    Regarding question 1

    To change image height you need to modified the add_image_size PHP code as well as the template CSS and regenerate uploaded images. You will have to hire a developer for this modification.

    Regarding question 2

    Use the following in Theme Options -> Custom CSS

    .portfolio-content h4 {
    display: none !important;
    }

    Regarding question 3

    Use the following

    .counter-box-content {
    color: #000 !important;
    }

    Use this tool to pick your color hex code and replace #000
    http://www.colorpicker.com/

    Thank you

    PP
    Spectator
    Posts: 31
    March 1, 2016 at 5:56 pm #24873

    Hello, thank you for your previous answer. I have more questions please

    Portfolio:

    1 – How can I change the colors and sizes of text menus portfolio on the main page?

    2 – Is possible to add to the article date and time display? (and also to preview of article)

    Open article from portfolio:

    3 – When I open the article in the portfolio, there is the text “Job Description — Project Details”. How can I remove it?

    3 – right on the page is displayed “Categories”. How can I change it for Sidebar? Or how can I add a sidebar below or above these “Categories”?

    Thank you very much and have a nice day!

    PP
    Spectator
    Posts: 31
    March 1, 2016 at 7:50 pm #24874

    Plus previous questions….

    Portfolio main page – Previews

    5 – Title below the preview fortfolio (without display categories) is exactly between the pictures and it is not easy to recognize, whether they belong to the picture above or below it. Please, it is possible to narrow the gap between the text and the picture to which it belongs?

    6 – Where can I replace the first text in the portfolio menu “All”?

    Thank you very much!!

    Denzel Chia
    Moderator
    Posts: 2672
    March 2, 2016 at 12:14 am #24884

    Hi,

    Please provide URL to your portfolio.

    Thank you

    PP
    Spectator
    Posts: 31
    March 2, 2016 at 10:46 pm #24933
    This reply has been marked as private.
    PP
    Spectator
    Posts: 31
    March 19, 2016 at 6:02 pm #24895
    This reply has been marked as private.
    PP
    Spectator
    Posts: 31
    March 26, 2016 at 12:22 am #25913

    Hi, please can you remove my question from a spam? I have on one previous text from today a private question. Thank you very much.

    Denzel Chia
    Moderator
    Posts: 2672
    March 26, 2016 at 6:13 am #25921

    Hi,

    2 – Is possible to add to the article date and time display? (and also to preview of article)

    You will need to modify the template code.
    Please hire a developer. We can only provide custom css.

    3 – When I open the article in the portfolio, there is the text “Job Description — Project Details”. How can I remove it?

    Use the following in Theme Options -> Custom CSS

    .project-description .title {
    display: none !important;
    }
    .project-info .title {
    display: none !important;
    }

    5 – Title below the preview fortfolio (without display categories) is exactly between the pictures and it is not easy to recognize, whether they belong to the picture above or below it. Please, it is possible to narrow the gap between the text and the picture to which it belongs? Plus is possible to do change and give title above preview?

    Sorry, I don’t understand this question.
    Please provide URL. And screenshot with annotation.

    Thank you