Murphy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Quotes and spaces converts to funky charactersWell, no suggestions yet. So as of now I have replaced all the funky quotations with regular HTML quotes using a replace query in the database but I cannot figure out how to remove the quirky “B” as shown in spaces on this page:
https://news.newmanu.edu/volunteers-needed-newman-university-booth-kansas-state-fair/The database just shows it as a space. If I remove the space and enter in a space the B disappears. But I need to correct about 1000 occurrences.
Forum: Plugins
In reply to: [The Events Calendar] Separate RSS Feeds for Calendar CategoriesStill waiting for some feedback on this. I can possibly pay a flat fee for customization but I’m not too wild about paying a recurring annual fee for premium support.
Forum: Plugins
In reply to: [Simple LDAP Login] Support for non-anonymous binds?Amen brother! I haven’t found anything for wordpress for this and I’m unable to code a non-anonymous bind custom plugin. Strange. Is this a wordpress limitation???
Forum: Plugins
In reply to: [Active Directory Integration] Unable to AuthenticateHello??? Any help is appreciated.
Hey guys. I have the same question. I have products that I would require the customer to enter additional info (a date needed by) but if they don’t enter anything in the field, then proceed to checkout, then decide they want to enter information by clicking the “Click here to enter your information” link, the cart is emptied. Seems like the checkout page dumps the session when leaving this page. Any suggestions???
I was also searching for a way to mark particular fields as “Required”. Seems like this would be already built in considering how well-constructed this plugin is. Hope for this to be included in a near future release. Until then, my users can send forms without ever entering an email address!
Forum: Networking WordPress
In reply to: Slideshow plugin that works with multisite?Just created a slideshow specifically for multisite. Click here.
Forum: Plugins
In reply to: NextGen – How to Add Custom Fields to Shutter?Thanks Bill. I will keep this in mind for future projects.
Forum: Fixing WordPress
In reply to: custom fields for thumbnails?Does anyone know how to add custom fields to the shutter or lightbox modal so the custom fields show just below the image? I’m not good with javascript. It’s for the nextgen gallery.
Thanks!
Me three. Been scratching my head on this one. Can’t seem to find a way to pass php variables to .js file. Or maybe I’m just going about it the wrong way. Please someone help!
Forum: Plugins
In reply to: Nextgen Gallery – centering slideshow imagesI too am looking for a solution. Trying to play around with jQuery. However, I am a novice.
I can center a vertcal image inside the slideshow by going to the jquery.cycle.all.min.js file and replacing “absolute” with “relative”. But vertical alignment is tricky with horizontal images. I don’t want to use table-cell because IE has issues with it.
So I think jquery must be the answer. I’m not sure how to go about it. But I think I’ll have to edit the ngg.slideshow.js file to add a style class for all horizontal images to a certain top margin.
I will post here when I find a solution.