• If anyone can give me some tips on how to fix my drop-down menu I would very much appreciate it.

    I am using the Twenty Eleven template, and I had a friend make me a custom drop-down menu for the categories for Posts.

    you can see an example at tourfiend.com/clubs

    it should let you select a region, location, and then refresh the page for the posts in that section. it worked for a about 2 months, but then it just stopped a few days ago.

    I have no knowledge of codes, and I have just watched videos and read forums, so any replies “for dummies” would be most helpful.

    thank you!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How are those drop-down menus implemented?
    There’s some code that suggests it would never work;

    <script>
              $(document).ready(function(){
                 $('.locations').change(function(){
                   $(this).parents('form').submit();
                });
              });
    </script>

    Thread Starter EvieStrange

    (@eviestrange)

    Thanks for the fast reply, Andrew ??

    but when I said “dummies” I really meant it, lol

    where do I find that information??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t know, sometimes plugins are generating the code, sometimes that code is hard-coded in some actual file.

    Thread Starter EvieStrange

    (@eviestrange)

    I am adding the link to one of the posts that is on the site:

    the site defaults the first category drop-down to the United States

    then you should be able to select a state from the second drop-down

    Normally the page would just auto refresh, but not anymore ??

    Thread Starter EvieStrange

    (@eviestrange)

    Yea, i’m totally lost. I just dont know what to look for

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you try deactivating plugins to explore whether the drop-down menus are being generated by a plugin?

    Thread Starter EvieStrange

    (@eviestrange)

    Do you mean one at a time, and test to see if it starts to work again??

    I will try that, and see if I have any luck.

    I don’t have a lot of plugins, but at this point I will try anything @_@

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Drop down menu will not refresh, HELP!!!’ is closed to new replies.