Plugin Author
Baden
(@baden03)
can you provide a link to the page?
Would the problem be it’s not picking up the collapse.js? Can I move that file or otherwise call it on this page?
Plugin Author
Baden
(@baden03)
Hard to tell if we can not see what is going on.
is there a problem with posting a link to the page in question?
well, it’s for a client. I could post some of the page source if that helps.
Could it have anything to do with having moved the WordPress files to a subdirectory? After moving the files, I reinstalled the plugin.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Career Opportunities</title>
<link rel="stylesheet" href="http://thiscompany.com/wp-site/wp-content/themes/gfa/style.css" type="text/css" />
</head>
<body class="page page-id-98 page-template page-template-page-careers-php logged-in admin-bar no-customize-support">
<div id="header">
<div id="body">
<div class="align left">
<h2>Career Opportunities</h2>
<p>Currently we are hiring for:</p>
<div class="careeropportunity"><span class="collapseomatic " id="internship" title="Internship Summer 2014">Internship: Summer 2014</span><div id="target-internship" class="collapseomatic_content maptastic"><strong>Description:</strong></p>
<p><strong>Desired Qualifications:</strong></p>
<p><span class="collapseomatic colomat-closemod" id="bot-internshipfaq">[click to close]</span></div>
</div>
<script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src = "/js/bootstrap.js"></script>
<script type='text/javascript'>
var colomatduration = 'fast';
var colomatslideEffect = 'slideFade';
</script>
</body>
</html>
Plugin Author
Baden
(@baden03)
with out seeing what is going on with your page, we can not help much.
1. make sure ONE copy of jquery is bieng loaded, and that it’s the current version.
2. make sure there are not javascript errors in showing up in your console.
3. make sure wp_head() and wp_footer() functions are being called in your theme
The header.php of this site’s theme lacked a the wp_head() tag. Problem solved, thank you.