HomePage › Forums › Themes Support › Freshio – Organic & Food Store WordPress Theme › Update Sign in links
- This topic has 11 replies, 2 voices, and was last updated 1 day, 14 hours ago by
seedshop.
-
AuthorPosts
-
January 20, 2021 at 8:23 am #3766
Please change the login links with the following links.
Sign in – https://www.kisanshop.in/store/account/orders
After Sign in – Display these links
My Account – https://www.kisanshop.in/store/account/settings
Address – https://www.kisanshop.in/store/account/address-book
My Order https://www.kisanshop.in/store/account/orders
Setting – https://www.kisanshop.in/store/account/settingsRegards,
RahulJanuary 20, 2021 at 11:37 am #3831Dear mate,
You are installing the Ecwid Ecommerce Shopping Cart plugin for your website and not using the Woocommerce plugin. Our theme does not support the Ecwid Ecommerce Shopping Cart plugin, so we do not support this customization according to your requirements.
I tried to customize something to your needs, however, you asked for too many things beyond our theme support. Therefore, to continue to support your request, please pay additional fees. Contact via skype dothithuhuyenvn if you still want to custom your site.
January 20, 2021 at 2:04 pm #3839I greatly appreciate all your support.
Request you to please let me know which file I have to use to change for the header section.
Regards,
Rahul SharmaJanuary 20, 2021 at 3:20 pm #3858Please copy and paste code into file functions.php ( child-theme):
function freshio_account_dropdown() { ?> <?php if (has_nav_menu('my-account')) : ?> <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e('Dashboard', 'freshio'); ?>"> <?php wp_nav_menu(array( 'theme_location' => 'my-account', 'menu_class' => 'account-links-menu', 'depth' => 1, )); ?> </nav><!-- .social-navigation --> <?php else: ?> <ul class="account-dashboard"> <?php if (freshio_is_woocommerce_activated()): ?> <li> <a href="<?php echo esc_url(wc_get_page_permalink('myaccount')); ?>" title="<?php esc_html_e('Dashboard', 'freshio'); ?>"><?php esc_html_e('Dashboard', 'freshio'); ?></a> </li> <li> <a href="<?php echo esc_url(wc_get_account_endpoint_url('orders')); ?>" title="<?php esc_html_e('Orders', 'freshio'); ?>"><?php esc_html_e('Orders', 'freshio'); ?></a> </li> <li> <a href="<?php echo esc_url(wc_get_account_endpoint_url('downloads')); ?>" title="<?php esc_html_e('Downloads', 'freshio'); ?>"><?php esc_html_e('Downloads', 'freshio'); ?></a> </li> <li> <a href="<?php echo esc_url(wc_get_account_endpoint_url('edit-address')); ?>" title="<?php esc_html_e('Edit Address', 'freshio'); ?>"><?php esc_html_e('Edit Address', 'freshio'); ?></a> </li> <li> <a href="<?php echo esc_url(wc_get_account_endpoint_url('edit-account')); ?>" title="<?php esc_html_e('Account Details', 'freshio'); ?>"><?php esc_html_e('Account Details', 'freshio'); ?></a> </li> <?php else: ?> <li> <a href="<?php echo esc_url(get_dashboard_url(get_current_user_id())); ?>" title="<?php esc_html_e('Dashboard', 'freshio'); ?>"><?php esc_html_e('Dashboard', 'freshio'); ?></a> </li> <?php endif; ?> <li> <a title="<?php esc_html_e('Log out', 'freshio'); ?>" class="tips" href="<?php echo esc_url(wp_logout_url(home_url())); ?>"><?php esc_html_e('Logout', 'freshio'); ?></a> </li> </ul> <?php endif; }
Then, edit your link and text on this code.
January 20, 2021 at 4:40 pm #3868Thank you Billy.
How much will you charge if you have done?
Regards,
Rahul SharmaJanuary 20, 2021 at 4:42 pm #3870This reply has been marked as private.February 18, 2021 at 6:51 pm #5610Hi,
I would like to change some my account links, please guide me on which file I have to use to change.
here is a screenshot – https://ibb.co/S3FT4wS
Thank you.
RahulFebruary 19, 2021 at 9:24 am #5644You need to override file myaccount/navigation.php on Woocommerce template.
Copy this file into child theme ( woocommerce/myaccount/navigation.php) and edit this fileFebruary 23, 2021 at 11:59 pm #5866February 24, 2021 at 3:21 pm #5902I added function override into file functions.php, now please go to file functions.php to edit link and text
– function freshio_handheld_footer_bar_search // Edit search
– function freshio_handheld_footer_bar_account_link // Edit account
– function freshio_handheld_footer_bar_shop_link // Edit shop
– function freshio_handheld_footer_bar_wishlist// Edit wishlistFebruary 26, 2021 at 4:58 pm #6012Hi,
We are facing an issue with the Elementor editor while activated the Redux plugin.
How we are working now with Elementor, first we de-active the Redux plugin then work on Elementor Editor and after finished the work then we active the Redux plaugin.
Request you to please look into this issue and fix the issue. Thank you.
Regards,
RahulFebruary 26, 2021 at 11:36 pm #6017Hi,
We integrated a payment gateway with our website, once anyone made the payment or cancelled the payment its move to the home page, but problem is that once reached the home page it keeps loading again and again, I am giving below the link for reference. The problem is happening cause of the WooCommerce plugin if I disable the WooCommerce plugin it’s working fine but the website design gets change.Link – https://www.kisanshop.in/#!/~/checkoutPD
Request you to please look into this issue and get fixed if possible. Thank you.
Regards
Rahul Sharma -
AuthorPosts
You must be logged in to reply to this topic.