Ravikumar Patel
Forum Replies Created
-
How to updated user in interested categories?
@lapzor, yes but you not gating my point i not wan’t list.
When i select list : Xyz -> list in group how to insert data.https://stackoverflow.com/questions/8761595/mailchimp-api-php-add-to-interest-group/13203568
please review :
http://easycaptures.com/fs/uploaded/1124/6156482516.pngI have try something link but not working:
add_filter( 'mc4wp_integration_data', function( $vars ) { //$vars['GROUPINGS'] = isset( $_POST['GROUPINGS'] ) ? $_POST['GROUPINGS'] : array(); $vars['GROUPINGS'] = array( 'GROUPINGS' => array( array( 'name' => "161", // You can use either 'name' or 'id' to identify the group 'groups' => array("Education","Stewardship") ), ) ); return $vars; });- This reply was modified 8 years ago by Ravikumar Patel.
- This reply was modified 8 years ago by Ravikumar Patel.
Forum: Plugins
In reply to: [AddToAny Share Buttons] How to remove full menu from on click?.a2a_more { display: none !important; }
You can set the AddToAny button to on-click instead of on-hover. : yes, but when i apply click event second click on opened a full menu.
Site person not need this full menu any way.
Forum: Plugins
In reply to: [Image Preloading] Undefined variable: please fix$result = '';Add this code on your line no 126 after
function image_preloading_scripts() {Forum: Plugins
In reply to: [Yoast Duplicate Post] Some Bug exits on latest versionyes, i have installed a contact form plugin when i have seen cf list on this page error displayed.
Any one proceed on this issue now i have edited plugin file but provide filter functions or backend options for custom posts types selection in your next update.
- This reply was modified 8 years, 1 month ago by Ravikumar Patel.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp share back to web issue on iphone device?@micropat, ok But when directly open the app on iOS devices but after how to back on current site?
Step1 : Click on whats app share.
Step2 : After move on app click on back button (when click on back this one not back on our site).- This reply was modified 8 years, 1 month ago by Ravikumar Patel.
Forum: Plugins
In reply to: [Comment Rating Field Plugin] How to get comment rating selected comment IDI have found solution
$rating = get_comment_meta($comment->comment_ID, 'crfp-average-rating', true );Forum: Fixing WordPress
In reply to: Slow loading WP site with lots of errorsNeed to work speed optimization.
– Compress images
– Add htaccess code related to speed optimization
– use cache plugin (w3c cache) merge js /csshttps://gist.github.com/unclego/f7682de5820a1c76d473
Adding this code this issue fixed please fix in your code also
CLIENT -> SERVER: EHLO 172.16.0.114
CLIENT -> SERVER: STARTTLS
SMTP Error: Could not connect to SMTP host.CLIENT -> SERVER: QUIT
SMTP ERROR: QUIT command failed: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingForum: Reviews
In reply to: [Image Preloading] Syntax issue Please Testing a codeYes, I have just contact only this author for better plugin solution update, I follow forum rules never contact direct to him.
Thanks for reply me. I wants to contribute on plugin as contribute but no more idea.Some large plugin provide provide this type of functionality so.
Forum: Reviews
In reply to: [Image Preloading] Syntax issue Please Testing a code@jdembowski : Ok i will post with support form.
But I have contact him for this issue how to i support to you but not any reply.
Any otherway to contribute on this plugin as developer?Forum: Fixing WordPress
In reply to: HTML Widget not accepting any kind of HTMLCreate shortcode with this code & add in your widget.
IF code knowledge is less then manage using this
This one easy way to managed your code any where.
- This reply was modified 8 years, 5 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Only registered users can comment?For this need to required manage condition for not display post without register & logged user.
This one setting only for comment form related.
You can manage your condition code on comments.php
- This reply was modified 8 years, 5 months ago by Ravikumar Patel.