mrtvy.kenny
Forum Replies Created
-
@elviiso
I understand, however where does the Shop Manager role used in Woocommmerce stand then?
Because as i wrote – I have a user with Shop Manager role and I am unable to set it properly and if I set something “lower” – Editor for example, that user does not see the menu.
If i set it exactly – so Shop Manager – that user still does not see the menu & my Administrator does not see any galleries, which should be impossible I guess..
So on screen you can see what my Administrator sees with “Shop Manager” role set up for the Gallery creator.. So no galleries and possibility to create.
And the Shop Manager user does not have the menu at all..
https://imgur.com/a/H0pOK4Z
WordPress 6.7, all plugins are newest versions.Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] hamburger menu not closing on clickcaused by smooth scroll plugin
Please post link to previous version, I had to get it from the backup, but i’m sure not everyone is able to do this. ??
Forum: Plugins
In reply to: [Geo Mashup] openlayers js library not loaded@cyberhobo
there is one more entry at #110 of geo-mashup-ui-managers.phpthis applies to admin section.
Forum: Plugins
In reply to: [Geo Mashup] openlayers js library not loaded@charybdis hey, I hotfixed the plugin by using different version of the library which has not disappeared from the location, so:
in render-map.php i changed url at #209 to:
'https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/build/ol.js',
so now it loads newer openmaps library and seems to work, but still I would be glad seeing an official update. but this seems to work ok.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Youtube blockinghttps://www.jdeto.team/jsme/klub/zkousky/
videos are added through SiteOrigin PageBuilder 2.16.4, not sure if that is relevant..
The settings should be fine (usage of third party services + checked Youtube option)
thank you!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Woocommerce Shop Page BugHi, I had the same problem in previous versions and I confirm that it is fixed in the latest version (2.8.6).
however really, you must clear the Pods cache, which is in the Pods admin section.
Basically Woocommerce Categories dissapear from the system at upgrading 2.8.3 to 2.8.4 and forward.
Woocommerce 5.9.0 in my case.
2.8.3: https://www.dropbox.com/s/boky953kaj9s0jz/2.8.3.png?dl=0
2.8.4: https://www.dropbox.com/s/arrmsd8m71h64d0/2.8.4.png?dl=0I have found this error in error log (please note that the path is plugins folder+whole path again, this is not correct):
Warning: fopen(/www/doc/www.XXXXX.cz/www/wp-content/plugins//www/doc/www.XXXXX.cz/www/wp-content/plugins/pods/init.php): failed to open stream: No such file or directory in /www/doc/www.XXXXX.cz/www/wp-includes/functions.php on line 6461
- This reply was modified 2 years, 12 months ago by mrtvy.kenny.
I have exactly the same problem, have you found out any solution? Will try to investigate, but in the mean time..
Forum: Plugins
In reply to: [Facebook for WooCommerce] open_basedir problemthis is madness.
short and simple (and for the second time): the server hosting doesnt allow to access path ‘/includes/fbwpml.php’
you are demanding them to allow access in subfolder of the server root. this is not going to happen. the path in the code cannot start with a slash, as that is the server root..
you can check our server config here: https://uvirt110.active24.cz:84/info.php
Forum: Plugins
In reply to: [Facebook for WooCommerce] open_basedir problem@mouli @apmwebdev well shouldn’t be the path relative, not absolute? meaning ‘/includes/fbwpml.php’ is certainly not allowed, if you have user files located at ‘/www/doc/www.website.com’ shouldn’t you use something like __DIR__ in the code?
Forum: Plugins
In reply to: [Facebook for WooCommerce] open_basedir problem@lubosabo is it active24 hosting? it might me specific to hosting
however I don’t think that the absolute adresses in the plugin code are correct…
Forum: Plugins
In reply to: [Contact Form 7] Cookie nonce is invalidIm having the same problem. I have form on the page and this happens on page startup.
everything is set up correctly. im closing this, because i think it’s not specifically updraft problem.
ok, I made some more experiments and it is not a correct method of finding out what happens. there is memory spike when loading the product page and it’s not correct to say it’s caused by updraft. the plugin is just the last one which pushes it over the edge of memory exhaustion..
im not sure which plugin might be the problem though.. :/
- This reply was modified 3 years, 8 months ago by mrtvy.kenny.