Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #657848

    hello, on my website ive use d a masonry gallery.
    now somewhere i also have use a portfolio grid.

    in this portfolio grid
    1. the text bar belwo the pic is white
    2. clicking on a pic is showing an arrow.

    can these effects also be accomplished in masonry? as for the continuity of the site i want it all the same.

    #658643

    Hey!

    Try adding this code to the Quick CSS:

    .main_color .grid-content, 
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title{
        background: #826c6b;
    }
    
    .main_color .grid-entry-title{
        color: #2b2828;
        font-size: 16px;
        font-weight: bold;    
    }
    
    .image-overlay{
        display: none !important;
    }

    Cheers! 
    Josue

    #658923

    hi josue, thanks, but this is changing the portfolio grid.
    thats the one that was layed out fine. (nice white textfield AND arrow).
    its the masonry gallery which does NOT have white and NOT having an arrow.
    how can i change the masonry having a white textfield and an arrow?

    • This reply was modified 8 years, 4 months ago by yampieters.
    #659648

    Hey!

    Try adding this code to the Quick CSS:

    .alternate_color .container .av-inner-masonry-content, #top .alternate_color .container .av-masonry-load-more, #top .alternate_color .container .av-masonry-sort, .alternate_color .container .av-masonry-entry .avia-arrow {
        background: white;
    }
    
    #top .av-masonry-entry-title {
        font-weight: 100;
        font-size: 13px;   
    }

    Cheers! 
    Josue

    #660226

    o, thanks. white color is now perfect.
    but…the arrow…?

    #660565

    Hi,

    Arrow looks white to me – http://screencast.com/t/CQcCjHGs

    Best regards,
    Josue

    #660715

    hi josue,
    aha, here is a misunderstanding. i meant the overlay arrow.
    can it be displayed one way or another?

    #660719

    Hi,

    Adding the arrow to the masonry element is possible but it would require modifying the theme files, i think it would be better to disable it on portfolio, that way they’re equalized. Add this to Quick CSS:

    .image-overlay{
        display: none !important;
    }

    Best regards,
    Josue

    #660785

    hello josue, that would be a good idea if not my client wants the arrow to be there…

    if i could have the same ‘masonry’ effect in a portfolio-grid i could opt to choose ‘portfolio grid’,
    but it doubt this is possible (why, after all, would enfold feature two seperate options, if they could do the same job).

    if you could tell me how to modify the theme file, or any other solution, it would be great.

    • This reply was modified 8 years, 4 months ago by yampieters.
    #662022

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Andy

    #662347

    hello andy, no problem, i understand.
    ill look for a way to work around it,
    thanks for the help anyway

    you can close this one ticket now if you want

    regards, jelle

    #662467

    Hi,

    alright, let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘manage masonry galery’ is closed to new replies.