Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue mobile version #18

Open
insxa opened this issue Dec 19, 2020 · 0 comments
Open

Issue mobile version #18

insxa opened this issue Dec 19, 2020 · 0 comments

Comments

@insxa
Copy link

insxa commented Dec 19, 2020

There is issue in dokani template:
/inc/structure/header.php

line row 420:
<li><a href="<?php echo esc_url( 'myaccount', 'woocommerce' ); ?>"><?php esc_html_e( 'My Account', 'dokani' ); ?></a></li>
replace with:

<li><a href="<?php echo esc_url( dokan_get_page_url( 'myaccount', 'woocommerce' ) ); ?>"><?php esc_html_e( 'My Account', 'dokani' ); ?></a></li>

@insxa insxa changed the title Import demo Issue mobile version Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant