Digital experiences for all disciplines
Forum Replies Created
-
-
It is possible to make a link “return to cart” on the checkout page (normal)?
As a button.<a class="sf-button standard sf-icon-reveal checkout-button accent" href=""> <i class="fa-long-arrow-left"></i> <span class="text">Return to cart</span></a>
I found the reason why did not work.
As I did not see.
A bug in the code, you need to change the “swift-framework” to “swiftframework”.
And translation will work./*Line 170:"Return to cart" ================================================== */ <div class="minimal-checkout-return container"><a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>"><?php _e("Return to cart", "swiftframework"); ?></a></div>
\atelier\swift-framework\core\sf-page-heading.php
/*Line 170:"Return to cart" ================================================== */ <div class="minimal-checkout-return container"><a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>"><?php _e("Return to cart", "swift-framework"); ?></a></div>
I do not have (lost) the button “return to cart”on checkout page.By the way, the necessary function
And demo site, also does not have this.
Where is she?)))
I will find a way to translate the main thing that button was. )))Thank you!
All turned out to be so easy.
One wordThis reply has been marked as private.Why not do like all plugins?
And why the function does not support “Drag and drop”?Please help me.
I’m tired of constantly spinning the mouse wheel down.
I spend time on such a trifle.
Why the theme, ignoring my settings?Guys help , I my brain blew up , don’t know what to do.
Kyle?I did this,but didn’t help((((
/* LOAD THEME LANGUAGE ================================================== */ /* * You can uncomment the line below to include your own translations * into your child theme, simply create a "language" folder and add your po/mo files */ load_theme_textdomain('swiftframework', get_stylesheet_directory_uri().'/languages');
Thank you!
Can you help me with the code for “Contact Slide close button”?
I found on the forum the solution)))))
.mobile-header-opts.opts-right:before { content: "MENU"; vertical-align: super; }
Thank you!
And what is the code for the mobile menu to the right?This code does not work:
.mobile-header-opts.opts-right:first-child:before { content: "MENU"; }
-