luuptek
Forum Replies Created
-
This is not resolved. Following notice is valid with version 3.8.23
Notice: Function _load_textdomain_just_in_time was called?incorrectly. Translation loading for the?
ninja-forms
?domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the?init
?action or later. Please see?Debugging in WordPress?for more information. (This message was added in version 6.7.0.)Works now, thanks for the update!
Hi!,
It’s this base theme.
https://github.com/luuptek/luuptek-wp-starterHere’s the snippet that’s used for jquery to move to footer:
https://github.com/luuptek/luuptek-wp-starter/blob/master/library/hooks/assets.php#L80In this bug using
init
-hook causes, that it launches “too early” ==> causing the plugin files to load before wp-core files.Forum: Plugins
In reply to: [Embed Bokun] Bokun FreeClosing this.
Forum: Plugins
In reply to: [Embed Bokun] Bokun FreeSeems like you need nowaydays Bokun Pro to use the API.
https://helpdesk.bokun.io/en/articles/403901-using-bokun-s-api-and-web-services-proThank you for the heads up!
Forum: Plugins
In reply to: [Responsive video embed] Use a widget to inserted videoSorry for late reply, haven’t noticed it before.
There’s no plan for paid version as this is meant to be simple and light plugin.
Taking a look at your screenshot, you would need to modify your page template so that plugin shortcode (use
echo do_shortcode( '[shortcode here!!]' );
) would be used in the place of the image.Forum: Plugins
In reply to: [Responsive video embed] Use a widget to inserted videoHi,
That’s not a widget, that’s a meta data position.
This plugin is used to insert video to post content, not via meta data.
Forum: Plugins
In reply to: [Responsive video embed] Displaying related videosOK, will double check that
rel=0
…Forum: Plugins
In reply to: [Responsive video embed] Displaying related videosHi, Unfortanately there’s currently no simple way to restrict showing related videos. If Youtube brings back
rel=0
attributes, will take a second look then.