iselltheta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embed a vimeo video to a sliderThat’s never been the case before. I’ve received help with other theme related questions. I’ve been doing this for about four years now and never heard that answer before.
Forum: Fixing WordPress
In reply to: Embed a vimeo video to a slider47713 from Template Monster.
Forum: Plugins
In reply to: [Spectacu.la Discussion] Plugin Stopped WorkingMeant to say I was using WP version 3.5, not 3.0
Forum: Fixing WordPress
In reply to: Ajax Comments Stopped WorkingDoing a little research a new version of JQuery was released today and my plugin calls for the most recent version. Problem is I don’t know how to specify the prior version. It looks like I need to change that here, but not sure how.
// Make sure we have jQuery version 1.3.2 or better if ( isset( $wp_scripts->registered[ 'jquery' ]->ver ) && version_compare( $wp_scripts->registered[ 'jquery' ]->ver, '1.3.2', '<' ) ){ wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', SPEC_COMMENT_URL . "/js/jquery.js", array( ), '1.3.2', true ); }
Forum: Fixing WordPress
In reply to: Error Messages Not AppearingI appreciate the effort. Thank you!
Forum: Fixing WordPress
In reply to: Error Messages Not AppearingI think it is not MM related because I have another site macrostory.com that uses MM and it does populate error messages. I’m using the same version of their plugin. Does that make sense?
Forum: Fixing WordPress
In reply to: Error Messages Not AppearingI doubt it is magic members related. Not sure why you are coming back to that but you are. Thanks anyways for trying to help.
Forum: Fixing WordPress
In reply to: Error Messages Not AppearingI deactivated and no luck, still no errors. My other site that uses magic members works by the way and shows error messages. Any other ideas?
Forum: Fixing WordPress
In reply to: Error Messages Not AppearingI use magic members on both sites though. Perhaps it is contact form 7 I don’t use that on my other site. But I do get messages both error and non-error when submitting the contact form 7 form.
Forum: Fixing WordPress
In reply to: Error Messages Not Appearinghttps://rethink-markets.com/register is a form you can use to generate an error and see specifically what I am talking about. If you skip a field and submit the form you’ll see a pink rectangular box at the top of the form with no message inside.
Forum: Fixing WordPress
In reply to: Error Messages Not Appearinghttps://rethink-markets.com/ is the site, sorry for forgetting to include that.
Forum: Fixing WordPress
In reply to: Comment URL In New WindowIf you are still around I came across one little problem. I am using spectacu.la plugin which posts new comments via ajax. If someone posts a comment with a URL if I click that URL a new page does not open. But if I then hit the back key and reload the page and comment a new page does open after clicking the URL. Does this make sense that the ajax posted comment is not seeing the code you gave me in the footer and thus not opening a new page when I click on the URL. Yet if I reload the page the URL on the comment does then open a new page. Thank You (again)…
Forum: Fixing WordPress
In reply to: Comment URL In New WindowExcellent. Thank you again for your help. It is much appreciated.
Forum: Fixing WordPress
In reply to: Comment URL In New WindowYou are the MAN! Worked like a charm. Thank you very much…
Forum: Fixing WordPress
In reply to: Comment URL In New WindowThank You for the speedy help. Curious does that go in my function.php file and if so where in the file? Thank You –