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 7046613
In Process

The Archive Base Latest Questions

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

I tried a test file which is working but this file isn’t. I also

  • 0

I tried a test file which is working but this file isn’t. I also tried validating from w3c and it showed no errors. I also tried pasting

outside jquery ui tabs but still didn’t worked out. Could there be any conflict between plugins. And also when i gave absolute path for demo file it worked while relative path didn’t. Here’s the two file:

This one is working (demo file)-

<!DOCTYPE html> 
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> <!-- optional --> 
<!--[if lt IE 9]>
  <script type="text/javascript" src="../js/excanvas/excanvas.js"></script>
<![endif]-->
<script type="text/javascript" src="js/spinners/spinners.js"></script>
<script type="text/javascript" src="js/lightview/lightview.js"></script>

<link rel="stylesheet" type="text/css" href="css/lightview/lightview.css" />


<link rel="stylesheet" type="text/css" href="css/main-style.css" />
</head>


<body>

<a href='img/colorful-abstract.jpg' class='lightview' data-lightview-group='example'>
    <img src='img/thumbs colorful-abstract.jpg' alt=''/>
  </a>
</body>
</html>





Where as this original ones isn't working-

<!DOCTYPE html>

<head>
    <title>Rahul Dagli's Portfolio Website</title>

    <!--jQuery-->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
    <script type="text/javascript" src="js/jquery.quicksand.js"></script>
    <script type="text/javascript" src="js/jquery-main.js"></script>
    <script type="text/javascript" src="js/jquery-ui-1.8.17.custom.min.js"></script>
    <!--lightview-->
    <script type="text/javascript" src="js/spinners/spinners.js"></script>
    <script type="text/javascript" src="js/lightview/lightview.js"></script>
    <script type="text/javascript" src="js/excanvas/excanvas.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>


    <!--CSS-->
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" type="text/css" href="css/navigation-menu.css" >
    <link rel="stylesheet" type="text/css" href="css/main-style.css" />
    <link rel="Stylesheet" type="text/css" href="css/jquery-ui-1.8.17.custom.css">
    <link rel="stylesheet" type="text/css" href="css/lightview/lightview.css" />

</head>



<body>
    <!--main navigation-->
    <nav>
      <ul id="navigation">
                <li class="portfolio"><a href="" title="Portfolio"></a></li>
                <li class="about"><a href="" title="About"></a></li>
                <li class="contact"><a href="" title="Contact"></a></li>
      </ul>
    </nav>


    <!--main content-->
    <div id="sections">

        <!--Portfolio page starts-->

        <section id="section-portfolio">


            <header>
                <hgroup>
                  <h1>Rahul Dagli</h1>
                    <h2> Web Designer</h2>
                </hgroup>
                <p>Welcome to my online portfolio. Take a look at my work and find out who I am.</p>
            </header>


            <!--Tabbed Image Gallery-->
            <div id="portfolio-list">
                    <div id="tabs" class="tabs-bottom">

                        <ul>
                            <li><a href="#tabs-1">Graphic design</a></li>
                            <li><a href="#tabs-2">Web design</a></li>
                            <li><a href="#tabs-3">Flash</a></li>
                            <li><a href="#tabs-3">3d</a></li>
                        </ul>

                        <div id="tabs-1">
                         <ul>
                            <li></li>
                            <li><a href="#"></a></li>
                            <li><a href="#"></a></li>
                            <li><a href="#"></a></li>
                        </ul>
                        </div>

                        <div id="tabs-2">
                        </div>

                        <div id="tabs-3">
                        </div>

                    </div>

            </div>



        </section>
        <!--Portfolio page ends-->

        <!--About page starts-->
        <section id="section-about">
        </section>
        <!--About page ends-->

        <!--Contact page starts-->
        <section id="section-contact">
        </section>
        <!--Contact page ends-->

    </div>
<a href='img/colorful-abstract.jpg' class='lightview' data-lightview-group='example'>
    <img src='img/thumbs-colorful-abstract.jpg' alt=''/>
  </a>
</body>

</html>
  • 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-28T02:40:18+00:00Added an answer on May 28, 2026 at 2:40 am

    There’s an example folder in the download you could use to start from, it shows a proper installation. Once that works, Lightview should work in the tabs as well.

    Also keep in mind that all the Lightview related includes on your page are absolute, not relative like your other includes. So it could be that the files aren’t where you expect them to be.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Tried examples from 'php.net' but don't understand what's the problem. Any suggestions? <?php $_SESSION['test']
I had some JavaScript code which was working but when I tried to put
i have tried this: <?php $fileip = fopen(test.txt,r); ?> this should have opened the
How can I use source 5? I tried mvn -source 5 test but it
Tried to map it from Preferences -> Settings -> Keyboard, but the key combo
I'm trying to write a test for a PHPUnit extiontion I'm working on which
I tried to install python below way. But this did not work. This take
i have class named Group i tried to test configuration: var cfg = new
Has anybody tried any Unit Test generators for .Net? I assume although it won't
UPDATE 3: I created a Visual Studio 2008 test project and tried to create

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.