Warning: require({MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/../symfony/deprecation-contracts/function.php): Failed to open stream: No such file or directory in {MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/autoload_real.php on line 55
Fatal error: Uncaught Error: Failed opening required '{MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/../symfony/deprecation-contracts/function.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') in {MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/autoload_real.php:55 Stack trace: #0 {MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/autoload_real.php(38): composerRequire85cde9c9654f74dda0efb9fd30164263('6e3fae29631ef28...', '{MY-WEBSITE-SERVER-ROOT}/...') #1 {MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/autoload.php(12): ComposerAutoloaderInit85cde9c9654f74dda0efb9fd30164263::getLoader() #2 {MY-WEBSITE}/wp-content/plugins/wp-inci/wp-inci.php(43): require_once('{MY-WEBSITE-SERVER-ROOT}/...') #3 {MY-WEBSITE}/wp-admin/includes/plugin.php(2314): include_once('{MY-WEBSITE-SERVER-ROOT}/...') #4 {MY-WEBSITE}/wp-admin/plugins.php(192): plugin_sandbox_scrape('wp-inci/wp-inci...') #5 {main} thrown in {MY-WEBSITE}/wp-content/plugins/wp-inci/vendor/composer/autoload_real.php on line 55
By the way I can translate the plugin in French if you want.
Thanks
I recently installed EasyAccordion and successfully created a page with it. But before I can publish it, I’d like to know, why opening a new item does not focus on the very item?
My accordion contents are quite long and when I click to open the next one, the focus remains on the page position and due to the closing prior item most of the content disappears towards the top, so that you have to scroll up to the beginning. See https://lederfuesse.de/accordion-test-page/
Strangely enough, when I change the browser tab or window and then go back to the accordion page, it suddenly focuses on the recently opened item.
I get the same behaviour both in Chrome and Firefox browsers.
I expect it to focus immediately after opening. Any idea?
Thanks in advance!
Forbi
The site had worked flawlessly in both desktop and mobile with a bunch of selected plugins for a few different reasons. We didn’t add more plugins than the ones we needed. Still, here is what started to happen a few months ago:
First, she noticed when using her own admin login, we could only open the dashboard. While logged in, we couldn’t open the front-end. But if we logged off, ok then, we could open the site as a user. By disabling every plugin and enabling them one by one, I found the culprit – by disabling Elementor (free) it was enough for us to see the site while logged in.
This wasn’t enough, tough. Altough with my admin credentials everything was ok, it was not ok with hers. The problem persisted. Same thing: can open the site logged out, when logged in, can only open the dashboard. But only with her user this time. So I logged in with her account and confirmed it was happening. Disabled plugins, enabled one by one, and found another one: WP Optimize. Disabling this plugin was enough. She now could open the site while logged in.
Ok, almost there. When opening the site as a user, in mobile browser, it would not load. It was having the error 500. I tested with my login and with her login as well, and both accounts were able to check the dashboard, in our mobile phones. However, when going to the front-end, again, error 500. Logged out, opened the home page, still error 500. Tested with every plugin disabled, and it worked. So I started to enable the plugins again one by one and got the (apparently) culprit: WP Statistics. Now I was able to open the site as a user (no login) or with our login. Both work.
Does anyone knows of something in the background, or server-related, affecting 3 plugins with the same symptoms? I have a few other websites with the same plugins combination and they work great.
I feel there is something else besides this…
Any tips would be greatly appreciated.
And feel free to move my thread elsewhere, as I didn’t know the best place to post this.
I am wondering if it is possible to control the speed at which the accordion opens and closes?
]]>For that purpose, I should be able to call a photoswipe opening function in frontend.min.js, to open the lightbox.
I did not find other way (except maybe sending click event to element in question, I did not go with this), than to modify your javascript code by exposing openPhotoSwipe function:
line 196:
window.openPhotoSwipe = function(element_index, group_index, element, fromURL, returnToUrl) {
However, this change will break with next update of your plugin, so I tried to dequeue that script enqueued in your plugin, and then enqueue my version in functions.php, but I am losing plugin buttons functionality.
Therefore, currently the best option is probably to send click event.
Is there a better way to do this? Would you consider to expose simple API so it can be called from Javascript?
]]>I start with WordPress and discover your preloader which is awesome.
I already managed to integrate my image for the loader and also a background-image .
my background-image is a theater curtain image, and I was wondering if it was possible to add an animation to the preloader so that when loading, the background image makes an animation of opening curtains?
I can do it without the preloader but I would really like to be able to do it with it, is it possible?
Thanks for your help !
Have a nice day