Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 3,597 total)
  • Author
    Posts
  • in reply to: from $0.0 night #8609

    I removed this text, please recheck.

    in reply to: Page Title Banner #8606
    This reply has been marked as private.
    in reply to: BOOKING PLUGIN NOT WORKING ERROR 504. #8604

    Hi,

    I have checked and there is no problem with the booking on your website, please check again

    in reply to: Error on Room Detail Page #8595

    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-

    Hi,

    #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.

    in reply to: Translation in french file #8592

    Oh, I’ll get back to you tomorrow.

    in reply to: Shop Filter #8591

    Ok, I fixed this issue, please recheck.

    in reply to: Product Detail In Admin #8590

    Hi,

    I will check and update this bug in the latest version, please wait.

    in reply to: Few problems #8588

    #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.

    in reply to: Few problems #8587

    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;
    
    	}
    in reply to: Theme Not Working – Half shows up #8586

    Hello,

    Please send the admin web account for me, I will check and try to help you.

    in reply to: Errors php during installation #8585

    Hello,

    I fixed all issues, please recheck your site.

    I can’t login to the admin dashboard, please recheck your account.

    in reply to: Error on Room Detail Page #8571

    Hi,

    All previous issues have been reviewed and resolved. Please clear your cache and check your website again

    in reply to: How to edit ajax account bar coming from right #8570

    Please copy this function and add it to the file functions.php ( child-theme):

    function organey_form_login() {
    //add your shortcode
    }
Viewing 15 posts - 1,546 through 1,560 (of 3,597 total)