ndh01
Forum Replies Created
-
Thanks!
Path looks ok though
My wp-content directory has been renamed and it says it can’t find the php the frame is trying to load.
Forum: Plugins
In reply to: [Meteor Slides] Slides not showing up correctly.Hey Josh,
I ended up creating new slides and uploading the photos again. The slides worked as expected. I only had 13 so this wasn’t a big deal.
However, you may want to investigate why the migration didn’t work.
I copied the uploads directory and used the WP export/import function to create the posts. Everything worked except the sizes of the slides.Thank you
Forum: Hacks
In reply to: Filter for Media Library to load different image size other than mediumHi bcworkz,
You may be referring to form dropdown under ATTACHMENT DISPLAY SETTINGS?
I’m interested in the image size that WordPress uses when displaying the grid of images either in the admin menu for Media or when inserting the post. If you right click and inspect the images, it is pulling the Medium image size that is defined in Settings – Media. If you don’t have a Medium size defined, it will use the full size images.
Forum: Plugins
In reply to: [WP-PostRatings] Error when voting on iPhoneLester,
Adding class=”needsclick” to the following lines does remedy the issue.
lines 1050,1053,1055, 1058, 1071,1074,1076,1079Would this make its way into your code someday or will I need to always edit after an update?
Thank you for your help!
Forum: Plugins
In reply to: [WP-PostRatings] Error when voting on iPhoneHi Lester. I’m not seeing how to add that to vote button. The only docs I have seen are in the read me. Is there another set of docs to reference? Currently my vote template has :
%RATINGS_IMAGES_VOTE% (<strong>%RATINGS_USERS%</strong> votes, average: <strong>%RATINGS_AVERAGE%</strong> out of %RATINGS_MAX%)<br />%RATINGS_TEXT%
Forum: Plugins
In reply to: [WP-PostRatings] Error when voting on iPhoneHi Lester. I narrowed it down to this: Seems to be an issue between your plugin and fastclick.js.
https://github.com/ftlabs/fastclick
It occurs when this script is loaded, which makes since that it doesn’t effect desktop browsers. I’m not sure what the true conflict is but I hope you may be able to determine.
Thank you
Forum: Plugins
In reply to: [WP-PostRatings] Error when voting on iPhoneHi Lester. Yes voting works great on the desktop.
Forum: Plugins
In reply to: [WP-PostRatings] WP-postratings and WP-Touch Pro 3.x on mobile devicesI am not using a caching plugin
Forum: Plugins
In reply to: [WP-PostRatings] WP-postratings and WP-Touch Pro 3.x on mobile devicesI have the same problem when trying to vote on an iPhone
Forum: Fixing WordPress
In reply to: the_content doesn't display formatting from visual editorI think you’re right. I didn’t even think of that! I will take a look
Forum: Hacks
In reply to: sanitizing a text field form but keep line breaksThanks I will take a look.
Forum: Hacks
In reply to: sanitizing a text field form but keep line breaksI want to make sure that html/SQL/php/js etc can’t be submitted and executed. I do however want the line breaks to remain.