chowell18
Forum Replies Created
-
Thanks for the fix Chris.
Got another request if you’re up for it… submitting a separate support ticket.
Perfect! Thanks a lot for taking a look at everything ~ I know it’s a pain to make the plugins compatible with every theme, other plugins, etc.
I’ll put the plugin to good use once we test it & see how it works!
Regards
I downloaded the update, but it’s still not working. Tested in Chrome, Firefox & IE – IE may actually provide details on what the conflict is to be honest…
When the page loads, the following errors are showing up (after I hit the error icon in the lower left area of the browser):
Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 16 Feb 2011 21:53:34 UTCMessage: Object doesn't support this property or method
Line: 330
Char: 21
Code: 0
URI: https://www.jenkaufman.com/about/testimonials-client-reviews/Message: 'support.opacity' is null or not an object
Line: 21
Char: 19544
Code: 0
URI: https://www.jenkaufman.com/wp-content/themes/mystique/js/jquery.mystique.js?ver=2.4.2Message: Object doesn't support this property or method
Line: 26
Char: 2
Code: 0
URI: https://www.jenkaufman.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20100407Does this provide any valuable info? Thickbox maybe?
Forum: Hacks
In reply to: Cleanse search query for display on Search Results pageThis question is still unresolved btw…. Anyone have a solution?
Forum: Hacks
In reply to: Cleanse search query for display on Search Results pageI can see this here, but all I got in the email was a “.”
Forum: Hacks
In reply to: Cleanse search query for display on Search Results pageI honestly don’t know why you can’t see them. When I tried to post a reply yesterday it told me the post was closed… Weird stuff going on.
Forum: Hacks
In reply to: Cleanse search query for display on Search Results pageI don’t know, maybe my theme has a conflicting function or override of some sort. I tried both versions using the POST and I’m still showing nothing when I use that function.
The official documentation says to use this to show the query:
<?php the_search_query(); ?>
I’m now using this in the breadcrumb menu & using the previous script for the 2nd occurrence and the search count.
Still can’t get rid of the “+” though on either.
Forum: Hacks
In reply to: Cleanse search query for display on Search Results pageThat’s actually not displaying anything now.
Here’s what I’ve been using, although I’m not opposed to only using it for the search count functionality.
<?php /* Search Count */ $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); $count = $allsearch->post_count; _e(''); _e('<span class="search-terms">'); echo $key; _e('</span>'); _e(' — '); echo $count . ' '; _e('products'); wp_reset_query(); ?>
Still need way to remove the “+” sign though.
Forum: Fixing WordPress
In reply to: Header imagesI’ve read about it before, but basically using some type of IF statement related to the page’s Category is usually the way to go. The scripting would determine which category is showing & display whichever image you chose for that category.
Of course, if you’re just looking for a random image, I’m sure there are plugins for that or you could find a randomizer script & just update your header file.
Forum: Fixing WordPress
In reply to: Sudden Blank Pages – Dashboard, Plugins & AppearanceBefore I rename my plugin folder, lose all of that stuff, and/or install WP 2.8, does anyone have any other suggestions for troubleshooting the aforementioned issue?
Forum: Fixing WordPress
In reply to: WordPress <title>Ya, you need to append whichever fields you want displayed for the various types of pages. (in the settings page)
For a post:
%post_title% | %blog_title%For a page:
%page_title% | %blog_title%There are variables for each type of page, so it’s a matter of preference.
Forum: Fixing WordPress
In reply to: WordPress <title>Just download & install the All-In-One-SEO-Pack plugin. Set a few options & you’re good to go.
Forum: Fixing WordPress
In reply to: Sudden Blank Pages – Dashboard, Plugins & AppearanceRemoved the wp o-matic plugin, but still having issues.
Forum: Fixing WordPress
In reply to: what happened to revolutiontwo.com?According to Brian, the server crashed: https://twitter.com/bgardner
Forum: Fixing WordPress
In reply to: Content dissapears to bottom of pageI see an iFrame w/ a 1700px hieght setting on it.