20.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

08-10-2014, 05:11 AM
Post: #1
[Help] How i Create This Lightbox On Single Image ???
Hi Good Guys,
please help me.
tell me method how i create this one light box on single image ???

Code:
http://quasar.rockthemes.net/blog/

please share your idea ?? Smile Smile Smile
The administrator has specified that all new posts require moderation. You will now be returned to the thread.
Please Admin Remove above Restriction.
08-10-2014, 01:29 PM
Post: #2
RE:
please share your idea ..... i am not well in css or java
The administrator has specified that all new posts require moderation. You will now be returned to the thread.
Please Admin Remove above Restriction.
08-10-2014, 01:33 PM
Post: #3
RE:
javascript and/or css or both -> right click, inspect page / view source and check urself
08-10-2014, 01:37 PM (This post was last modified: 08-10-2014 01:38 PM by Loomy.)
Post: #4
RE:
<div class="hover-bg" style="opacity: 1;"><div class="hover-icon-container "> <a href="http://quasar.rockthemes.net/?post_type=post&amp;p=421" class="iconeffect" style="opacity: 1; margin-top: 138.5px;"> <img src="http://quasar.rockthemes.net/wp-content/themes/quasartheme/images/icomoon/link.svg?caaaa1" class="use_svg"> </a>

Bsically the Glow / Mouse Over layer is always there, at startup display is set to none, and when mouse over is detected JS is called to change opacity from 0 to 1 (0% to 100%) over a period of time. this all within in a div layer, together with the Link bu tton and expand button or w/e. This Quasar theme is available..why not dowwnload it and inspect

Save the Page As... (As complete webpage) on ur HDD, go to that folder, all the necessary CSS and JS will be included there.then just pick that apart.

now even more so, if u unfamiliar with js/css why not just use a plugin/script. There are many for wordpress, some copy&paste samples for CSS and JS can be found on snippet type sites
08-10-2014, 01:40 PM
Post: #5
RE:
Also bro, it seems to use PrettyPhoto.. which is a small plug and play JS library, very little coding required. what will u be working with.. are u developing from scratch and what IDE / language
32.gif
08-10-2014, 01:55 PM
Post: #6
RE:
how i set this ??? i installed quasar theme but prettyPhoto is not implemented correctly .... where i change this....now i am using foobox...

http://fooplugins.com/plugins/foobox/#/

i want like 2nd picture in my single image. please help
The administrator has specified that all new posts require moderation. You will now be returned to the thread.
Please Admin Remove above Restriction.
08-10-2014, 03:50 PM
Post: #7
RE:
(08-10-2014 01:37 PM)Loomy69za Wrote:  <div class="hover-bg" style="opacity: 1;"><div class="hover-icon-container "> <a href="http://quasar.rockthemes.net/?post_type=post&amp;p=421" class="iconeffect" style="opacity: 1; margin-top: 138.5px;"> <img src="http://quasar.rockthemes.net/wp-content/themes/quasartheme/images/icomoon/link.svg?caaaa1" class="use_svg"> </a>

Bsically the Glow / Mouse Over layer is always there, at startup display is set to none, and when mouse over is detected JS is called to change opacity from 0 to 1 (0% to 100%) over a period of time. this all within in a div layer, together with the Link bu tton and expand button or w/e. This Quasar theme is available..why not dowwnload it and inspect

Save the Page As... (As complete webpage) on ur HDD, go to that folder, all the necessary CSS and JS will be included there.then just pick that apart.

now even more so, if u unfamiliar with js/css why not just use a plugin/script. There are many for wordpress, some copy&paste samples for CSS and JS can be found on snippet type sites
where i made change in my website ..... please help Verysad Verysad Verysad Verysad
The administrator has specified that all new posts require moderation. You will now be returned to the thread.
Please Admin Remove above Restriction.




68.gif