atburi
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Breaks bbPress 2.3 searchHi Mikko and Jared,
I’m in the same boat as Jared, and really glad to hear they’ll be a fix for that in the next update. Relevanssi is such a great search form that I don’t want to disable it just so bbPress search can work…
anyway, thanks for the hard work!
Alex
If you are coding your search form, below the search button add this field:
<input type="hidden" name="post_type" value="cpt-name" />where ‘cpt-name’ is the name of your custom post type. That will show results only for that post type.
Then you’d have to use conditionals like
<?php if ( is_archive() && ( get_post_type() == 'cpt-name' ) ) : // then echo '<input type="hidden" name="post_type" value="cpt-name" />' ...and so on... ?>does that work?
just moving the post to the top again…
Forum: Plugins
In reply to: [SearchAutocomplete] List of suggestions disappears on hoverHi, thanks for getting back about my post. I changed the design of the sidebar around and I don’t have that issue any longer, but thanks for the offer anyway.
really appreciate the plugin – it’s a big addition to my site!
Alex
I’ll mark this topic as resolved although the original question remains inconclusive (un-tested). For anyone else, the solution for this issue is to go to the development version, and seems generally to be an issue for people with large numbers of users.
hi professor99,
I haven’t tried the development version yet as generally don’t like using development versions on important websites. I’ll send Tareq a message, though, and ask about trying to PRO version.
thanks again!
AlexHi @professor99,
I would really like to purchase your PRO plugin but am worried if by chance it also increases the load time of my site, like your free version does. I haven’t tried the development issue yet as a solution to this as I haven’t had the time, but I’m curious if the pro version causes the same issue.
Is there are way I could purchase it and if it works, great, but if it slows the site down get a refund?
thx,
AlexForum: Plugins
In reply to: [SearchAutocomplete] List of suggestions disappears on hoverok – solved it.
On my home page, I had another sidebar box using the jquery ui whose jquery files I was loading in the footer, so it seems these files were being loaded twice. I took out the footer reference, and now the search form works but not the sidebar jquery tabs.
How can I ensure both these work?
Forum: Plugins
In reply to: [SearchAutocomplete] List of suggestions disappears on hoverTurns out it wasn’t a z-index conflict issue.
I can hover over the suggestion list, no problem, on pages other than the home page, but no matter where I insert my search form on the home page the pop-down auto-suggestion box disappears once I try to hover over it.
Anyone have any ideas what might be causing this?
Thanks.
Forum: Plugins
In reply to: [SearchAutocomplete] List of suggestions disappears on hoverseems to be a z-index issue as it works on other pages where the rotator is not present!
ok, I’ll try this. thanks.
(I looked at the latest development version earlier and thought it was older than the version available on the WP repository…)
Forum: Plugins
In reply to: [DJD Site Post] Custom Post TypesThanks djarzyna, I’ll give it shot. Appreciate the support!
Forum: Plugins
In reply to: [WangGuard] While running WangGuard Wizard my page times outThanks, Jose. I’ll mark this request as resolved.
Forum: Plugins
In reply to: [WangGuard] While running WangGuard Wizard my page times outI can, yes. Is that the same as max_input_time ?
Can you suggest a number to put for max_execution_time = ____ ?
Thanks!
Forum: Plugins
In reply to: [WangGuard] While running WangGuard Wizard my page times outThanks for the response, Jose.
Any idea how I can go about fixing this off the top of your head so I can properly run the wizard?