Tagged: ,

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

    Hello,
    I’m using NextGen Pro to sell prictures, but there’s a little problem while displaying the products.
    The quantity textbox whick is black with enfold deactivated (screenshot :https://fancypants.fr/wp-content/uploads/sites/6/2017/06/Capture-cart-Twenty.jpg) becomes white and not well aligned with enfold (https://fancypants.fr/wp-content/uploads/sites/6/2017/06/Capture-Cart.jpg).

    I guess it’s just a matter of css, I would like to know how to do this but I don’t find.

    Thanks for helping, and thank you for your always efficient solutions !

    Guilhem

    #813551

    Hey guilhemdelepinay,

    The nextgen pop-up is not loading. Can you check?

    Best regards,
    Jordan Shannon

    #813558

    Hi,

    No problem on my side.

    Click one image, then click on the cart icon on the bottom left side to open the products, you’ll have the same configuration as the screenshot then

    Is it ok ?

    Thanks

    Guilhem

    #813559

    Maybe you’ll have to wait until all the gallery is loaded to open nextgen lightbox

    #813564

    Hi,

    Is it loading on your end?

    Best regards,
    Jordan Shannon

    #813566

    Yes… strange. I removed some images so it’s quicker to load maybe.

    Is it better ?

    Do you see the masonry gallery ?

    Guilhem

    #813628

    Hi,

    The masonry gallery itself displays just fine. It is the lightbox that is giving the issue. Please see the following screenshot and corresponding console errors: https://snag.gy/tTzd5l.jpg

    Best regards,
    Jordan Shannon

    #814277

    Hello,

    Thanks for telling me this : it looks like a very big problem for a photographer. I told this to Imaely and they provide me a CSS trick to avoid this. Can you please check if it works for you now ?

    And if it works, can you look at the quantity fields color and alignment as seen on the screenshots ?

    Thanks a lot !

    Guilhem

    #814556

    Hi,

    Add the following to quick css:

    
    #top .galleria-container input[type="number"]{
    border:none!important;
    background:none!important;
    }

    Best regards,
    Jordan Shannon

    #814608

    Hi,

    Thanks it worked well for the background color ! Is it possible to put white color for the font ?

    And another one thing : on chrome it’s ok but on firefox the quantity field is not on the same line as the other things, how to correct this ?

    Thanks !

    Guilhem

    #814804

    Hi,

    I tried to pull the site again but I received a database connection error.

    Best regards,
    Jordan Shannon

    #815061

    Yep sorry OVH my web provider seemed to have some serious problem yesterday, it came back today !

    Guilhem

    #815680

    Hi,

    Add the following to quick css:

    td.nggpl-description_field{
    padding-top:10px!important;
    }
    
    td.nggpl-quantity_field{
    vertical-align:top!important;
    }
    
    #ngg_manual_pricelist th, #ngg_manual_pricelist input{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

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