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

  • Home
  • SEARCH
  • 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 7891965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:45:04+00:00 2026-06-03T06:45:04+00:00

I am running a custom loop in a wordpress page that should list all

  • 0

I am running a custom loop in a wordpress page that should list all the shoes in one category as well as the color selectors. I got the loop running just fine, and page looks ok. But I have a big problem with jQuery script that changes the images.

Each post has:
Several images of different colored shoes and selectors for colors – different shoes have a different number of colors (you can see a demo at: http://www.etfovac.com/testbed/shoe/ – the final page should look like this http://www.etfovac.com/testbed/shoe/mockup.jpg )
my jQ function looks like this (for the testbed page)

$(document).ready(function() {
    $(".colorwrap a").click(function(){
        var a = $(this).attr("rel");
        $(".cipela-1, .cipela-2, .cipela-3, .cipela-4").slideUp('slow');
        $("."+a).slideDown("slow");
    });
    $(".cipela-1").slideDown("slow");
});

But it changes the picture of every shoe on the page.

I can hardcode it in the function so it selects cipela 1 thru 50

What would be a better way to do this?

  • 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-06-03T06:45:05+00:00Added an answer on June 3, 2026 at 6:45 am

    Dont do slideDown in all the items with that class. Only do the childs of current elements parent. Use the closest() function

    $(document).ready(function() {
        $(".colorwrap a").click(function(){
            var item=$(this);           
            var a = item.attr("rel");
           item.closest(".post").find(".cipela-1, .cipela-2, .cipela-3, .cipela-4").slideUp('slow');
            item.closest(".post").find("."+a).slideDown("slow");
            });
            $(".cipela-1").slideDown("slow");
    });
    

    Working sample http://jsfiddle.net/rXB5G/16/

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

Sidebar

Related Questions

I'm building a custom parser that should read a delimited list of data, and
I enjoy running custom scripts on pages that I do not own or control.
I have a client that is running a custom VB 6 application they wrote
I'm taking over a website for a client that is running on a custom
I have a CMS app that allows custom fields to be added. One type
I want to create a web method that accepts a List of custom objects
Best practices for writing long running custom activities for Workflow Foundation (3.0/3.5) suggest that
So i have a custom CMS running under .Net 3.5 written entirely in c#.
Hi i have a custom view running my game. Once the player loses it
I managed to get custom themes running for Tabs but still got a lil

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.