html - jQuery Fancybox working locally but not on webhost -


my jquery fancybox works on local computer, doesn't work website live on 000webhost. cannot find answers why!

my website : sarahmeasom.com

i appreciate take @ me, because baffled!

basically, on portfolio of work click on bring image, itstead loading image , taking page!

thanks help!

this code im using create boxes:

work.

                <ul class="cols clearfix">                      <li>                         <div class="clearfix">                             <h2 class="floatleft">circle cover</h2>                             <a href="./" class="more floatleft">website</a>                         </div>                         <a href="./tmp/circlecover_2.jpg" class="thumb">                             <span class="zoom"></span>                             <img src="./tmp/circlecover_1.jpg" alt="no image" />                         </a>                         <p>circle cover provides travel insurance on 50's. main aims keep site clean, simple , easy navigate. mobile compaitibility.                          </p>                     </li>                       <li class="center">                         <div class="clearfix">                             <h2 class="floatleft">virgin insurance</h2>                             <a href="./" class="more floatleft">website</a>                         </div>                         <a href="./tmp/virgin_2.jpg" class="thumb">                             <span class="zoom"></span>                             <img src="./tmp/virgin_1.jpg" alt="no image" />                         </a>                         <p>re-design of virgin travel insurance quote website. job in helping customers buy insurance online, taking them through quote process.</p>                     </li>                      <li>                         <div class="clearfix">                             <h2 class="floatleft">victoria's salon</h2>                             <a href="./" class="more floatleft">website</a>                         </div>                         <a href="./tmp/tanning_2.jpg" class="thumb">                             <span class="zoom"></span>                             <img src="./tmp/tanning_1.jpg" alt="no image" />                         </a>                         <p>a small salon requested website promote business online. modern , girly theme, keeping suited target audience. </p>                     </li>                                              <li>                         <div class="clearfix">                             <h2 class="floatleft">mpm property</h2>                             <a href="./" class="more floatleft">website</a>                         </div>                         <a href="./tmp/mpm_2.jpg" class="thumb">                             <span class="zoom"></span>                             <img src="./tmp/mpm_1.jpg" alt="no image" />                         </a>                         <p>mpm property group requested site informs public do. site has simple , precise layout encorporating company style. </p>                     </li>                      <li class="center">                         <div class="clearfix">                             <h2 class="floatleft">twine rooms design</h2>                             <a href="./" class="more floatleft">concept</a>                         </div>                         <a href="./tmp/twine_2.jpg" class="thumb">                             <span class="zoom"></span>                             <img src="./tmp/twine_1.jpg" alt="no image" />                         </a>                         <p>a minimalistic design using consistent colour scheme , layout, fresh , colourful feel. plenty of white space make main features stand out.</p>                     </li> 

you including jquery twice. problem.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -