morserus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change Display PricesI found this code here that do what I want… but it also affects the item page. I want it to affect only the store page.
——————-
// show only max price //
/**
* Only display maximum price for WooCommerce variable products
**/add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2);
function custom_variation_price( $price, $product ) {
$price = ”;
$price .= woocommerce_price($product->max_variation_price);
return $price;
}Forum: Plugins
In reply to: [WooCommerce] Change Display PricesClaudio… can u please tell me what is the exact code to add to functions.php? I dont know much about codes… but I know wherethe functions.php is and how to copy past =)
Thx
Just followed the instructions of your previous comment. when I installed the multilanguage plugin it created new categories for “uncategorized” for the other languages, and only the one for english were marked at notification area.
Thx for your help.
Fixed… thx =)
Ok… here is what I need to do.
Like I said, after installing a multilanguage plugin it screwed my subscription stuff.
I have atm 3 languages at my site (portuguese-br as the main language, english and spanish). The subscription pluggin is ONLY triggering when I add a post in english (even after I uninstalled the multilanguage plugin).
What I need is to change that to trigger either only when I add a portuguese post instead of english, or trigger when I post something regardless of the language (which I can turn off the pluggin when addying post of the other two non-main languages, hence only triggering the subscription news with the language I actually want.
I re-activated the multilanguage plugin and I noticed that subscribers are getting an email only when I add a post in english (the other two langagues I use is portuguese-br and spanish).
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Bug at a specific pageIf I was, it would affect the other pages as well right, since they share the same code…
To have an idea of the weirdness of the bug… if I DUPLICATE that section (hence, having two sharing sections with the exact same code at the same page) the first one will show without the bug and the second one will have the bug.
I just did that (duplicated that section) so you could see it.
https://insight-psicoterapias.com/videos-para-todos/
And just to answer a probable question… no, I cant just delete the bugged one now… if I do that, the one that is left becomes bugged.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Bug at a specific pageThis is the exact code I use…
——————-
<span style=”font-size: large;”><b>Compartilhar:</b></span>
[Sassy_Social_Share]——————-
Its the same for all the other pages (I just copy paste it), but its only in this page that this happens.
Forum: Fixing WordPress
In reply to: Help with a bug plzzzTara, I cant use the developers’ forum because its not an official template… the guy hired used a free copy and now we are stucked without oficial assistance. Thats why I am here =(
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] bug at post previewsHi there Matt, I re-activated the plugin.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] bug at post previewsDoes anyone still answer user questions in here? =(
Forum: Plugins
In reply to: [Widget Wrangler] Share ButtonsIs the author/developer still working on this pluggin?
Forum: Plugins
In reply to: [AddToAny Share Buttons] Share buttons now showing at some pagesAre this plugin’s developers still working on it or answering forum questions?
Forum: Plugins
In reply to: [AccessPress Social Share] Share buttons not showing at pagesI turned it back on.
Same here…