Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi @leonardogsouza

    Great to have you with us.

    Sure is, check out:
    https://www.ads-software.com/plugins/so-masonry/

    And:
    https://siteorigin.com/masonry-plugin-documentation/

    Which will get you:
    https://demo.siteorigin.com/origami/masonry-layout/

    Hope that helps. Happy hunting.

    Thread Starter leonardogsouza

    (@leonardogsouza)

    Thank you for your quick reply!
    Can I hide the name of the page? It shows on top of it…

    Sure. In Origami Free you’ll need a plugin like Simple Custom CSS activated. Then go to Appearance > Custom CSS:

    To hide all the text (this would look funny though) you could use:

    /* SO Masonry Widget: Hide Post Title and Text */
    
    .so-masonry-container .masonry-brick .post-information[style] {
    display: none !important;
    }

    To hide just the post title and keep the post meta:

    /* SO Masonry Widget: Hide Post Title */
    
    .so-masonry-container .masonry-brick .post-information h2 {
    display: none;
    }
    Thread Starter leonardogsouza

    (@leonardogsouza)

    Awesome! Final question (I hope)

    Please note this image: https://s14.postimg.org/i356puj5t/overlapping.jpg
    As you can see, the slider is overlapping my drop-down menu. Is that possible to be fixed? Also, any hover option for the menu? Thank you so much, such great support!

    Thread Starter leonardogsouza

    (@leonardogsouza)

    Tsc, I’m really sorry to bother again, but there’s two other issues:

    1) The icons (such as the little arros on the Post Carousel, for example) are not showing up. I’m using Chrome, and all I can see is a square. Same happened when I tried to choose an icon for an button.

    2) Again on the Carousel, the thumbnails are not properly resized. I’ve used Regenerate Thumbnails already but it didn’t work…

    Thanks!

    Mmm yeah I’ve seen that z-index (layer level so to speak) issue with videos before. If you are able to send a link I can try fix.

    Try the following under Appearance > Custom CSS to set a hover color:

    /* Menu Hover Color */
    
    #menu ul li a:hover {
    color: #505050;
    }

    Adjust the color value as required.

    NP.

    1. Could be a cross domain loading issue or a hosting level block. Would need to check the site.

    2. Not sure, if I could check that would be great.

    Thread Starter leonardogsouza

    (@leonardogsouza)

    Sure, what info do you need?
    Website is https://porqueassistir.com.md-70.webhostbox.net/# (since the website is not ready, I’m sending the domain porqueassistir.com to the Youtube channel).

    The hover color worked, and the z-index I fixed adding a empty row with builder

    Thread Starter leonardogsouza

    (@leonardogsouza)

    Hi, you can access via https://www.porqueassistir.com now

    When I filter to see a category only, can I have a grid results like the home page? Right now it gives me the whole post…

    Thread Starter leonardogsouza

    (@leonardogsouza)

    Example: https://www.porqueassistir.com/category/listas/

    Also note that the Youtube and Facebook are not side by side when I filter like this, but when accessing only that post, it works…

    Thanks. Try adding the following to your Custom CSS plugin:

    /* Drop Down Menu Z-Index */
    
    #menu ul li ul {
      z-index: 1000;
    }
    Thread Starter leonardogsouza

    (@leonardogsouza)

    That would be to stop the drop down menu of going under the video?

    Is it possible to have grid results when filter by category?

    Hi @leonardogsouza

    Yes, the CSS I sent is to move the drop down menu above the video.

    Unfortunately not, the Masonry widget isn’t a blog layout that’s available to normal blog pages. You could however create a page, add the Masonry widget to it and then filter only one or several categories by adding the following to the Additional field in the Masonry widget:

    cat=x

    Where x is the category ID you want to filter.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can I have a grid page?’ is closed to new replies.