julianens
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change position of "woocommerce-error" in checkout?hello, i’m also looking into changing woocommerce-error position on the checkout page. for the error messages i get whit wrong discount codes for examples, the error message shows right after the discount code input session… but i wanted this error message to show right after my header or at the beginning of woocommerce session.
anyone figured it out?
thanks!
Forum: Hacks
In reply to: How To Display Price and Product Name On Rollovers from Woocommercehello, i’m trying to do the same thing but instead of using opacity, i want to change the product image on hover. is that possible?
any help is appreciated. thank you.
Forum: Plugins
In reply to: [WooCommerce] Change image on mouseoverhi, has anyone figured out how to hover the image? thanks.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] product dimensions not workingnevermind. i found the error.
i inserted the wrong values on correios configuration page:
Altura Mínima 8
Largura Mínima 9
Comprimento Mínimo 12so i think it was conflicting with the product dimensions.
thank you for the great plugin! ??
Forum: Fixing WordPress
In reply to: auto-increment counteroh, i got it now.
i wrote <div id=”post<?php echo($wp_query->current_post + 1); ?>”> to the loop and it worked.
thanks! ??
Forum: Fixing WordPress
In reply to: auto-increment counterstvwlf,
i undestand that the <?php the_ID(); ?> tag does the counting automatically.
but its count is very strange.. cause it goes from 49 on the first post to 43 on the second post.what i really need is a simple increasing id number.. starting from 0.
exactly like this:
<div id=’post0′> for post one (most recent post)
<div id=’post1′> for post two
…
until..
<div id=’post9′> for post ten (last post of the page)i know that textpattern has a plugin called rvm_counter that does this like a charm. but I wanted something for wordpress.
how can I add this on the loop? is that possible on wordpress?
thanks in advance.
Forum: Fixing WordPress
In reply to: Displaying individual and total number of postshi, did you find a solution for incrementing/counting the posts?