-
Author
-
April 24, 2015 at 05:38 #56018drearypanoramicParticipant
https://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 #56049LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 29, 2015 at 12:16 #56578LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 29, 2015 at 13:18 #56581LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.