dardar26
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
via functions.php
add_filter( 'related_posts_by_taxonomy_gallery_item_class', 'rpbt_gallery_item_class' ); function rpbt_gallery_item_class($class) { return 'rpbt-item'; }- This reply was modified 6 years, 8 months ago by keesiemeijer. Reason: fix code formatting
Forum: Plugins
In reply to: [Social Login Lite For WooCommerce] facebook approvalGo to
/wp-content/plugins/social-login-lite-for-woocommerce/woocommerce_social_login.phpChange Line 165
},{auth_type: ‘rerequest’,scope: ’email,user_photos,user_videos’});
to
},{auth_type: ‘rerequest’,scope: ’email’});
It will just get the profile and the email.
Forum: Plugins
In reply to: [Social Login Lite For WooCommerce] Error destination URLtry to change this
line 223 and line 384 in
/wp-content/plugins/social-login-lite-for-woocommerce/woocommerce_social_login.php
window.location.href = “<?php echo site_url();?>/my-account”;to
window.location.href = “<?php echo site_url();?>/index.php/my-account”;Forum: Plugins
In reply to: [Accept PayPal Payments using Contact Form 7] Form notification mailI’m having the same problem too. Can someone help us with this? Thanks
Viewing 4 replies - 1 through 4 (of 4 total)