Galery

Hi, I would appropriate if you could assist me.
Here is link to webpage that I am working on (link to product) -  

1) I would like to remove name of photo for this product and other products.( _DSC0181 ).

2) I would like to have complete gallery of photos when I click on magnification glass icon - now it opens just featured image. 
If you click on image in other area ( apart of magnification glass ) it opens gallery. 

3) Removing names of photos in gallery. 

Thank you for help!
Best regards, Mirjan

Comments

  • Hi,

    1) You can remove this name with the following css:
    div.pp_woocommerce div.ppt { display: none !important; }
    2) You have gallery already what you can see on http://pasteboard.co/1Wx9qJjf.png

    3) This can be done with:
    .pp_description { display: none !important; }
  • Also one more thing - if I hit expand in gallery mode is there way to reduce size to screen resolution? Now it opens rather big window. 
    What do you suggest?  

  • Maybe I am doing something wrong, but if I click on magnification glass I get only featured image - http://pasteboard.co/1WAxikwe.jpg
    I would like that to be redirected to gallery. I am not sure if you understand me?
  • edited March 2016
    Also names are still present - http://pasteboard.co/1WNfRUGm.jpg  
  • The answer is very simple. Just check your custom css section. Do you really paste HTML code into css section? We wonder who taught you this. Next time, if you have css that does not work, move it on 1st position inside CUSTOM CSS section because all problems are related with your customization on which we do not have any impact obviously and for which we are not responsible. Or if you don't know what you do but want to customize site, you should hire web developer.

    Thanks for understanding!
  • edited March 2016
    I did past it in custom Css, http://pasteboard.co/1XXIQHYP.jpg
    Custom Css present there is from template - BeDigtal.
    But if you do not know the answer or isn't your job to provide one I can understand that.
    Thank you for your time. 
    I will find solution on my own.
    Best regards, Mirjan
  • Found problem, it was with cashing, I forgot to clear the cache. 
    Names are no longer present. Thank you!
    I only need Magnifying glass icon from featured image to point to complete gallery of product.
    If you have solution for that I would appreciate.
    Thank you!
    Best regards, Mirjan
  • http://snag.gy/of2qJ.jpg - is this what you call CSS? Sorry, but we can not agree with you unfortunately.

    Anyway, we did checked your site once again and looks like all is fine now. The titles you asked for, disappeared now what you can see on http://pasteboard.co/1XYHoxup.png - it means the code we gave you above was fine. We are 100% sure about that as we did checked it before we gave it to you. We are glad to hear that you found the reason on your end.

    In reference to your last question, we do not have any impact on it. This is how WooCommerce plugin works.
Sign In or Register to comment.