atmanivedana
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call to undefined function wp_kses()Lo que a mí me funcionó fue eliminar el archivo db.php ubicado en el directorio wp-content.
Mismo problema y ya tengo la cuenta autorizada para pagos recurrentes.
al pagar sale el error “The parameter customer id is mandatory”Hi, i used your plugin because i also need to insert flickr galleries in my website, anywhere i will use img tag like you advise to me.
ThanksYes, i have a promotion with 3 free classes per user, so if a visitor create several accounts it can abuse the system.
Yes, please is very necessary, thanks for your response.
Hello, i could solve it with you suggestion. Thank you!
Ok, thankyou! i will do it!
Hi, yes this featured is very necessary, currently it is possible with conditional fields, but it dont works in filter.
We are very gracefull if you implements his featured, Thanks!
Any idea? please
Forum: Plugins
In reply to: [YITH Live Chat] Check vendor onlineOk, but i want use your Plugin and i need to know this info previously.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Error adding menu to Vendor DashboardThis is my code, i have a question with your code, where i set name for menu, functions to render content, etc? Thanks!
<?php /* Plugin Name: Addon to YMV Plugin URI: https://implicitpay.com Description: Addon to YMV Version: 0.1 Author: Atma Author URI: https://www.implicitpay.com/ License: GPLv2 o posterior */ if( ! function_exists( 'yith_wpv_vendor_menu_items' ) ){ function yith_wpv_vendor_menu_items( $to_add ) { if( function_exists( 'yith_get_vendor' ) ){ $vendor = yith_get_vendor( 'current', 'user' ); if ( $vendor->is_valid() && $vendor->has_limited_access() ) { $user = wp_get_current_user(); /* === Change This With Your Custom Page === */ $to_add[] = 'at_vendor_info'; } } return $to_add; } } add_filter( 'yith_wpv_vendor_menu_items', 'yith_wpv_vendor_menu_items' ); ?>
- This reply was modified 6 years, 2 months ago by atmanivedana.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Error adding menu to Vendor DashboardHi, thanks for response, i used your code but it not display menu in vendor dasboard, i used this:
if( ! function_exists( 'yith_wpv_vendor_menu_items' ) ){
function yith_wpv_vendor_menu_items( $to_add ) {
if( function_exists( 'yith_get_vendor' ) ){
$vendor = yith_get_vendor( 'current', 'user' );
if ( $vendor->is_valid() && $vendor->has_limited_access() ) {
$user = wp_get_current_user();
/* === Change This With Your Custom Page === */
$to_add[] = 'at_vendor_info';
}
}return $to_add;
}
}add_filter( 'yith_wpv_vendor_menu_items', 'yith_wpv_vendor_menu_items' );
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Error adding menu to Vendor DashboardHi, thanks for reponse, i tried with: edit_products , read, read_shop_order and menu keep hidden, but is displayed in admin dashboard correctly.
for example:function at_menu_vendor () {
add_menu_page( ‘Services Report’,
‘Services Report’,
‘read_shop_order’ ,
‘services_report’,
‘at_report_vendor’,
‘dashicons-admin-users’,
’65’
);}
add_action( ‘admin_menu’,’at_menu_vendor’ , 6);
Hi, i resolved this issue, deactivating previously all plugin from my WordPress except Media Cloud and ssl plugin, then i began the importation to s3 and regenerate thumbnails process, then i actived all plugins.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Error adding menu to Vendor DashboardAny help?