karlemilnikka
Forum Replies Created
-
What’s described in the video is probably just a symptom of an underlying problem. If I click on save after the initial setting (i.e. when All singulars has turned into Category), the sidebar disappears. To make the sidebar reappear, I have to delete the current setting and add All singulars again. I have to remember to do this every time I want to change something.
The issue persists after updating to the 1.1.6 version that was released today.
I have the exact same issue and we’re using Brainstorm Force’s own Astra Theme.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Different font weightsHi Brainstorm Force. I’m just checking in on how the finalization is going. When do you think the update will be ready?
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] FrontendLogin Javascript ErrorThanks @uncannyowl. If you (@lwatkins) want to get rid of the warning in the meanwhile, you can downgrade to version 3.3.1. You find all previous versions of the plugin by clicking on “Advanced view” on the plugin’s official WordPress page.
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] FrontendLogin Javascript ErrorI have the same issue and I’ve reported it to the Uncanny Owl team.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Different font weightsThanks for the reply. Do you have an ETA?
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Different font weightsHi. Do you have any news to share regarding support for font-weights?
I cannot understand why this simple issue hasn’t been fixed. Regardless, I solved it in the meanwhile by just replacing the translation. I wrote this little snippet. You can put it in your child-theme’s functions.php file and replace the translated string ($translated). You can add more case statements if needed to replace more strings. Keep in mind that you should not limit the translation to Wordfence’s text domain.
function opal_custom_translation( $translated, $original, $domain ) { switch ($original) { case '<strong>ERROR</strong>: The username or password you entered is incorrect. <a href="%2$s" title="Password Lost and Found">Lost your password</a>?': $translated = '<strong>Fel</strong>: Anv?ndarnamnet eller l?senordet du angav var fel. <a href="%2$s" title="L?senords?terst?llning">Gl?mt l?senordet</a>?'; break; } return $translated; } add_filter( 'gettext', 'opal_custom_translation', 10, 3 );
Does anyone have any idea of why this surprisingly simple issue hasn’t been fixed?
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] HTML tags rendered as textI can confirm that we have the same password reset issue as @garysteel. Password resets works fine with version 2.9.1.1.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] HTML tags rendered as textThanks for the explanation. I’ve reached out to Uncanny Owl and they replied that they will “look into whether we can fix support for WP HTML Mail in the next release”.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] HTML tags rendered as textOh. It seems like only Uncanny Owl Groups is affected. Woocommerce and Gravity Forms still work without any issues. I’ll see if I can find out why Uncanny Owl Groups suddenly stopped working after upgrading.
Forum: Plugins
In reply to: [WooCommerce] tk_ai cookie served all over the site without Jetpack installedThe WooCommerce team has now approved a change in class-wc-tracks-client.php that seems to solve the problem. I’ve already made the change on my site while waiting for WooCommerce 3.9.0.
https://github.com/woocommerce/woocommerce/pull/24798
https://github.com/woocommerce/woocommerce/pull/24798/files/e22a024473352facdff59394b2aa43e4951f8060