chaladi
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Profile Views] Undefined variableNo reply… closing the issue as resolved
Forum: Plugins
In reply to: [Buddypress Profile Views] Undefined variableI installed plugin on WordPress 6.4.2 and buddypress 12.1.1 with PHP 8.1 on server. The plugin is working fine without any issues.
Thank youForum: Plugins
In reply to: [Buddypress Profile Views] Undefined variableHi @janvasek ,
Which version of wordpress and bddypress you are using? I didn’t updated the plugin in recent times.. will update it for you.
ThanksForum: Plugins
In reply to: [Buddypress Profile Views] bbpress Profil viewsYes it is possible to manipulate views by editing bpviews count in meta table through phpmyadmin or SQL.
Forum: Reviews
In reply to: [Buddypress Profile Views] my reviewThats strange. There are no REST API calls or curl commands used. Even no “show errors” code is not there. Probably it is from another plugin or from new wordpress auto update plugin feature. Try turn off auto update on this plugin and check.
Thank you
Forum: Reviews
In reply to: [Buddypress Profile Views] my reviewHello Alissa,
Sorry for inconvenience caused. I rectified the problem. That code is mistakenly activated in previous update. Removed now.
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Views] Session problem other pluginsThis was fixed with version 2.0
Forum: Plugins
In reply to: [YITH WooCommerce Uploads] No uploaded file in order menuFound problem.
I unchecked “Allow cart attachment” in admin settings as I dont want to show it on cart page.
Commented following lines,//if ( $this->allow_on_cart_page ) {
add_action ( “woocommerce_after_cart”, array ( $this, ‘show_upload_section_on_cart_page’ ) );
add_action ( ‘woocommerce_checkout_order_processed’, array (
$this,
‘attach_file_from_cart_to_order’,
), 10, 2 );
//}and in function “attach_file_from_cart_to_order”, commented same if statement,
// if ( $this->allow_on_cart_page ) {And is working fine now.
Forum: Plugins
In reply to: [YITH WooCommerce Uploads] No uploaded file in order menuSame problem here. Files not displaying in right “YITH Additional Uploads” meta box.
I made several orders by uploading files and it is always showing “There are no files attached to the order.”
Forum: Plugins
In reply to: [Buddypress Profile Views] SuggestionsHi landwire,
Thanks for the suggestions. This plugin is actually custom coded for a client in an hour of time and thought will be useful to others, so I posted here.
Will implement your suggestions in next version of the plugin.
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Visitors] TranslationSorry Jayd94, I didn’t coded to be multi language. Hope will come up with next version. Until then you can directly edit the plugin file where ever you need your language letters.
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Visitors] Total Profile Views not displaying1) The count will show only when other users visit the member profile.
2) Some customers had custom coded profile page which is not coded correctly. This will also one error for not showing the count.Yes it is compatible with latest wordpress 4.1.
If problem arises please send the link of your website.
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Views] Errors everywhereThanks Guys,
The issue is solved now.
@blackspiritofc I added a class(bp_profile_views) to the div. Just write css to fix your problem.
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Views] Errors everywhereEven with wp_debug true I didnt see any error. And the plugin is live on 7 of my customers without any problem. There must be a problem with your site configuration. Arrange a skype session to look into your problem.
My skype: gopalchaladi
Thank you
Forum: Plugins
In reply to: [Buddypress Profile Views] Errors everywhereThe plugin is working fine. Let me know your URL. Or send details to [email protected]. Will check the problem.
Thank you