• Resolved rksystems

    (@rksystems)


    Hello,

    I am using Hermes WordPress theme http://alexgurghis.com/project/hermes-wordpress/ and am having issues with the Google Calendar Events plugin.

    When I have the Hermes theme activated, I look at the page source and I don’t see any references to the plugin’s css or ajax. When I activate the default WordPress Twenty Twelve theme and view the page source I see all the references to the css and ajax.

    The stylesheets aren’t getting linked to the page source when I use “Hermes” and neither is the ajax snippet.

    Can you offer me any suggestions on what I could try? Or should I contact the theme developer for support?

    http://wordpress.org/extend/plugins/google-calendar-events/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rksystems

    (@rksystems)

    Here is the URL for reference:
    http://mordentourism.com/events-2/
    I have the widget setup and as you see there isn’t any css or ajax working.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    It looks like the theme is missing the wp_head and / or wp_footer theme hooks. Plugins (including mine) require these hooks to be present in order to load their required JavaScript and CSS stuff.

    Normally, the wp_head function would be placed in the theme’s header.php file, immediately before the closing </head> tag, and the wp_footer function would be placed in the footer.php file, immediately before the closing </body> tag.

    If you take a look at Twenty Twelve’s header.php and footer.php files as an example, you should see what I mean.

    Let me know if you have any questions.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Marking as resolved. If you have further questions or problems, let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS and AJAX not showing up’ is closed to new replies.