Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: BarIndicator Integration #691534

    Thank You for the Information.

    I have tried to enqueue the 2 sripts in the child functions.php

    function barindicator() {
        wp_enqueue_script( 'barindicator', get_stylesheet_directory_uri() . '/js/jquery-barIndicator.js', array( 'jquery' ), '1.0.0', true );
    }
    add_action( 'wp_enqueue_scripts', 'barindicator' );
    
    function scripts() {
        wp_enqueue_script( 'scripts', get_stylesheet_directory_uri() . '/js/scripts.js', array( 'jquery' ), '1.0.0', true );
    }
    add_action( 'wp_enqueue_scripts', 'scripts' );

    and i cal the barindicator in as follow:

    <div>
    <span class= "bestellmenge">Aktuelles Gewicht der Vorbestellungen:  280 kg</span>
    <span id="bestellmenge" class="testBar">280</span>
    </div>

    But is not working!

    What i do false? If anyone can help me?

    • This reply was modified 8 years, 1 month ago by derherbstler.
    in reply to: Enfold Showcase #686536
    in reply to: Shopping Cart Icon in menu without Woocomerce? #686520

    Ok i understand that.

    But is not visual the same like this:

    Cart visual 1
    Cart on responsive view

    How i can show the cart icon like the same woocommerce is activated in mobile?

    • This reply was modified 8 years, 1 month ago by derherbstler.
    in reply to: quform pop up #686487

    Im too intrested of a Solution to get it work.

    I want to use the shortcode from the quform popup Plugin with the styling of the Button Shortcode…
    Actual its only a text link, by clicking, the popup quform correctly open.

    No i want to use the Style off a button with icon instead of a txt.

    Its this possible?

Viewing 4 posts - 1 through 4 (of 4 total)