Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28829

    Hi Kriesi Team!

    First of all I would like to say a big thankyou for this brilliant theme (Enfold). I have bragged about it to a few friends.

    I have almost finished my site and I just have two things I want to fix, and I cant seem to find an answer on our Forum.

    1. When a visitor is logged into my site… they can click on this icon found on the logout button and it will lead them to the forums/user page. How can I change the URL link so it leads them to ‘My Account’?

    I have attached an image so you can see what I mean – http://s24.postimg.org/s6wg8c51h/PIC1.png

    If I cant do this can I at least remove/disable this icon all together? (My site does not consist of a forum, and I really want to remove this feature)

    2. Last question… when a visitor has an empty cart they are shown a button saying ‘return to shop’.

    Woo Commerce has made this button take you to the Shop Page. (My shop page looks hideous by the way…)

    Is there a way I can redirect visitors from that page to the another store page I have created? (a pretty one of course)

    http://s23.postimg.org/qqtnycpob/PIC2.png

    Thats all folks!… and thankyou! :)

    #138775

    Hi,

    1) When i click on the icon it does take me to “Your Profile”. You can add this code to Quick CSS if you would like to remove that icon.

    .bbp-logged-in img.avatar { display:none; }

    2) You should open your WordPress installation directory and go to wp-content > plugins > woocommerce > templates > cart and open cart-empty.php file and find following code in line 18

    <p><a class="button" href="<?php echo get_permalink(woocommerce_get_page_id('shop')); ?>"><?php _e( '&larr; Return To Shop', 'woocommerce' ) ?></a></p>

    and change it to

    <p><a class="button" href="http://www.yourlinkhere.com"><?php _e( '&larr; Return To Shop', 'woocommerce' ) ?></a></p>

    Regards,

    Yigit

    #138776

    Hey Yigit!

    Your answer to Number 1 worked perfectly. Thank you! Love, love, love it now!

    I hope this isn’t a silly question but what and where is the WordPress installation directory?

    Sorry.. I tried googling it and youtubing it before I asked. I cant seem to find a good answer.

    Thanks Yigit :)!

    #138777

    GAHHHH! I figured it out and I did it!

    Your answer for Number 2 worked perfectly!

    Thank you a million Yigit! :) :) :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Alter Login Button and Return to Shop’ is closed to new replies.