johnevanofski
Forum Replies Created
-
Update on this: I checked the console and I’m getting 403 forbidden for all of the images…
Forum: Plugins
In reply to: [Pronamic Google Maps] List of options?Thanks agains for your help Leon!
Forum: Plugins
In reply to: [Pronamic Google Maps] Link to map and location info?Yeah, is it the same issue?
Forum: Plugins
In reply to: [Pronamic Google Maps] Link to map and location info?Thanks Leon!
What about an external link to the map (on google maps) is there some way I could parse that out of the code?
Forum: Plugins
In reply to: [Simple Lightbox] having trouble getting the rel attribute to workOk I think I figured out why it wasn’t working anyway. Looking forward to the new releases, I’m loving the beta version!
Thank you!
Forum: Plugins
In reply to: [Simple Lightbox] Clash with jQueryNo, it appears that I have to use the jQuery() alias otherwise the code doesn’t work.
It even says something about it in the wp_enqueue_script() doc
http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers
Forum: Plugins
In reply to: [Simple Lightbox] Clash with jQueryThat seems to have resolved the issue, I used:
<?php function my_scripts_method() { wp_enqueue_script( 'easing', get_template_directory_uri() . '/js/jquery.easing.1.3.js', array('jquery') ); } add_action('wp_enqueue_scripts', 'my_scripts_method'); ?>Also note to anyone with the problem in the future you will need to take your $(…) method out in leu of jQuery(…)
Forum: Plugins
In reply to: [Simple Lightbox] Clash with jQueryHere’s the page effected: http://johnevanofski.net
Forum: Fixing WordPress
In reply to: Loops are not udpating on the User SideOh man! Thank you! That totally fixed the issue.
I’ll have to go through and change the loops styles to WP_Query later. I got wrapped up in some deep coding and totally forgot about the multiple loop issue.
Wow!
Thank you so much for your quick reply. Changing the Reply-To Email to the email on my server totally fixed it, I’d had it blank before.
You are the best