Okay
  Public Ticket #1008365
expanded-menu is empty
Closed

Comments

  •  2
    juan tv started the conversation

    hi, i have a big problem!! when i enter to put the menú in the page "expanded-menu" i see only "visual-html" but all is empty!! where is the text for change it!!

  •  2
    juan tv replied

    well, found it, but i have an other problem, the slider of about us sections, not move, the sliders is statics

  •  850
    Jelly replied

    Hi,

    Please provide wplogin and website url so I can check it. Please using private reply when send your information.

    Best Regards,
    Jelly Team

  •   juan tv replied privately
  •  850
    Jelly replied

    Hi,

    I see the slider now, it not auto and it's like our default, you want change it to auto slide?

    Best Regards,
    Jelly Team

  •  2
    juan tv replied

    I do not know what you mean when you say "auto", the problem is the 2 sliders in the section "about us"(nosotros)

  •  2
    juan tv replied

    the 2 sliders don´t move

  •  850
    Jelly replied

    Hi,

    The auto slide mean you want the image will auto play and move to next image?

    Best Regards,
    Jelly Team

  •  2
    juan tv replied

    ah, ok, sorry.....yes i want that!!

  •  2
    juan tv replied

    where i change that?

  •  850
    Jelly replied

    Hi,

    Please open this file: \elixir-jellythemes\js\default.js, then search: Generic carousel, you will see the code look like this

    //Generic carousel
            $(".generic-carousel .jelly-carousel").owlCarousel({
                navigation : false,
                pagination: false,
                autoPlay: true,
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem : true,
                transitionStyle: "fade",
            });
            $(".with_pagination.with_buttons .jelly-carousel").owlCarousel({
                navigation : true,
                navigationText: [
                "<",
                ">"
                ],
                pagination: true,
                autoPlay: false,
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem : true,
            });

    Change the autoPlay: false, to autoPlay: true, it will similar below:

    //Generic carousel
            $(".generic-carousel .jelly-carousel").owlCarousel({
                navigation : false,
                pagination: false,
                autoPlay: true,
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem : true,
                transitionStyle: "fade",
            });
            $(".with_pagination.with_buttons .jelly-carousel").owlCarousel({
                navigation : true,
                navigationText: [
                "<",
                ">"
                ],
                pagination: true,
                autoPlay: true, // Change here
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem : true,
            });

    Please note: it will lose when you update our theme, so please make sure you save our instruction and using for next time.

    Best Regards,
    Jelly Team

  •  2
    juan tv replied

    thanks!!

  •  850
    Jelly replied

    Hi,

    No problem. Do you still need my help?

    Best Regards,
    Jelly Team

  •  2
    juan tv replied

    no, thanks, all is ok

  •  850
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme, thank you very much!!

    Best Regards,
    Jelly Team