-
Author
-
April 24, 2015 at 05:38 #56018
drearypanoramic
Participanthttps://www.christiansrule.com/
On my website, when you hover over the menu cart, there is a link that says “Go to Shop Shack”.
This currently goes to the default product page but how can I make this go to any page, for example: https://www.christiansrule.com/get-stuff/
All help greatly appreciated!
April 24, 2015 at 13:31 #56049Laura
ModeratorHello, can you share ftp credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 24, 2015 at 17:26 #56086drearypanoramic
ParticipantHi,
http://www.christiansrule.com/cpanel
christiansrule
JBN3!dif2Thanks!
I basically want the link (seen in the attached image) to go directly to https://www.christiansrule.com/get-stuff, as opposed to the default product page.
April 29, 2015 at 12:16 #56578Laura
ModeratorHello, thanks for your patience, i’m checking it out to find a way, will let you know asap 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 29, 2015 at 13:18 #56581Laura
ModeratorHello, fixed doing this:
In KLEO theme files, wp-content/themes/kleo/lib/plugin-woocommerce/config.php (editing that file)Found
COPY CODE$cart_output .= '<a href="'.esc_url( $shop_page_url ).'"><span class="text">'.__('Go to the shop', 'kleo_framework').'</span></a>';Changed for
COPY CODE$cart_output .= '<a href="https://www.christiansrule.com/get-stuff/"><span class="text">'.__('Go to the shop', 'kleo_framework').'</span></a>';Then added to your child theme.
wp-content/themes/kleo-child/lib/plugin-woocommerce/config.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.