We often see this kind of gallery these days :
http://wedesignthemes.com/themes/index.php?theme=dreamspa (go to gallery)
http://joomla.templaza.net/fitness/index.php/gallery?limitstart=0
I think it looks kinda good and i would like to add something like this to a website. I don't have a lot of knowledge in javascript, so does someone have a sample, tutorial, link, code, or anything to help me to achieve this ?
My website was created using Bootstrap.
Here are some 'trendy' gallery ideas, they include a download to the code so it is kinda plug and play. Best to reference the source though.
Related
I am extremely new to the programming world and I understand that the best way to learn is to try and work things out myself, but this is something that I just can't seem to conquer so far. Locally, my CSS and HTML runs smoothly together, but when I posted it into Github, my website doesn't pull through the CSS file or my images file. I've pressed f12 and tried to change my file, but nothing seems to work. Any advice would be super as it is heartbreaking that I can't show my family what i've created so far, as im super happy with it.
Here is link to my repo if you wanted to check it out; https://github.com/Jamescoleman2020/jamescoleman2020.github.io
I made a lightbox2 gallery a year ago for a friend following a tutorial online. She now wants to add photos to her existing gallery and I thought I could just add/delete jpgs from the directory as needed. I thought wrong. I only know HTML so modifying js code is doable, I just need help on what to do. Anyone able to help, please?
The gallery can be viewed here:
http://priestessanddeer.com/gallery/index.html
I'd also be open to buying/downloading a program to automatically set up the gallery - any suggestions?
Thanks so much for your time! Happy 2015!
This is my first question here in StackOverflow, but I have used the site many times, and you always helped me with your answers. Now its time to share my doubt, because I could not find a similar one here.
I have a flash banner rotator in my website, that uses a XML to configure the images and links that will rotate. I don't have acess to the source, because it is a commercial version.
I can not use jQuery to rotate the images, because I have a drop down menu and it always fall behind the banner. I tried z-index but it does not work on IE.
One of the images is to show a video, so, when someone click on it, I want a lightbox to open and play the video (I will use Sublimevideo.com for this)
The XML now is like this:
<slideshow>
<photo image="path/image.jpg" url="link" target="_blank"></photo>
</slideshow>
I need to add a CLASS to this link, because I want it to be opened in a lightbox!!!
So I was wondering to do something like this:
window.location.href='link class="lightbox"';
But this is not a option, it did not worked!
So how can I add a CLASS in the link at the xml file?
I was wondering using javascript, but if you have any other option, it will be GREAT!
Thanks a lot in advance and sorry for my English, I'm from Brazil =P
You could do it with an horrendous jQuery hack:
$('*[href*="path/image.jpg"]').addClass('lightbox');
Of course, if you know what the HTML will look like you could use a far more specific / less ugly selector.
A much better solution would be to add the class on the server, which sounds like it should be possible.
If you go to this website you will notice http://craigsworks.com/projects/qtip2/ qTip2 Jquery Plug (the green template theme) .. It is a project called qTip2 Jquery Plugin. It looks similar to http://hypem.com/ Jquery.
Is this what they used for audio player located on top. It looks like they used this Jquery and and implemented JavaScript into qTip2. I was looking to do something similar I noticed that there is 22 JavaScript, 2 CSS, 2 PHP and HTML. One reason to successfully code this, is because trying to achieve a player that hovers above and users can browse around the site and their music is not interrupted. I seen it done with I-frames but that is not going to be acceptable. If you have an Ajax example that would be terrific. I can't find any useful resources relating to an Ajax MP3 player that could be on the top panel. Do you think this will work , am I on the right track?
If you could please provide source code or any resources I would greatly appreciate. Thank you
If you can use html5 https://github.com/goldfire/howler.js that can then have your player in fixed position block element.
i have been looking for a javascript code for the thumbs up and down system to put in my blogger site. I've seen some of the help resources, but it all required the new layout, whereas i'm using the old one.
The example of the thumbs up and down buttons are like in the following website,
http://textsfromlastnight.com/
Where people are able to flag the "Good Nights" or "Bad Nights".
I have no experienced in writing scripts, so was wondering if any people can help with the scripts, or maybe tutorials of writing those scripts would be of great help!
Thanks!
How about this one
http://codecanyon.net/item/thumbsup/50411
This works for blogger:
Thumbs up Blogger Posts- Simple post rating for blogger.
You use a JScript of the JS-Kit.