Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7172711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:40:18+00:00 2026-05-28T15:40:18+00:00

So I am using colorbox to create a lightbox. Currently I have it so

  • 0

So I am using colorbox to create a lightbox. Currently I have it so on the first page load, the user is shown a lightbox. A cookie is dropped, so the user don’t see this lightbox for 15 more days. I would like to do it so the lightbox gets loaded only when a user scrolls to the div #cooler-nav.

My code currently looks like this:

<script type="text/javascript"> 
  jQuery(document).ready(function(){
    if (document.cookie.indexOf('visited=true') == -1) {
        var fifteenDays = 1000*60*60*24*15;
        var expires = new Date((new Date()).valueOf() + fifteenDays);
        document.cookie = "visited=true;expires=" + expires.toUTCString();
        $.colorbox({width:"700px", inline:true, href:"#subscribepop"}); 
        }
});
</script>

P.S. I would like to keep the ability of the lightbox loading only once every 15 days.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:40:19+00:00Added an answer on May 28, 2026 at 3:40 pm
    $(window).bind('scroll.showcolorbox', function() {
        if ($('body').scrollTop()+$(window).height() >  $('#cooler-nav').offset().top) {
            $.colorbox({...});
            $(window).unbind('scroll.showcolorbox');
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the colorbox plugin for jQuery. I know I don't have to have
I am using a jquery lightbox plugin ( http://colorpowered.com/colorbox/ ) to load content using
I'm using Colorbox, and I want to load a specific div from another page
I'm using Lightbox Plus (Colorbox-based) to create product galleries using NextGEN Gallery in WordPress
I have a website that consists of one parent page. Using the lightbox-style jQuery
I'm using COLORBOX (http://colorpowered.com/colorbox/). I have two different colorboxes on the page and they
I'm using jQuery ColorBox to display a shopping cart item. When a user enters
I'm using the colorbox plugin to display messages on my web page. One of
I am using jquery lightbox plugin colorbox ( http://colorpowered.com/colorbox/ ) and i want to
I am using this plugin for my new site: http://colorpowered.com/colorbox/ The page in concern

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.