Posts by Sandro Elias Graziosi • 623 points
10 posts
-
-2
votes1
answer2708
viewsQ: Add days to delivery time on Woocommerce
How can I add 20 days to the delivery time on Woocommerce when the product is in stock 0 and enabled for orders?
woocommerceasked Sandro Elias Graziosi 623 -
3
votes1
answer71
viewsQ: Change font-size by @font-face
It is possible to change the font-size from a source within the @font-face? I’m trying the following: @font-face { font-family: kivetts; src: url(fonts/kivettsregular.otf); } @font-face {…
-
1
votes1
answer2077
viewsQ: How to show more posts when you click button?
In the loop I put to show 12 Woocommerce products. <div id="vitrine" class="container-fluid"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12 ); $loop = new…
-
1
votes1
answer290
viewsA: How to make menu work for external link
Solved. Includes the "slide" class on the line: $('body > nav .container-fluid .navbar-collapse .nav .desliza ').on("click", 'a', function(e) { and in the tags < li > before the links.…
javascriptanswered Sandro Elias Graziosi 623 -
2
votes1
answer290
viewsQ: How to make menu work for external link
I am using the following script to make a sliding effect between sections of my site (anchored links. P.E. #contact). However my menu has an external link, how do I make it work? $(function() { var…
javascriptasked Sandro Elias Graziosi 623 -
1
votes1
answer285
viewsQ: How to use wp_enqueu_style?
How do I get the contact page.php to use the contact.css file using the wp_enqueue_style function in Wordpress? function terradecultivo_scripts() { if (contato.php) { wp_enqueue_style('terra-style',…
wordpressasked Sandro Elias Graziosi 623 -
1
votes2
answers1147
viewsQ: How to use fadein() to change background color?
I would like the tanposition between the colors to have a fade effect. Who knows using .fadein(). $(function () { var colors = ["#0099cc", "#c0c0c0", "#587b2e", "#990000", "#000000", "#1C8200",…
-
42
votes14
answers126839
viewsQ: Phone Mask Using jQuery Mask Plugin
I need to change the "-" position on the mask. <label for="telefone" >Telefone</label> <input style="width:25%; margin-right:25% " type="tel" name="telefone" id="telefone"…
-
0
votes0
answers45
viewsQ: ftp_put only works once
When I use the script below it only works the first time it runs. When I try again do not send the file, just write locally. Why? I am using ftp_close, is not enough? When I change the host it works…
-
1
votes1
answer53
viewsQ: How do I define using a class (center-block) in media-querie?
I am using BS3 and would like to align a div to the center as the resolution is greater than 1200px and the right when between 992 and 1199px. In the code I use the class center-block, how to…
twitter-bootstrapasked Sandro Elias Graziosi 623