skoen
Forum Replies Created
-
Forum: Plugins
In reply to: [Kirki Customizer Framework] Deprecated CodeI actually contacted support for one of the themes using this as a framework and was asked to downgrade PHP version.
I was talking about the translation of this plugin, not translating the page. Read my post again.
This plugin is available for translation using the translation portal here on www.remarpro.com, and as the screenshot is showing, the Norwegian translation of Stable is 100% complete, yet it’s not shipped with the latest version of the plugin.
- This reply was modified 4 months, 2 weeks ago by skoen.
I thought it would be disabled for the whole site if you didn’t check anything.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Version 1.6.18 buggedI second this. Had to roll back to previous version myself. There might be a small typo in the code somewhere.
Forum: Plugins
In reply to: [Classic Editor] Posts won’t loadI am not able to replicate this issue. Have tested it on several websites, and posts seems to load just fine.
Can you try opening the Inspect window in the browser and see if you see any errors in the console? It will definitely help to identify the cause of the issue.
Forum: Plugins
In reply to: [Pay with Vipps and MobilePay for WooCommerce] Breaks site after updatePerfect. Thank you for the quick update. Marking this as solved.
Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] jQuery.fn.size() is deprecated in WP 5.5Perfect. I’m marking this as solved.
Forum: Plugins
In reply to: [Classic Editor] 5.5 Classic Editor Text View / Add Media Not WorkingWhen installing that migrate helper plugin I am also getting the same error message on a website using a custom theme.
But what is weird is that the classic editor works with the older version of WordPress.Forum: Plugins
In reply to: [Conditional Menus] Feature request: Based on urlVery cool if it would be possible.
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Auto-hide older eventsAwesome. Thank you.
Forum: Fixing WordPress
In reply to: Visual Editor is blank following 4.2 updateI’ve tried it in Firefox 37.0.2, which is the latest one, and have no issues with the editor.
Forum: Fixing WordPress
In reply to: Visual Editor is blank following 4.2 updateI’ve gotten reports that this issue happens only on Chrome version 42, while in Firefox it works without issues. This might be a browser related issue.
Forum: Plugins
In reply to: [Manual Related Posts] BUG: Scheduled posts visible before publish timeI did manually go in and modified this string in backend-ajax.inc.php to also not show future posts.
$posts = $wpdb->get_results( "SELECT ID, post_title, post_status, post_date, post_type FROM $wpdb->posts WHERE post_type IN ($what) AND post_status NOT IN ( 'revision', 'trash', 'future' ) AND ($search) ORDER BY post_date_gmt DESC LIMIT 50" );
But that makes it impossible to select the scheduled posts.
Forum: Plugins
In reply to: [Kush Micro News] Feature request: Load more belowThank you very much for updating this script. It seemed simple enough this feature request. Marking this topic as solved ??
Forum: Plugins
In reply to: [Kush Micro News] Feature request: Load more belowI would be a nice addition to the script to have that option to dynamically increase the height of the div for the micro news each time we click the “Load more” button to show x more underneath the current news. This is actually a feature many other news sites are using for those type of news posts.
So I would definitely appreciate you updating the script to also make it say that it support WP 4.1, which it seems to be doing just fine.