hi there,
first thanks for providing these nice work....
using the abundance theme i´m faced 2 problems till now.
1) there is some trouble with the colors of the text on the cart and checkout page when using dark header/footer color...
as the color of text and background are both very dark you simply can not read the text anymore...
even on your demosite there is that issue.
I fixed the problem with the quick css field by over writing the color: .post-entry-portfolio-first strong, .entry-content strong{
color: #b20000;
}
not 100 percent satisfied with the result - but I can live with that ... just wanted to let you know - in case that you haven´t recognized till now...
2) i have a big problem when i use woocommerce shortcode for adding an "add to cart button" to an post or page...
like - [add_to_cart id="99"]
it always produces some unpredictable rectangle, which fills the full with of the the colomn...
tried to fix this the same way then color problem... BUT
with firebug i can figure out the lines and the values which should be changed :
<p class="product" style="border:4px solid #ccc; padding: 12px;">
</p>
--> css/section:
element.style {
border: 4px solid #CCC;
padding: 12px;
}
for me without proper skills of computer language it is just not possible to find the right files to change.
spend a nice time reading all these code in the css files - also have most of the js and a lot of the others read till now.
as i´m prefere to spend my weekend on something more interesting than reading code without understanding i would kindly request your support for solving this agenda.
some info on my blog ... maybe it helps:
tried it on 3 installations of WP, which are almost identical
1) http://newsfootage.pro/465/international-sport-security-conference-march-14-15-2012-in-doha-qatar-01/ --> this will get my site... will hide the problem...
2) http://beta.newsfootage.pro/202/add-to-cart-shortcode-problem/ (>>> for testing out - the link points to a post with demo on the problem)
3rd one without abundace theme: http://beta2.newsfootage.pro/2012/03/16/post-2/
the problem stays on even when all plug ins, (except woocommerce and theme) are deactivated...
the problem is not occurring on theme twenty eleven (the ugly rectangle yes - but it´s displayed like on the documentation of woocomerce...
hope this helps you to circle the problem a little bit...
..thanks a lot ....
norman
... struggling with english skills but therefore little proud that austria seems to have the hell of wordpress coders ;-)...














