cswinford
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort and Search not workingTobias,
There were actually two lines in the header.php file. After I removed them both I got the sort and search functions back. Thanks a ton!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort and Search not workingTobias,
I’m finally back to this after a long Thanksgiving holiday.
I’ve removed the line from the header.php file but I’m not sure what you mean when you say “check whether there’s a second line like this in any of the theme files”. I’m somewhat new at editing these files, so thanks for your patience!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort and Search not workingThere is no functions.php file that I could find through the Editor, but I did find the reference in the header.php.
Here it is:<?php if($options[‘mts_lightbox’] == ‘1’) { ?>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/prettyPhoto.css” type=”text/css” media=”screen” charset=”utf-8″ />
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js”></script>
<script src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.prettyPhoto.js”></script>
<script type=”text/javascript”>
jQuery(document).ready(function($) {
$(“a[href$=’.jpg’], a[href$=’.jpeg’], a[href$=’.gif’], a[href$=’.png’]”).prettyPhoto({
slideshow: 5000, /* false OR interval time in ms */
autoplay_slideshow: false, /* true/false */
animationSpeed: ‘normal’, /* fast/slow/normal */
padding: 40, /* padding for each side of the picture */
opacity: 0.35, /* Value betwee 0 and 1 */
showTitle: true, /* true/false */
social_tools: false
});Forum: Plugins
In reply to: [tablepress] Sorting & URLsTobias,
I am using TablePress and the mythemeshop Splash theme. I cannot sort or search the table. Actually, the options for sorting and searching are no longer present in the table setup page.Here’s a link to one of my table pages: http://teatreeoilhq.com/selection-guides/essential-oil-selection-guide/
Any assistance would be greatly appreciated. As you can tell, this table would greatly benefit from sorting and/or searching.
Thanks!
Chad