Viewing 11 replies - 1 through 11 (of 11 total)
  • Anonymous User 9782929

    (@anonymized-9782929)

    Just make sure that your footer.php file (in your theme folder) contains wp_footer();

    Thread Starter KurvigaKatten

    (@kurvigakatten)

    And that’s where my trouble begins. It’s a readymade with it’s own editing widget s? I have no clue how to access it.

    Anonymous User 9782929

    (@anonymized-9782929)

    Lol… if you want, invite me ([email protected]) to the WP Admin area through the Users section. What is your site?

    I’m having this same problem – I’m using a template – I can’t tell for sure what I am supposed to be doing to make this work.

    my website is createthemomenttravel.com … I was going to invite you to the wp admin area but it doesn’t look like an invite – looks like I add you and assign you a password and everything. that doesn’t appear to be what you are looking for

    Anonymous User 9782929

    (@anonymized-9782929)

    @createthemoment, it seems like your issue is an old version of jQuery. You’ll need to update it to 1.11 (I think anything over 1.8 will work). If you need extra help, I’ll need FTP access because your theme’s header functions aren’t accessible through the Dashboard. Thanks!

    @dallas22ca I apologize for my ineptness but I don’t know how to give you ftp access. And I have no idea how to update the jquery

    Anonymous User 9782929

    (@anonymized-9782929)

    I can’t help if I don’t have access. I do know your jquery is “1.4.2”, so if you search through the code, you should be able to simply replace it with “1.11.1”.

    You should find a line that says:
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>

    Just change it to:
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?ver=1.11.1'></script>

    so the wpadmin area has the following files – so far I haven’t been able to find a line that says what you indicate above.

    the files are:
    about.php
    admin.php
    credits.php
    freedoms.php
    index.php
    menu.php
    profile.php
    user-edit.php

    where should it be?

    sorry – that was actually the user subfolder of the admin directory – the admin directory has many many folders and files. Which one do I go to to find the jquery language so I can change it?

    Anonymous User 9782929

    (@anonymized-9782929)

    It will be inside something like:

    /wp-admin/wp-content/themes/travel-blogger/

    probably in one of the subfolders (but I can’t tell what’s there).

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Chat not appearing on page’ is closed to new replies.