Forum Replies Created
-
AuthorPosts
-
I removed this text, please recheck.
This reply has been marked as private.Hi,
I have checked and there is no problem with the booking on your website, please check again
Hi,
#1. This message is completely normal, not an error.
You can add package options to the booking room.#2. I have given you the solution above but it seems that you do not notice and follow!!!
Please enter the price for your room bookings: https://prnt.sc/oD7uGQ4ubfr-January 12, 2023 at 12:36 am in reply to: Cart css issues, price view not good, need translate the cart, css help #8594Hi,
#1. Wishlist: I fixed this issue, please recheck
#2. Mini Cart: This customization will require a code revision, we will charge an additional fee for this request if you wish to fix it.
Oh, I’ll get back to you tomorrow.
Ok, I fixed this issue, please recheck.
Hi,
I will check and update this bug in the latest version, please wait.
#2. Change font theme: https://leebrosusthemes.gitbook.io/baloca/setting/typography
#3. Please send the admin web account for me, I will check and try to help you.
Hi you,
#1. Please copy this code and paste into file functions.php ( child-theme):
function rbpazt_account_dropdown() { ?> <?php if ( has_nav_menu( 'my-account' ) ) : ?> <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Dashboard', 'rbpazt' ); ?>"> <?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 ( rbpazt_is_woocommerce_activated() ): ?> <li> <a href="<?php echo esc_url( wc_get_page_permalink( 'myaccount' ) ); ?>" title="<?php esc_attr_e( 'Dashboard', 'rbpazt' ); ?>"><?php esc_html_e( 'Dashboard', 'rbpazt' ); ?></a> </li> <li> <a href="<?php echo esc_url( wc_get_account_endpoint_url( 'orders' ) ); ?>" title="<?php esc_attr_e( 'Orders', 'rbpazt' ); ?>"><?php esc_html_e( 'Orders', 'rbpazt' ); ?></a> </li> <li> <a href="<?php echo esc_url( wc_get_account_endpoint_url( 'edit-address' ) ); ?>" title="<?php esc_attr_e( 'Edit Address', 'rbpazt' ); ?>"><?php esc_html_e( 'Edit Address', 'rbpazt' ); ?></a> </li> <li> <a href="<?php echo esc_url( wc_get_account_endpoint_url( 'edit-account' ) ); ?>" title="<?php esc_attr_e( 'Account Details', 'rbpazt' ); ?>"><?php esc_html_e( 'Account Details', 'rbpazt' ); ?></a> </li> <?php else: ?> <li> <a href="<?php echo esc_url( get_dashboard_url( get_current_user_id() ) ); ?>" title="<?php esc_attr_e( 'Dashboard', 'rbpazt' ); ?>"><?php esc_html_e( 'Dashboard', 'rbpazt' ); ?></a> </li> <?php endif; ?> <li> <a title="<?php esc_attr_e( 'Log out', 'rbpazt' ); ?>" class="tips" href="<?php echo esc_url( wp_logout_url( home_url() ) ); ?>"><?php esc_html_e( 'Log Out', 'rbpazt' ); ?></a> </li> </ul> <?php endif; }
Hello,
Please send the admin web account for me, I will check and try to help you.
Hello,
I fixed all issues, please recheck your site.
January 10, 2023 at 1:01 am in reply to: Cart css issues, price view not good, need translate the cart, css help #8572I can’t login to the admin dashboard, please recheck your account.
Hi,
All previous issues have been reviewed and resolved. Please clear your cache and check your website again
Please copy this function and add it to the file functions.php ( child-theme):
function organey_form_login() { //add your shortcode }
-
AuthorPosts