jay126
Forum Replies Created
-
thanks .worked with below code.
add_filter( 'dokan_dashboard_nav_common_link', 'dokan_custom_dashboard_nav_common_link' ); function dokan_custom_dashboard_nav_common_link( $links ) { $links = '<li class="dokan-common-links dokan-clearfix"> <a title="' . __( 'Edit Account', 'dokan-lite' ) . '" href="' . dokan_get_navigation_url( 'edit-account' ) . '"><i class="fa fa-user"></i></a> <a title="' . __( 'Log out', 'dokan-lite' ) . '" href="' . wp_logout_url( home_url() ) . '"><i class="fa fa-power-off"></i></a> </li>'; return $links; }after change to code below, website experience “There Has Been a Critical Error on Your Website” ..
add_filter( ‘dokan_dashboard_nav_common_link’, ‘prefix_dokan_remove_seller_commonlinks’);
function prefix_dokan_remove_seller_commonlinks ( $common_links ) {
unset( $common_links[‘Visit Store’] );
return $common_links;
}Forum: Plugins
In reply to: [WooCommerce] custom my account to add profile pictureHi folks,
anyone can help out?
Thanks
overlook the storelist
- This reply was modified 4 years, 12 months ago by jay126.
Forum: Plugins
In reply to: [Loco Translate] translating not took effectHI @tim,
my issue was only 4 strings to translate .
I ‘ve follow thread below however still the same.https://wedevs.com/blog/321268/easiest-way-to-translate-any-wordpress-plugins-themes
Forum: Plugins
In reply to: [Loco Translate] translating not took effecthi,
pls help on loco transalation not working.
Forum: Plugins
In reply to: [Loco Translate] translating not took effectTranslated:
Become a Vendor => Become a SellerResult :
Become a Vendor
Vendors can sell products and manage a store with a vendor dashboard.
Become a VendorForum: Themes and Templates
In reply to: [Astra] How to Show Different Menus to Logged in UsersHi Herman
Thanks~ it works!
Forum: Plugins
In reply to: [WooCommerce] separate login and registration pages woocommercethanks ~
Forum: Plugins
In reply to: [WooCommerce] How to separate login and registration pages woocommercehi team,
anyone can help?
Forum: Plugins
In reply to: [WooCommerce] separate login and registration pages woocommerceHi ,
if not throw bloomer . may i know what option to customize separate login and registration?
Forum: Plugins
In reply to: [WooCommerce] How to separate login and registration pages woocommerce`hi,
i try to separate login and registration pages woocommerce .
under ‘my account’ (original) , there is option to select ‘I am customer” or “i am seller”
when select “i am seller” , there will be additonal field display .when assign [wc_reg_form_bbloomer] on the registration Page , the addtional field not disply when select “i am seller” .
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Custom CSS have no effectHi Vinod,
Thanks its work !!!!
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Custom CSS have no effecthi Vinod ,
additonal question how to adjust border radius? i added “border-radius: 15px” but no effect taken.
.header-widget-area form.is-search-form {
width: 810px;
max-width: 100%;
display: table-cell;
border-radius: 15px;
}Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Custom CSS have no effectHi Vinod
Thanks its work ~~