Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter elena.needs.help

    (@elenaneedshelp)

    Thank you so much!!! You are amazing! And handsome! 🙂

    Hey guys!

    I am struggling with my slider which used to be manual and then I switched it to automatic. As you can see in the
    picture
    active-panel is fully visible with full opacity, and the left and right sides are faded with lower opacity, this is the code for that part:

    // Highlight Center Panel
    jQuery(window).resize(function() {
        var nextCenter = Math.ceil(jQuery(window).width() / 900);
        var prevCenter = Math.ceil((jQuery(window).width() - 900) / 900);
        jQuery(".grid-panel:eq("+prevCenter+")").addClass("active-panel");
    
        jQuery("#grid-next").click(function(){
            jQuery(".grid-panel").removeClass("active-pan+el");
            jQuery(".grid-panel:eq("+nextCenter+")").addClass("active-panel");
        });
    
        jQuery("#grid-prev").click(function(){
            jQuery(".grid-panel").removeClass("active-panel");
            jQuery(".grid-panel:eq("+prevCenter+")").addClass("active-panel");
        });
    }).resize();

    When I switch the slider from manual to automatic the lower opacity part is no longer working properly- It is not “fixed” to left and right side of the slider but it flows along with the slider.

    So how to keep lower opacity option “fixed” on the left and the right side of the slider when I switch the slider from manual to automatic?

    Grid Carousel:

    jQuery("#grid").carouFredSel({
        width: 5000,
        padding: 0,
        **auto: true,** - by defaulth it is set to false!
        prev: "#grid-prev",
        next: "#grid-next",
        items: {
            visible: 3,
            minimum: 1,
            start: -1
        },
        scroll: {
            items: 1,
            duration: 1000
        }
    });

    Any help is very much appreciated.
    Thank you

    Forum: Meetups
    In reply to: WordPress India

    Hey everyone!

    I am starting a project with wordpress. I already have a theme but I need to customize it to my needs. I am not a developer and need some help. As I am only starting this project I still don’t have money to pay anybody to do this for me so I was wandering if any of you would be willing to help.

    As I said I have the theme and I want to make it possible for visitors to create their own profiles/accounts. I asked the theme developer if the theme supports buddypress but it doesn’t so he suggests to find a web developer.

    my email address is elena.gashkur@gmail.com

    any help is appreciated

Viewing 3 replies - 1 through 3 (of 3 total)