Folks,
I have a website template where i have a gallery. When i click on the image it opens in a new window although the template has a Jquery ( Lightbox ) which probably causes the photographs to come in a pop up. I am not able to use it owing to lack of technical know how. I tried a lot but am not getting any success. Can someone have a look and help me out.
Here is the link to the files
Kindly open them in Visual Studio. Thanks a lot.
Refer the following link and make changes accordingly to your code,understand it and Implement.
http://www.aspdotnet-suresh.com/2011/12/jquery-lightbox-image-slideshow-gallary.html
Related
I am working on a website for a school project and I had made a modal gallery to show some pages of a brochure. So to test I made a seperate document to see if it would work and it did. But ofcourse when I tried to put it in my correct webpage it didn't.
It should be in the blue GIP section but instead it is on the bottom of the page and I can't seem to get it to go up. Also the whole gallery is broken but that is not for this sub I think.
Thank you to anyone that tries to help.
Test: http://www.vseppe.gc-m.be/Gip/test.html
Webpage: http://www.vseppe.gc-m.be/Gip/index.html
I can't figure out how to paste the code correctly in here, please comment or message if you need it.
I love the elegance of iziModal.js and I would like to switch to it on my website. However, during tests I'm having problems opening the modal. Everything works as it should except that the overlay opens on top of the modal window. Ive tried to fiddle with the css and the js but cannot make it happen. The only way you can interact with the modal window is by using "overlay: false" or change "zindex:" to a very high number like 9999999999999999999999999 both options opening the modal without overlay.
Can you help with this issue, please?
Example can be seen on
https://squareplate.co.uk/3
The website is still in development :)
Scroll down to the "Report error" and "Claim listing" area and click on the "modal" link to see it in action.
Florin, Thank you for your feedback. This and other improvements you find in the next update of iziModal (v1.5.0). I promise it will be soon.
Managed to fix it by enclosing the whole website content in a div with id body between <body> and </body> and change the iziModal.js from
that.$overlay.appendTo('body'); to that.$overlay.appendTo('#body');
Now everything works great...
I have done all the personalizing on this template now, being not too familar to code. But it also has a modenizr.js attached, which adds an animated loading screen before opening the site. My problem is I don't want the screen to be there as it doesn't disappear after page is loaded just sits ontop of my site.
Any tips or guidance would be greatly appreciated.
Thanks DamianL.
Can you complete your question with some link, and even explaining what you have done to this template please?
Anyway i can suggest you to open the "developer tools" (usually pressing f12) and using the inspector trying to figure out wich is the element that doesn't disappear, and maybe also why.
Im sorry, this is not a real answer, but i don't have enough reputation to just add a comment asking for more info.
I´m working in a project, and they want that call a pop up with a svg, i have the code of svg file, in html, and in this file i have some links, and when you click the link, this information go to the father html page!
If someone help me, i really thanks!
PD: Sorry for my english -.-
Have a look at window.opener (https://developer.mozilla.org/en-US/docs/Web/API/Window.opener) and use that to affect your window from the popup.
I've done so much search but can't find any working solution to my problem. I've got a lightbox on my page, when I put a 'print' button and on lightbox layer click it, it prints the whole page but I'd like it to print only the image opened via lightbox. Is this possible? I think I need a bit of JS but really don't know how to do, can you help me?
Maybe this is helpful http://sandbox.tse-webdesign.be/lightbox-print/
or answer to this question Making a lightbox support printing on web page