Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #514361

    Hello,

    I would like to make 2 changes to the portfolio page:

    1. Instead of the title below the image, it should feature in the the square of the image. At the moment I have just the images and title displaying when you overlay, but then it’s horrible for mobile users as you can’t see the titles which is important.
    2. Is it possible to make the portfolio items sortable by 2 categories/options? If I created 2 parent categories, with several sub-categories. For example: State as the parent, with Texas, Virginia, Florida. The second would be Capital as the parent, with Austin, Richmond, Tallahassee below.

    #514450

    Hey squirrelza!

    1. Send us a link to your page and we’ll take a look.

    2. That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.

    Cheers!
    Elliott

    #514522

    If the white block with the text can be inside the image at maybe 50% opacity

    #514624

    Hey!

    Kind of like this?

    .grid-content * {
        background-color: rgba(255,255,255,0) !important;
    }
    .grid-content {
        position: absolute;
        bottom: 0px;
        background-color: rgba(255,255,255,0.5) !important;
    }

    Cheers!
    Elliott

    #514658

    Yup thats pretty close :) Maybe make the text along the bottom the full length of the image? And maybe remove the arrow, and make the overlay the same strength when mouse is over as the title text is on? If that makes sense?

    #514932

    Hi!

    Please add this or combine with the previous css code:

    .grid-content {
        width: 100%;
    }
    
    .grid-image .image-overlay-inside {
        display: none !important;
    }

    This will set the width to 100% then remove the arrow.

    Best regards,
    Ismael

    #545347

    Hello,

    How can I add a little bit of padding around entries?

    #545348

    Hey!

    Please add following code to Quick CSS

    .grid-content {
    padding: 10px; 
    }

    Regards,
    Yigit

    #545564

    Hello,

    It doesn’t seem to do anything to the Portfolio Grid.

    #545567

    Hi!

    The page: http://sushict.co.za/restaurants/
    gives a 404 has the URL been changed?

    Regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.