Forum Replies Created

Viewing 15 posts - 61 through 75 (of 113 total)
  • Posted in:
  • in reply to: Translating issues #182100
    saylife
    Member
    Post count: 161

    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>
    in reply to: Translating issues #182052
    saylife
    Member
    Post count: 161

    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>
    in reply to: Translating issues #182041
    saylife
    Member
    Post count: 161

    \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>
    in reply to: Translating issues #182021
    saylife
    Member
    Post count: 161

    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. )))

    in reply to: Child-theme translation #181973
    saylife
    Member
    Post count: 161

    Thank you!
    All turned out to be so easy.
    One word

    in reply to: Close "Meta Options" on the product page. #181936
    saylife
    Member
    Post count: 161
    This reply has been marked as private.
    in reply to: Close "Meta Options" on the product page. #181932
    saylife
    Member
    Post count: 161

    Why not do like all plugins?
    And why the function does not support “Drag and drop”?

    in reply to: Close "Meta Options" on the product page. #181928
    saylife
    Member
    Post count: 161

    Theme ignores my settings.

    in reply to: Close "Meta Options" on the product page. #181917
    saylife
    Member
    Post count: 161

    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?

    in reply to: Contact Slide close button #181780
    saylife
    Member
    Post count: 161

    Hi!
    Thank you.
    But this code just changes the icon.
    I don’t need it.
    I would like to have such a window , as in “Overlay Menu”.
    What would people saw a big cross to close the window.
    Many do not understand that it is necessary to click again on the same icon

    in reply to: Child-theme translation #181323
    saylife
    Member
    Post count: 161

    Guys help , I my brain blew up , don’t know what to do.
    Kyle?

    in reply to: Child-theme translation #181293
    saylife
    Member
    Post count: 161

    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');
    	
    in reply to: Contact Slide close button #181037
    saylife
    Member
    Post count: 161

    Thank you!

    Can you help me with the code for “Contact Slide close button”?

    in reply to: Contact Slide close button #181032
    saylife
    Member
    Post count: 161

    I found on the forum the solution)))))

    .mobile-header-opts.opts-right:before {
      content: "MENU";
      vertical-align: super;
    }
    in reply to: Contact Slide close button #181024
    saylife
    Member
    Post count: 161

    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";
    }
Viewing 15 posts - 61 through 75 (of 113 total)