Your account expired support, please renew to get your support.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #5056
    #5077

    Please check your acount, I can’t login your admin site: https://prnt.sc/ys6ym0

    #5078

    Please check your acount, I can’t login your admin site: https://prnt.sc/ys6ym0

    #5094
    Ezekielsxm
    Support Expired
    This reply has been marked as private.
    #5102

    Hi,

    I fixed it for you, please recheck

    #5105
    Ezekielsxm
    Support Expired

    Hello, I didn’t see it. The page to add is : https://www.evasioncbd.com/mon-compte/points/

    #5109

    Please copy and paste this 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="https://www.evasioncbd.com/mon-compte/points/"
    					   title="<?php esc_html_e('Points de fidélité', 'freshio'); ?>"><?php esc_html_e('Points de fidélité', '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;
    
    	}

    Delete all cache when check your site

    #5702
    Ezekielsxm
    Support Expired

    It doesn’t work. I delete all cache but I don’t see any link.

    #5784

    Hi,

    Please check your site again, I fixed it for you

    #5812
    Ezekielsxm
    Support Expired

    It works thank you. But I don’t see anymore my code in override folders emails + pdf under functions.php.

    #5818
    Ezekielsxm
    Support Expired

    404.php, mails and pdf files have disappeared

    #5819
    Ezekielsxm
    Support Expired

    It’s ok, I could restore them.

    #5831

    The problem is with the child-theme you install, it doesn’t accept functions overwritten, so it can’t fix the dropdown menu. I had to reinstall the child theme, but I forgot to back up the part you edited, very sorry

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.