Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What I see is not what others seeyou have using jetpack comment plugin so please see any update or disable and check same issue on comments or not.
Forum: Fixing WordPress
In reply to: What I see is not what others seehii @mickeydownunder,
see your post sceen, i have able to comment on your post.
http://s12.postimg.org/pqgbodqp9/image.png
see your comment list on web i have added tomorrow and now i have add recently.
ok now u say about comment post error : There was a problem processing your comment.
if u use any plugin for spam comments please update it.
Forum: Fixing WordPress
In reply to: Warning messages and cannot access wp-adminmanage your cron setup on blog if you don’t want this just add hear
wp-config.php ondefine('DISABLE_WP_CRON', 'true');First if u have use any cron extension so please disable this one also conflict issue.
Forum: Fixing WordPress
In reply to: Pup up Email plugin ?Forum: Fixing WordPress
In reply to: What I see is not what others seehii @mickeydownunder,
As define urls working fine for comment.
Forum: Fixing WordPress
In reply to: Menu – removal of page title on featured imagePlease provide a live site link or screen short. which is defined your issue easy way to us.
Forum: Plugins
In reply to: [Theme My Login] Internet Explorer interim login error (404)Hii,
If u wants to redirect after login and logout for user /admin /editor:
Just enable theme my login Custom Redirection module.And add which u want to redirected. There have 3 (Default / Referer / custom link) types options please check for subscriber i hope there have mistack.
Thanks,
Forum: Plugins
In reply to: [Gallery by FooGallery] foogallery in wp 3.4.1Global Gallery working well for old version.
Forum: Fixing WordPress
In reply to: wp 3.4.1 compitible free Album gallery pluginGlobal Gallery working well for old version.
Forum: Fixing WordPress
In reply to: Site icons don't show in google chrome?please add screen for your issue point to this.
on my chrome browser display well. but firefox on not display icon which u have font please check this working well or not.Forum: Plugins
In reply to: [Gallery by FooGallery] foogallery in wp 3.4.1TypeError: $(...).on(...).on(...).sortable is not a function $('.foogallery-attachments-list') ReferenceError: wp is not defined FOOGALLERY.media_uploader = wp.media.frames.file_frame = wp.media({Forum: Plugins
In reply to: [Gallery by FooGallery] foogallery in wp 3.4.1on 189 fix
if(function_exists( 'wp_enqueue_media' )){ wp_enqueue_media(); }else{ wp_enqueue_style('thickbox'); wp_enqueue_script('media-upload'); wp_enqueue_script('thickbox'); }Please say me any fix code for js not working.
Forum: Plugins
In reply to: [Gallery by FooGallery] foogallery in wp 3.4.1TypeError: $(...).on(...).on(...).sortable is not a function $('.foogallery-attachments-list')http://www.askdatatech.com/wp-content/plugins/foogallery/js/admin-foogallery.js?ver=1.2.4 (line 387)
ReferenceError: wp is not defined FOOGALLERY.media_uploader = wp.media.frames.file_frame = wp.media({http://www.askdatatech.com/wp-content/plugins/foogallery/js/admin-foogallery.js?ver=1.2.4
1) I have not created any gallery i just try to create time error.
Forum: Fixing WordPress
In reply to: Update old comments with new registered user email address?function user_profile_update($user_id) { $commentarr = array(); global $wpdb; if( !current_user_can( 'edit_user', $user_id ) ){ return false; } if(isset($_POST['email'])): echo $email = esc_attr($_POST['email']); $wpdb->query("UPDATE $wpdb->comments SET comment_author_email='$email' WHERE user_id=$user_id"); endif; } add_action('personal_options_update','my_profile_update', 10,2); add_action('profile_update', 'user_profile_update', 10,2);Forum: Fixing WordPress
In reply to: Permalinks with WordPress on custom site@etechgeek24 there have something wrong use after click single.php have not called.
without code check i can’t say to easy whats is issue on blog.