Morten Ellegaard Larsen
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Files Upload for WooCommerce] WooCommerce 4.0I need this too! Please test and apply changes for compability requirements.
I would be a really big help, if you took some time to work on some kind of error reporting system. Now I can just sit and wait for it to end importing – or not. And still having no idea where to start my troubleshooting.
Forum: Plugins
In reply to: [Multisite Plugin Manager] Support for WP 5.2.4Would it be possible to get it tested for the latest release? I start getting all kind of warnings now and it’s really annoying, when the plugin works perfectly fine.
Took me awhile to wrap my head around, but as always the answer came to me just as I asked the question. Or at least one way to do it:
// Getting same sidekategori of current page add_action( 'elementor/query/pages_same_cpt_cat_filter', function( $query ) { //get ID of current page $id = get_queried_object_id(); // get current taxonomy $tax = get_the_terms( $id, 'sidekategori'); $tax_query = array( array( 'taxonomy' => 'sidekategori', 'field' => 'slug', 'terms' => $tax[0]->slug, ), ); $query->set( 'tax_query', $tax_query ); } );
- This reply was modified 4 years, 11 months ago by Morten Ellegaard Larsen.
When I allowed the plugin to share data with freemius – it worked. And I was not able to get past that notice WITHOUT accepting. This is not good!
Same problem, using none of the plugins mentioned above.
Did you manage to find a solution to this?
Forum: Plugins
In reply to: [WooCommerce] date and time issue in order page back-endOg s? kan I for ?vrigt selv komme med forslag til nye/?ndringer p? https://translate.www.ads-software.com/projects/wp-plugins/woocommerce/dev/da/default
Er der behov for godkendelse, s? virker det altid med et ping…Forum: Plugins
In reply to: [WooCommerce] date and time issue in order page back-endBugger, my bad! ??
Jeg retter det med det samme! ??
Just a quick note:
Sorry, you cannot see your tickets without being logged in.<br><a class="ns-btn ns-btn-default ns-btn-sm" href="%1s" title="Site Login"><span class="ns-icon-lock"></span> Login</a> or <a class="ns-btn ns-btn-default ns-btn-sm" href="%2s" title="Site Registration"><span class="ns-icon-lock"></span> Create an account</a>
A string like this is very hard to translate. If the programmer can remove all HTML and instead insert them with variables, it is so much easier to handle and the translations will be much more consistent.
Check out: https://codex.www.ads-software.com/I18n_for_WordPress_Developers
Hi, I’m reviewing the translation, and I have to point out a few things – not in regards to the plugin, but to the translations.
You have to make translations, that will work for everyone, not just for your own use. So you can not use company names anywhere other than the developer.
And you have to make sure, that you use correct Danish grammar as well as translate content. The most common errors is writing nouns in two words, where they should be combined into one word in Danish; and when doing punctuation always have a single space AFTER the sign, never before.Not following these rulkes will result in a rejected translation and even more time waiting for approval.
Read the Translator’s Handbook and follow the guidelines. They are there for a reason – and based on much experience!
https://make.www.ads-software.com/polyglots/handbook/And keep up the good work, we all profit from it! ??
Forum: Plugins
In reply to: [Regenerate Thumbnails] Regenerate causes duplicatesThe plugin doesn’t delete any images, only create the missing formats.
So you will have to delete the redundant ones yourself.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] features in price tables widget in page builderForum: Plugins
In reply to: [Page Builder by SiteOrigin] features in price tables widget in page builderHi Misplon
thx for getting back to us.
No updates, that’s always the first thing I check! ??
But I’ll see if I can spot any JS errors.
I’ll be back with more info.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] features in price tables widget in page builderI have the same problem, no solution yet.
I’m discussing it with SiteOrigin and you can follow it here: https://siteorigin.com/thread/huge-problem-wtih-price-table-widget/#comment-73113Forum: Plugins
In reply to: [Code Snippets] V. 2.0.1 Won't save new snippetYes, it’s working again! Thank you. ??