pforce
Forum Replies Created
-
Answer from Next Gallery
Sorry for the trouble, Checking the error generated, the plugin Imagify is causing the issue on your end. As you can check from the error message here */wp-content/plugins/imagify/*, it denotes the plugin Imagify is causing the issue. If the URL was */wp-content/plugins/nextgen-gallery/ *it would be on our side. I suggest contacting the plugin support team and providing the details of the issue. The team should help you to fix it on your end.
https://ww.wp.xz.cn/support/topic/nextgen-uncaught-error-class-c_gallery_storage/#post-18215082Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi,
I used your link to reproduce
same
https://ibb.co/JFH6hn9Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi
I inspected with FF > https://ibb.co/xXMWfzLsame
Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi,
yes all wp plug ins are now deactivated, except really simple sslif I check through chrome > untersuchen > Netzwerk > XHR
here is a link of the error screenshot jpg > https://ibb.co/zfYsQDP
Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi,
yes, I even disabled the plug in, in general
do I have to opt out this priorForum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi,
thank you for assisting me further onI deactivated everything
except really simple ssl and your plug inStill persists ??
Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi;
Deactivated almost everything
still persists now with
following outputRetinaImagePath.check_2x_variant @ retina.js?ver=1.3.0:139 RetinaImage @ retina.js?ver=1.3.0:148 context.onload @ retina.js?ver=1.3.0:54 load (async) Retina.init @ retina.js?ver=1.3.0:49 (anonym) @ retina.js?ver=1.3.0:180 (anonym) @ retina.js?ver=1.3.0:182Forum: Plugins
In reply to: [Autoptimize] 404 XHR ErrorHi,
thank you so much for the superfast reply, but these measures didn’t solve the problem unfortunately
I added
/jquery/jquery.js, js/jquery/jquery.min.js, themes/djpaolo/panel/components/retinajs/dist/retina.js
and deactivated Async JavascriptAny other hints,
maybe ?Thank you
🤝🏻👍🏻😎
@polywogg Hey thx for the additional hint. You were right. your 1st recommendation for the NGG was already good and helped in one way.. Secondly it was the outdated J Query of my current theme. The word press own J Query plug in worked but only for mobile view. So I tested all other J Query plug ins and ended up to find my solution with this one: https://ww.wp.xz.cn/plugins/jquery-manager/
The migrate settings did the trick for me.
Thx again for your support- This reply was modified 5 years, 4 months ago by pforce.
Hi Paul,
thx for the hint, I deactivated it on both folders, but unfortunately it didn’t solved the problem.Hi @jerparx
Thx for the help:Go to SEO > Search Appearance > General and change what your site represents from “Person” to “Organization”.
did the trick, thank you very much
additionally, after I deleted it showed:
Notice: the_widget was called incorrectly. Widgets must be registered using register_widget() before they can be displayed. More information: Debugging in WordPress (this message was added in version 4.9.0.) in /home/www/niocara.com/wp-includes/functions.php on line 4773
german original msg:
Notice: the_widget wurde fehlerhaft aufgerufen. Widgets müssen unter Verwendung von register_widget() registriert werden, bevor sie angezeigt werden können. Weitere Informationen: Debugging in WordPress (engl.) (Diese Meldung wurde in Version 4.9.0 hinzugefügt.) in /home/www/niocara.com/wp-includes/functions.php on line 4773Hi mihai-imagely, (@mihaiimagely)
i did what you recommended in both ways, once directly and then again via download, both installations went through, but no change .
Therefore I went via FTP to /package.module.widget.php
and here is the command line 147 that causes the error:147
$params = array(‘slug’ => ‘widget-‘ . $args[‘widget_id’], ‘source’ => $source, ‘display_type’ => NGG_BASIC_THUMBNAILS, ‘images_per_page’ => $instance[‘items’], ‘maximum_entity_count’ => $instance[‘items’], ‘template’ => $template, ‘image_type’ => $instance[‘show’] == ‘original’ ? ‘full’ : ‘thumb’, ‘show_all_in_lightbox’ => FALSE, ‘show_slideshow_link’ => FALSE, ‘show_thumbnail_link’ => FALSE, ‘use_imagebrowser_effect’ => FALSE, ‘disable_pagination’ => TRUE, ‘image_width’ => $instance[‘width’], ‘image_height’ => $instance[‘height’], ‘ngg_triggers_display’ => ‘never’, ‘widget_setting_title’ => $title, ‘widget_setting_before_widget’ => $before_widget, ‘widget_setting_before_title’ => $before_title, ‘widget_setting_after_widget’ => $after_widget, ‘widget_setting_after_title’ => $after_title, ‘widget_setting_width’ => $instance[‘width’], ‘widget_setting_height’ => $instance[‘height’], ‘widget_setting_show_setting’ => $instance[‘show’], ‘widget_setting_widget_id’ => $widget_id);