• Resolved Martin

    (@cedr)


    Hello,

    first at all thank you for the theme pinnacle. It’s a great flexible theme with many nice options. But there are some Problems I can’t solve up to now.

    I tried to create a Portfolio with following Portfolio Post Options:
    Project Layout: Beside 40 %
    Project Options: image (not sure if it means what I think it means. I expected to get something like a table with my pictures in rows and columns)
    Portfolio′Slider/Images: 11 Pictures
    When I click “Edit Gallery” I cannot change the gallery settings. Every time I change 3 columns to 1 or 2 or 4 columns it doesn’t save my settings.

    So far my settings at the Portfolio Post Options and the choosen Media. The main problem is if I visit the portfolio-page there is no gallery shown and none of my eleven choosen gallery pictures.

    Perhaps my english isn’t good enough. So please have a look at my screenshot-gallery to see my settings and the result:

    https://martin-schreier.com/blog/239/problem-with-portfolio/

    If I change Portfolio Project Options from “image” to “image slider” or “carousel slider” these two options works fine. But I don’t want any slider at my portfolio sites. I want to have a table with as many rows and columns as my settings intent to.

    What can I do now? I tried to deactivat all of my plugins excluding the “Virtue / Pinnacle Toolkit”. But that doesn’t solved the problem.

    There are two further problems, but they are not so important to me. Maybe I will post them separated.

    Thank you for attention.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,
    So setting image is just referring to one image. That image is pulled from the featured image of the post.

    The “Slider/Images” is a gallery of images only for use in the slider options. They do not form a grid of images.

    To make a grid of images on your portfolio post page use the three rows layout.
    Where you see “project options” make then none.
    Then in your post content add the gallery or images. Click “add media” button and choose “create gallery” there you can place your images into columns on your page.

    Kadence Themes

    Thread Starter Martin

    (@cedr)

    Hello Kadence Themes,

    thank you so much for answering immediately. That have helped me. I did expect to have all media settings (image, gallery, slider, carousel) at same place. Now I see there is obviously a distinction between image and gallery at one side and slider and carousel at the other side. I first feel a little bit confused. But now I can handle it. Thanks a lot.

    Allow me two more questions.

    1.) The main menue items don’t give any feedback for mouse over. Is it possible to change?

    2.) The logo of my page has a relatively large vertical extension. As a result of this, the child main menue items appear very far away from their parent main items. Is it possible to change the vertical orientation of the main menue items?

    Thanks in advance.

    Martin

    1. Sure, Would you like a to have the color change, or background change. You can use css in the free theme for this. in premium there are built in options.

    2. in the theme options > custom css. add this:

    .sf-menu > li > ul {
      top: 70%;
    }

    Kadence Themes

    Thread Starter Martin

    (@cedr)

    1. I would like to change both: The text color to white. The background color to #e58130

    2. Thanks a lot for the custom css. It works. But actually I wanted something else. I wonder if I could clarify my wishes. I would prefer to change only the vertical orientation of the main menue items. The main menue items should be moved close to the bottom-border of the “logo-main-menue-field”. As a result of this, the child menue items would appear closer to their parent main items. Am I right?

    Thanks again for your great help.

    Martin

    ok for 1 add this:

    .kad-header-style-basic #nav-main ul.sf-menu>li>a:hover {
        color: #fff;
        background: #e58130;
    }

    and for 2 try this:

    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
        line-height: 50px !important;
        margin-top: 100px;
    }

    Kadence Themes

    Thread Starter Martin

    (@cedr)

    Thank you so much. I’m very happy with the solutions. It looks nice. The site I posted above is just a test site. The real site I use Pinnacle Theme for is about a project I’m working for as volunteer. So again, thanks for your great help. I’m going to support your work by rating it with five stars.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Project Option doesn't work’ is closed to new replies.