Iamhere
Forum Replies Created
-
Forum: Plugins
In reply to: [Justified Gallery] Add a automatic slider?Hello @matczar
Thanks for your reply. In the end I incorporated Slick Slider. It was easy and fun. If you have a GIT let me know and I’ll see if I can add a contribution.
https://github.com/kenwheeler/slick/
https://kenwheeler.github.io/slick/
- This reply was modified 6 months, 2 weeks ago by Iamhere.
Forum: Plugins
In reply to: [Slick Slider] not working for me – is it still maintained?Edit: OK I got it working but not working correctly; images are not centred, arrow missing on the right, images not displaying at full size etc. I am not sure if this is due to the plugin being out of date. Is there a GIT we can contribute to ?
Thanks for your work ??
Forum: Plugins
In reply to: [WPS Hide Login] hidden urlThanks
I am not concerned about GDPR requests. I manage multiple companies and never had 1 request in 15 years…. ??
So as far as I’m concerned, the plugin sounds perfect.
Forum: Plugins
In reply to: [WPS Hide Login] hidden urlThanks MaximeWPS
So is the plugin all good with woocommerce otherwise?
I just want to hide wp-admin url. I want woocommerce users to login normally at the my-account page. Will it be good for that?
Forum: Plugins
In reply to: [WPS Hide Login] hidden urlHello
I too want to use this on a site with woocommerce. So – does it hide from users ?
It looks a nice plugin, please provide some answer. thank you in advance for your kind contribution to the community.
I found the answer in the policy help pages: https://aamportal.com/advanced/access-policy/resource-action/plugin#definition
The following hide it from user role Editor
{ "Version": "1.0.0", "Dependency": { "wordpress": ">=6.1.1", "advanced-access-manager": ">=6.9.8" }, "Statement": [ { "Effect": "deny", "Resource": [ "Role:Editor", "Plugin:advanced-access-manager" ], "Action": [ "WP:list", "WP:deactivate" ] } ] }
Could be a plugin conflict or some kind of corruption. If it were me, I would do one or all of the following (if you don’t know how to do these, you can google them, there are a lot of answers on e.g. stackoverflow
- Enable error reporting so that you can see what is going on:
- turn on error reporting / debug in wordpress config
- turn on error reporting on the server and look at error logs
- Disable all cache – deactivate all plugins and then reactivate one at a time to see when the issue begins.
- Remove and reinstall any plugin that’s causing an issue
Also – a side note…. 94 plugins is a lot. Are you sure you need all of those to achieve the functionality you need? Try to think lighter = faster and less issues…
Forum: Plugins
In reply to: [The Events Calendar] Latest Version Issues?I am also having issues – I’ve had to disable the plugin because it’s messing with my entire theme / all the pages display strangely and there’s a big caching issue….
I tried to downgrade to version 6.0001 but same issue.Forum: Plugins
In reply to: [Contact Form 7] Stripe payment field: allow user to specify amountOh – looks like I found the answer just after posting this….
here it is in case anyone finds it useful!
https://contactform7.com/2021/10/16/customizing-stripe-payment-parameters/
Oh never mind, I had loaded the plugin, but it needed a page refresh to show the integration tab…. All good
Forum: Plugins
In reply to: [Yoast SEO] Yoast breaks product page in woocommerce backendHi
I already mentioned that I changed themes and plugins. Nothing worked except disabling yoast. The plugin don’t work on php 8.0 for me.
When I use php switcher back to 7.4 everything is fine.
This seems to be the issue
An error of type E_ERROR was caused in line 105 of the file /home/mysite/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php. Error message: Uncaught TypeError: array_merge(): Argument 1 must be of type array, null given in /home/mysite/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php:105
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO catchForum: Plugins
In reply to: [Easy Notification Bar] Allow editor accessEdit – I fixed it now – so all good ??
https://github.com/wpexplorer/admin-panel-for-easy-notification-bar
I added background color and text color
I notice there does not appear to be a selector for the button background or text color – can that be added in the main plugin, then I can target it in the admin panel
Thank you!
Forum: Plugins
In reply to: [Easy Notification Bar] Allow editor accessThanks AJ
The supplementary plugin works great. It would be nice to give colour options, something like this could be used?
https://wordpress.stackexchange.com/a/304286/12651But how to apply
I forked the github. I’ve added the color picker… but how to get it to apply the color chosen to execute on front end?
https://github.com/wpexplorer/admin-panel-for-easy-notification-bar
No it’s not a public site unfortunately.
Any other suggestions?