aarseth
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Fatal Error when trying to activateHi Author,
Any guidance you can provide will be very helpful. Thanks!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Fatal Error when trying to activateOkay, I’ve finally got the site running on the updated version of PHP.
I installed the plugin and was greeted by the error: “The plugin generated 793 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
I don’t think it is causing any problems so far, but I am writing mainly to ask: Where is the file schema.xml located?
Also, are you able to provide more details about what to do with the wpsolr_search_engine.php and how to add autocomplete functionality to a non-search form field? There is no search being used anywhere else in the site, so I can label the field as a search field, if that will help.
Thanks for your help.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Fatal Error when trying to activateThank you for the very fast response! I will investigate about upgrading the PHP.
Since I have you “on the line”, maybe you can even tell me if this plugin can handle the implementation I am hoping for.
I’m hoping first that it can deliver suggestions exclusively for Category Type = Products, and second that I can use it as part of a custom form (for the field “What products are you interested in?”) rather than as a site search.
Is this even possible?
Thanks again.
Forum: Plugins
In reply to: [Social] Can't add Facebook accountSame thing with me… Twitter works fine. Facebook launches a little blank window which closes immediately, and the account does not connect.
Forum: Plugins
In reply to: [Social] Can't add Facebook accountI am having a similar issue. Twitter works fine, but Facebook won’t connect.
There is a generic head icon beneath the Sign in with Facebook button. When I click the button, a new browser window opens, then closes, and the page refreshes. However instead of showing my Facebook profile picture, it looks the same as before.
Forum: Plugins
In reply to: [WP Parallax Content Slider] Setting exact background parallaxHi there. I finally figured out how to fix the problem with my slider not aligning correctly.
It was not a miscalculation… I noticed that it was operating correctly in Firefox, but incorrectly in Webkit browsers. There must be some kind of problem in the Webkit-specific animations.
However the solution was not in the -webkit references in the CSS, it was in the jquery.cslider.js file. I hid the lines at 235-243:
this.$el.on( ‘webkitAnimationEnd.cslider animationend.cslider OAnimationEnd.cslider’, function( event ) {
if( event.originalEvent.animationName === ‘toRightAnim4’ || event.originalEvent.animationName === ‘toLeftAnim4’ ) {
_self.isAnimating = false;
}
});
… and just below that:
this.$el.on( ‘webkitTransitionEnd.cslider transitionend.cslider OTransitionEnd.cslider’, function( event ) {
if( event.target.id === _self.$el.attr( ‘id’ ) )
_self.isAnimating = false;});
…and that seems to have fixed the problem! It is now operating just like the Firefox version (with distance being what I specified instead of some other random distance.
FYI, I am using version 0.9.2 and the most recent versions of Safari and Chrome. This may be a bug you have corrected in subsequent versions, but in case not, this is what I have found.
Forum: Plugins
In reply to: [WP Parallax Content Slider] Setting exact background parallaxSo how is the shift of the background layer specified?
Forum: Plugins
In reply to: [WP Parallax Content Slider] Setting exact background parallaxYes, sorry I didn’t explain that very well either. This is basically what the background layer looks like:
https://dl.dropboxusercontent.com/u/19177508/qfd-slider-bg.png
Forum: Plugins
In reply to: [WP Parallax Content Slider] Setting exact background parallaxHello, thanks for getting back to me. I am definitely a user who likes your plugin! I’m not sure what happened, because when I initially set it up, I had it working perfectly. Now I must have forgotten how to work it.
I apologize because I did not explain it completely: For each slide, the background should be a solid color (with the gradients in between):
https://dl.dropboxusercontent.com/u/19177508/qfd-solid.png
It seems to be working for the first couple of slides, but by the time the third slide comes up, there is a noticeable gradient between two colors:
https://dl.dropboxusercontent.com/u/19177508/qfd-gradient.png
Is there a place to enter the exact pixel shift for the background image? Or is it some kind of %-based thing?
One more thing: Just out of curiosity, how did you come to know of the QFD website?
Thanks again.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Sub-menu problem with Awake themeI switched back to the Twenty Eleven (and whatever template is the default for that theme) and the drop down menus work fine on the Jobs page.
Since you’ve run into similar conflicts before, what solutions have worked for you in those situations? Any particular aspect of the template that was causing the problem?