Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
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.
Ok i understand that.
But is not visual the same like this:
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.
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?
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)