Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #896177

    Hi, at the request of my client I need to make these changes if possible:

    1- ALL portfolio titles appear only if A BIG NUMBER OF IMAGES are selected (portfolio selection = masonry + 100 images) but this causes a long page that I do not want. Also I would like to have more space between thumbnails

    2- Can you show ALL THE PORTFOLIO TITLES even with limited number of images?

    3 – Can you show bigger image (up to screen limit) in ligthbox?

    thanks in advance

    • This topic was modified 6 years, 10 months ago by czar.
    #896862

    can someone help me?
    thanks

    #897231

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #897700

    Hi Basilis, also regarding lightbox? (image 3)
    – have a bigger image
    – change color overlay background

    thanks

    • This reply was modified 6 years, 10 months ago by czar.
    #898394

    Hi czar,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .mfp-bg {
      background: #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #899179

    Thanks Vittoria, it works perfectly.
    also change the color of the <lightbox> arrows
    And I want to add small shadow under lightbox image. which css use?
    And again, what plugins can I use to create portfolio menu in sidebar / page?

    thanks in advance

    • This reply was modified 6 years, 10 months ago by czar.
    #900636

    Hi czar,

    You can make a menu out of portfolio items and add it as a widget in the sidebar.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div.avia-popup button.mfp-arrow:before {
        color: #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #900840

    Thanks Victoria, it works
    but I want to add small shadow under lightbox image,which css use?

    #901909

    Hi czar,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    img.mfp-img {
      box-shadow: 0px 9px 5px -4px rgba(222,209,222,1);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #902208

    Hi Victoria, sorry but incorrect code. produces line under image,
    thanks

    #902533

    Hi czar,

    You asked for shadow, this is one example. Can you make a mockup of what shadow you like?

    Best regards,
    Victoria

    #902830

    Thanks Victoria, I would like to shadow around image

    #904122

    Hi czar,

    You can play with the shadow here and choose whichever works for you
    https://www.cssmatic.com/box-shadow

    If you need further assistance please let us know.
    Best regards,
    Victoria

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