Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #850576

    Hi, please let me know the whole classes for the sort menu “av-masonry” in Enfold.

    It’s a not easy to find all in the whole CSS the right one. At least this would make things easier for me.

    Thanks

    #850746

    Hey Kingsfield,

    Maybe it would be better if you tried to explain what you are trying to do so that we can help you out? All the classes are available to you if you inspect the element in your browser.

    Best regards,
    Rikard

    #850869

    Hi Rikard,
    thanks for your quick reply

    I´ll would like to create a Masonry Menue like this
    Picture
    Of course are all classes avaiable :)

    best regards
    Christian

    #850991

    Hi Christian,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #851025

    Hi Victoria, my website is currently in scheduled maintenance.
    I found that Masonry right here:
    Website
    Click on the right site and scroll a little bit.
    I like the Masonry Menue and the pic format.

    I hope it helps
    Best regards
    Christain

    #851139

    Hi Christain,

    This is not an Enfold site, so the html and the css classes are different.
    Here is another example

    Is this what you’re looking for?

    Best regards,
    Victoria

    #851151

    Hi Victoria,
    i know thats different. Thats why i´am ask for the CSS Classes :)
    for example:

    .inner_sort_button {
    }
    .text-sep {
    display: none 
    }
    .all_sort_button active_sort {
    }
    

    This what i have found :)
    Do you have the full css code on for the menue?

    I try my best and the i´ll post the result right here :)
    best regards
    Christian

    #851374

    Hi Christian,

    I’m guessing you have some CSS skills and that you will attempt the edits yourself? If you should have any problems then we can answer specific questions if you like.

    Best regards,
    Rikard

    #851795

    Back again :)
    The Result:
    Pciture

    I use following settings
    #Portfolio Raster / 3 Rows / Medium 300×300 / Yes, display sort options
    And here is the css code for free :)

    /* Portfolio Raster */
    
    .grid-content {
        display: none;
    }
    .sort_width_container {
    	display: block;
        margin: 20px 0 40px !important;
        padding: 0;
        text-align: center !important;
    }
    #js_sort_items {
        display: inline-block;
        text-decoration: none;
    }
    .sort_by_cat a {
    background: #000 none repeat scroll 0 0;
        border: 2px solid #000;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 3px;
    	margin-right: 4px;
        padding: 13px 20px;
        text-transform: uppercase;
    	}
    .sort_by_cat a:hover {
    	transition: all 0.4s ease-in-out 0s;
        background: #fff;
        border-color: #000;
        color: #000 !important;
    }
    .avia_transform a .image-overlay {
        transition: opacity 0.4s ease-in-out 0s;
    }
    .image-overlay.overlay-type-extern .image-overlay-inside::before {
        content: "";
        font-family: "entypo-fontello";
    	font-size: 40px;
    }
    .image-overlay {
        background: #000 none repeat scroll 0 0;
    }

    But i have one problem:
    Why are the images blurred? I have different images sizes. All images are blurred.

    Best Regards
    Christian

    • This reply was modified 6 years, 7 months ago by Kingsfield.
    #851960

    Hi, i fixed the problem with the blurred images. No idea why it works now. :)
    I changed the Image Size from Medium 300×300 to Portfolio 495×400

    Topic can be closed

    #852035

    Hi,

    Great, glad you got it fixed and thanks a lot for sharing your solution! I’ll close this topic for now. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Masonry CSS Classes’ is closed to new replies.