Forum Replies Created

Viewing 8 posts - 106 through 113 (of 113 total)
  • Posted in:
  • in reply to: Child-theme translation #179464
    saylife
    Member
    Post count: 161

    Hi!
    I also tried to use the code in the file functions.php,but nothing works.

    * Translations can be filed in the /language/ directory.
     */
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'atelier-child', get_stylesheet_directory() . '/language' );
    }
    add_action( 'after_setup_theme', 'my_child_theme_setup' );

    And this code does not work

    add_action( 'after_setup_theme', 'my_translation_child_theme_setup' );
     
    function my_translation_child_theme_setup() {
        load_child_theme_textdomain( 'atelier-child', get_stylesheet_directory() . '/language' );
    }

    What you need to do to work ?

    in reply to: WooCommerce Currency Position in the Search #179331
    saylife
    Member
    Post count: 161

    Are you ignoring me?

    in reply to: Promo Bar height #178427
    saylife
    Member
    Post count: 161

    Cool!!
    You are the best of the best.

    in reply to: Promo Bar height #178420
    saylife
    Member
    Post count: 161

    And also how to change the color of the “hover”?

    #base-promo, .sf-promo-bar:hover {
    background-color: #0C473B!important;
    }
    #base-promo, .sf-promo-bar {
    background-color: #16a085;
    }
    in reply to: Promo Bar height #178412
    saylife
    Member
    Post count: 161

    in reply to: Problem with mobile navigation, please view SS. #176801
    saylife
    Member
    Post count: 161

    I have the same thing.
    And even when clicking on the cart icon, automatically sent to the cart page.

    in reply to: Cart Preview Styling #176165
    saylife
    Member
    Post count: 161

    I’m sorry, your code works well.

    When I inserted the code via Theme Options(Custom CSS/JS).
    Then the question arises : Why does not work through the “atelier-child” CSS ?

    in reply to: Cart Preview Styling #176157
    saylife
    Member
    Post count: 161

    Did not help me your code

    .bag-product {
    	margin: 0 48px 0 30px;
    }
    .wishlist-bag {
    	overflow: hidden;
    }
    .wishlist-bag .bag-contents {
    	width: 278px;
    }

    null

Viewing 8 posts - 106 through 113 (of 113 total)