wuteng
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] New Mini Cart block editsThanks for clarification.
Forum: Plugins
In reply to: [WooCommerce] New Mini Cart block editsOnce again, I’m not asking for code or way to make a custom mini cart. I know how to do this – that’s my job. What I’m asking is if the template override that was available for woocommerce is still available somehow for the new mini cart block. As the mini-cart template override works only for the old mini cart widget, not the block.
Forum: Plugins
In reply to: [WooCommerce] New Mini Cart block edits<span style=”color: rgb(50, 55, 60); font-family: "Open Sans", sans-serif; font-size: 14.4px; white-space: normal; background-color: rgb(251, 251, 251);”>is there a way to add anything to the new dynamic Mini Cart block widget? I can see that it’s made with typescript so probably no option to override it with templates anymore?</span>
opThat’s basically the only thign I want to know. I am aware I can make custom code, that why I stated it. I wanted to use it the same way it was possible with old widget – with template override. Asking if it is possible or not, as the new block widget looks kinda useless in such case.
Forum: Plugins
In reply to: [WooCommerce] New Mini Cart block editsI would doubt that removing an option that existed is a ‘custom coding’ thing. This was possible before blocks were added, and the blocks added do not include such possibility as Woocommerce had. It was nice to be able to change nearly anything with the use of themes and template overrides, now it requires creating a custom minicart that is exactly the smae as the block, just allows you to add additional things to it.
Thanks for such quick help. This plugin is awesome! And the beta version works fine! ??
Hello,
thank’s for reply. The discount is added but it is not correct. The discount is the same for all the variations despite it is set to % value. I.e. 10% from 70 is 7, but from 50 its 5, not 7. So when I select the variation the price for discounts does not update.Can I therefore ask for a feature? as I can see it would be just one field to override the $logout_url variable.
For now I guess I will just stay with a standard redirect in htaccess if so, thanks for fast reply!
Marking as resolved in this case.
Forum: Plugins
In reply to: [WP Course Manager] Error Message when ActivatingI would rather say that the eventON plugin has the exact same function name as this plugin, therefor it interfers with it.
Two possible ways of solving it:
1. Remove the eventON plugin (or change it to some other plugin).
2. IF you know how, then change the function that interfers with this plugin.Forum: Plugins
In reply to: [Fetch Tweets] Timestamp errorA ok ?? thank you very much ??
Forum: Plugins
In reply to: [Fetch Tweets] Timestamp errorSorry for bothering, it was just a simple calculaton error;
IF anyone would have problems with this kind of bug go to plugin folder/templates/plain
and change the following (line 144):
<?php echo human_time_diff( $aTweet['created_at'], current_time('timestamp') - $sGMTOffset ) . ' ' . __( 'ago', 'fetch-tweets' ); ?>
into:
<?php $date = date_create($aTweet['created_at']); echo human_time_diff( /*$aTweet['created_at']*/date_format($date, 'U'), current_time('timestamp') - $sGMTOffset ) . ' ' . __( 'ago', 'fetch-tweets' ); ?>
And that will solve it. (I have commented out the previous variable just “in case” ?? )Forum: Plugins
In reply to: [Enhanced Media Library] Error 404somethin different not related with this, just “categorized” attachments into posts and then used get_attachment….() to get all those attachments from “categories”, pointing to attachment page. If anyone need that code let me know
Forum: Plugins
In reply to: [Enhanced Media Library] Error 404nope, just did my feature some other way i thought out. Didn’t had time to wait ??
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Display type: Text inputis it possible for other fields? i have custtom non taxonomies to search with text input and i NEED it here.
EDIT:
nevermind, found solution here: https://wpquestions.com/question/showChrono/id/9244 (if it’s somehow against the rules, remove this link ?? )Forum: Plugins
In reply to: [Email Before Download] Plugin Sending two emailsSame problem here, do you have any solution for this? Temporary you can remove the from/to/title fields in contact form 7, and change the Error message to “File sent” on contact form. But still this is a temporary hack ?? Please let me know if you found the problem with it.
Forum: Plugins
In reply to: [Polylang] Galleries with default imagesboth work. Confirmed ??
Once again, thanks ??