wizdum
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Gravity Forms Importer] Form Fields aren't EditableSame problem here, mine is definitely a javascript issue… but I don’t think it is caused by other plugins. Rather that the type is not being set correctly for the field?
Clicking on any form field imported with this plugin:-
Uncaught TypeError: Cannot read property 'type' of null form_editor.js?ver=1.8.4:443 LoadFieldSettings form_editor.js?ver=1.8.4:443 FieldClick form_editor.js?ver=1.8.4:1612 (anonymous function) form_editor.js?ver=1.8.4:111 x.event.dispatch jquery.js?ver=1.10.2:4 v.handle jquery.js?ver=1.10.2:4
Forum: Plugins
In reply to: [Facebook] Failed posting to your Facebook Timeline.I have the same problem. I have set this up for a client, publishing in facebook by either her or I gives:-
`Failed posting to your Facebook Timeline. Error: {“message”:”Application with ID {CORRECTAPPID} has not been granted the capability to use the property message.”,”type”:”Exception”}
but it posts to my personal wall, and not her personal wall or facebook page.
Forum: Plugins
In reply to: W3 Total Cache – Error: Are you sure you want to do this?For anyone else stumbling on this page, just disable preview mode instead of deploying.
yes, that could work.. but the problem is not that the server doesn’t allow url_fopen/readfile.
The problem is that the path provided to readfile isn’t correct.When you add a file link in a downloads post type from the backend, it creates a file path
/wp-content/uploads/edd/2012/06/filename.pdfreadfile takes a file system path, not url, so it doesn’t work.
Hmm, I’ve tried turning off everything else in your plugin and any custom fb code i’ve put in text widgets.
I can sometimes get it to work on my local server but most of the time $sfc_comm_comments_form is undefined in sfc_comm_footer_script() in sfc-comments.phpI am getting the same error:
sfc_update_user_details is not defined https://connect.facebook.net/en_US/all.js Line 54
<div class="fl" id="comment-form-container"> <h3 class="comment-counts-label">Leave a comment</h3> <div class="fl" id="comment-form"> <div id="alt-login-methods"><p><fb:login-button onlogin="sfc_update_user_details();" scope="email,publish_stream" v="2"><a class="fb_button fb_button_medium"><span class="fb_button_text"><fb:intl>Connect with Facebook</fb:intl></span></a></fb:login-button></p></div> </div><!-- end of comment-form //--> <div class="fix"></div> </div>
Click Connect with Facebook, pops up window, login and allow, popup closes and page does nothing. Firefox console displays error above.
Last part of footer.php
<?php echo $theme_data['thg_google_analytics'];?> <?php wp_footer();?> </div> </body> </html>
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Generated sitemaps invalidTurns out it was caused by the root-relative-url’s plugin.
Deactivated and the sitemap is generated correctly.
same problem here. what is the other plugin you used?