peter.grafico
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to remove the yellow mark on category count?this is not so elegant, this link is the best soution
Forum: Plugins
In reply to: [qTranslate] WooCommerce qTranslatewatch out for the rss feeds! i’ve bought this plugin, installed and resolved the issue, but then the feeds didn’t work anymore!
when you go on http://www.yoursite.com/feed, the error is like this:
“This page contains the following errors:
error on line 30 at column 64: EntityRef: expecting ‘;'”
anyone know how to fix?Forum: Plugins
In reply to: [WooCommerce] Review in Woocommerce after Disqussee this https://proserveweb.com/product-reviews-not-working-woocommerce/
I had the same problem and resolved it with this codeForum: Plugins
In reply to: [WP Favorite Posts] Issue with {{wp-favorite-posts}} showing incorrectlyi’m having the same problem, tried and deactivated the plugins and i discovered there was “WordPress Social Ring (Facebook Like, Google +1, ReTweet and Pin It)” which was interfering with the Fav posts plugin 🙁
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Linkdidn’t understand, send us a link or something
could you give a link?
Forum: Fixing WordPress
In reply to: Form action=""thanks for the solution Andrew, that helped me out.i didn’t realise that i had 2 forms with the same input names on my site.
how can I remove the “wpcf-” and leave the name of the custom field the field slug that I’ve inserted?
anyone knows?i did it, it’s not a big deal.
You got to first create the custom inputs from dashboard – WP custom fields search (one select with category, one with the custom fields “Style”).Pubblish it in the sidbar to see the 2 inputs.
After that you can copy the html using Firebug (for example), to see how the form is created.after that you can paste the code in some page template and insert the javascript code that can do that.Do some research to see how to do that, it’s something like:
<select name=”cs-all-3″ onchange=’
if(this.options[this.selectedIndex].value==”Non fiction”) {document.getElementById(“sub-select-style”).style.display = “block”;}’>initially the “sub-select-style” select is display:none
Forum: Plugins
In reply to: [Plugin: ZdMultiLang] Problem saving translationsi’m using firefox and the translations can’t be saved.i really don’t know why.could you tell me why?