tanasi
Forum Replies Created
-
Εχω το ?διο πρ?βλημα. Μ?λιστα μου το βγ?ζει ?ταν κ?ποιο? επιλ?γει αντικαταβολ?, δλδ ?σχετο gateway (Smart COD) το οπο?ο δεν θα ?πρεπε να επηρε?ζεται. Εκανα revert back σε 2.0.7 και ?λα καλα.
Εμφαν?στηκε επ?ση? και το logo τη? Πειραι?? που ?ταν broken.
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Favicon Missing when plugin activeI have the same issue, in more that 2-3 sites that I checked.
When the maintenance screen is enabled i get that favicon.ico is missing and there is an error 503.
If i disable the maintenance then it’s ok.
I tried also to switch to a default theme and add a favicon to that. But it didn’t work
Yes, exactly.
Is there any high level estimation of when this will be ready (if any..)
Hi,
is your plugin compatible with this Skroutz Specification?
https://developer.skroutz.gr/el/feedspec/#xml–size-variations-1
They asked me to implement the above. So, do you support this?
Forum: Plugins
In reply to: [View Admin As] Use plugin on a custom role but limit on shopmanagerHi Jory,
this seems to work great now!!
Yes I did as you said before (correct names, php at the beginning etc) but something was missing I guess.
Keep up the good work.. Your plugin is amazing ??
Forum: Plugins
In reply to: [View Admin As] Use plugin on a custom role but limit on shopmanagerThe code is:
add_filter( 'editable_roles', function( $roles ) { $user = wp_get_current_user(); // Define your logic to enable/disable role edits for the current user. // For example: if ( in_array( 'seller', $user->roles ) ) { $roles = [ 'subscriber', 'editor' ]; // Only allow viewing subscriber and editor. } return $roles; } );
Forum: Plugins
In reply to: [View Admin As] Use plugin on a custom role but limit on shopmanagerHmm I tried your suggestion but I can’t make it work.
I have tried both in plain plugin and in mu-plugin as you suggested.
In that plugin I have added the code you provided and also added another code to show a text in the footer so that I know that my plugin is active and working.
The seller role can still switch to shopmanager role.
I have also tried to recreate that in a clean environment with only woocommerce and VAA and still the seller can switch.
Any ideas?
(I can provide creds if you like to check it)
Forum: Plugins
In reply to: [View Admin As] Use plugin on a custom role but limit on shopmanagerHi,
thanks for the detailed reply.
I tried your example but I don’t get to make it work.
I have deactivated all plugins, activated the base theme, put the code to the functions.php, but the seller role still can see and switch as shop manager.
I have tried also to set the seller role as level_0 and the put the shopmanager as level_5 and use the respective code from the link https://developer.www.ads-software.com/reference/hooks/editable_roles/
but no luck.
Any ideas on what else I can try?We had redis cache and I think that this might be the issue.
I have deactivated and seems to work ok until now
It broke again. ??
We didn’t change anything on the feed. It just broke.
We did this trick and it worked:
Selected to preview the feed. Run. Then deselected the preview and run again.
Now it works. But I don’t know for how long.
So, I may have found what is the issue. Redis Cache. Deactivated it and it runs again.
Maybe Related:
https://www.ads-software.com/support/topic/skroutz-feed-is-empty-2/
https://www.ads-software.com/support/topic/product-feed-pro-vs-object-cache/
Hi,
I still have issues with this. I have removed all the custom code from the theme and tried that but with no luck.
One thing I noticed: When I run the feed manually it works. If I leave it and it is executed by the cron then it fails. Any ideas?
A hint just in case it helps:
I have more than one Skroutz feeds. The first one which is broken now is used for Skroutz and Best price. This has been modified lately in terms of filters, fields etc. This is empty. No matter what I try.I have a second Skroutz feed which is an old feed. This is used for another purpose, it is active, and it IS WORKING.
If I clone the working skroutz feed (the second one) and run it, it works. I change nothing and run it again it breaks, and it is empty. No matter how many times you run it, it will not come back again. No other change, just hit the run button. Nothing, it breaks.
This seems to me like a bug or something that the old feed (which was created with older plugin version) has but it is not there on the new one.
Can you check this?
Hi,
any news with this?
We have been disabled from skroutz for a long time. If this can’t be fixed then it’s better to know that.