chrisvallleyoc
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Customizing search results?Nevermind, I just realized that it’s all on the content page for my theme.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Not working for Jigoshop ProductsWoah, got a bunch of errors apparently, here’s what shows up:
Deprecated: Assigning the return value of new by reference is deprecated in /data/.../wp-content/plugins/jigonmipay/nmipay.php on line 189 Deprecated: Assigning the return value of new by reference is deprecated in /data/.../wp-content/plugins/seo-ultimate/seo-ultimate.php on line 77 Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /data/.../wp-includes/functions.php on line 3060 Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /data/.../wp-includes/functions.php on line 3060 Notice: Constant WPCF7_LOAD_JS already defined in /data/.../wp-content/themes/OrthoClassic/functions.php on line 370 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /data/.../wp-includes/functions.php:3060) in /data/.../wp-content/plugins/jigoshop/classes/jigoshop_session.class.php on line 22 Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /data/.../wp-includes/functions.php on line 3017
Forum: Plugins
In reply to: [Ajaxy Instant Search] Jquery ConflictNevermind, I found the problem, it was another plugin that didn’t use wp_enqueue for jquery. I fixed it by replacing their <script> with
wp_enqueue_script( 'jquery' );
and now it worksUpdate:
I disabled all plugins and it worked fine. I reactivated them one at a time and found the culprit: Transposh Translation FilterI’m not sure what about it breaks the search, but it does. Marking as resolved as unrelated to this plugin.
It appears something else may be wrong. I tried switching to the default TwentyEleven theme and disabled Relevanssi and no matter what I search for, the same results come up every time (products from Jigoshop). This is also true if I search for some jibberish phrase that shouldn’t show up in any search.
The tab <title> says “Search results for | MYBLOGHERE” and doesn’t show what I’m searching for. The same is true of the <h1> title at the top of the page which says “Search Results For” without the query string.
TwentyTwelve and TwentyThirteen themes do the same thing.
I tried this also with my current theme without Relevanssi and get the same results.
Any idea what would break the search so badly?
P.S. I tried the only one I could find, and dumped $relevanssi_active and it displayed: bool(true)
I also tried a var_dump of $relevanssi_variables and it gives a long output with all the stopwords.
Not sure if that helps.
Sorry, but how do I do that? What vars should I be dumping in lib/search.php?
3.1.9 (the latest)
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Problem building index (redirects)I had a similar problem. If you reload the Relevanssi Search Options page and uncheck “Expand shortcodes in post content”, then at the top Quick tools, change the number to 1 documents and continue indexing. This should get past whatever page is redirecting it. Next go back down and recheck “Expand shortcodes in post content” and keep it at 1 document and continue indexing again. If it works, change to whatever number you want (I do it in chunks of 400) and if it redirects or errors out, repeat those steps to get past each of the pages that redirects. Eventually you’ll get it all indexed.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Indexing forwards me to "my account" pageLooks like I found the problem. It was related to short-codes. Found the explanation here:
https://www.relevanssi.com/knowledge-base/indexing-problems/
I turned off the “expand shortcodes” option to get past the problem page, then turned it back on and it worked.
Forum: Plugins
In reply to: [Supra CSV] Updating existing postsThis would be very nice to have.
Forum: Plugins
In reply to: [Supra CSV] Having problems getting images to show upAny idea what’s going on?
Forum: Plugins
In reply to: [Supra CSV] Having problems getting images to show upSubmitted to your contact form, thanks.
Forum: Plugins
In reply to: [Supra CSV] Having problems getting images to show up1.1.0
Forum: Plugins
In reply to: [Supra CSV] menu_order and post_parent missingWhere should I send them?