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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:15:13+00:00 2026-05-13T11:15:13+00:00

I Recently launched my portfolio page, and I used a jquery plugin to sort

  • 0

I Recently launched my portfolio page, and I used a jquery plugin to sort my portfolio entries based on their classes. Please view it Here

You will notice that when you rollover each image, it enlarges and a case study link shows up. That is how it should look. When you press on the logos & branding button (up top) it functions perfectly as well. BUT, press any of the other buttons and then scroll over an image. It disappears! The only way to make that image come back, is to return back to the “all” or “logos & branding” section and rollover the missing image.

I cant seem to figure out why some of it is working and most of it isn’t. The code seems to be consistent, but maybe I am missing something. Thanks.

  • 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-13T11:15:13+00:00Added an answer on May 13, 2026 at 11:15 am

    This happens because you calculate the width and height from the first .zitem you find

    width = $('.zitem').width() * zoom;
    height = $('.zitem').height() * zoom;
    

    When the first item is hidden (due to the filtering) its display is set to none, so its width and height become 0.

    you will need to read the first visible .zitem when reading the height/width like this

    width = $('.zitem:visible').width() * zoom;
    height = $('.zitem:visible').height() * zoom;
    

    do the same thing when you unzoom the image

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

Sidebar

Related Questions

I recently launched some web pages using a jquery slideshow plugin which, of course,
I recently launched CodeIgniter based website for someone who wishes to be advertised and
I recently used a Java Web Start application. I launched it from my web
Using Facebook's new Open Graph technologies launched just recently at their F8 Conference, how
The jQuery team recently launched http://jquerymobile.com/ with the intent of creating a user-interface library
Recently launched a Magento store which features an image slider on the homepage. Works
I recently launched a website I have been developing over the past year -
I have recently launched my application into the Google Play store but unfortunately some
Recently the PHP manual started showing the following warning on every mysql function page:
We recently launched a new Django-powered website, and we are experiencing the oddest bug:

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.