Marko Radulovic
Forum Replies Created
-
Forum: Plugins
In reply to: [Agy verification] Cannot Save SettingsHi @envisiondesign,
Thank you for using Agy Verification.
Sometimes, depending on the server, the setting may take some time to save.
Let us know if you have any further issues.
Thanks.Forum: Plugins
In reply to: [Agy verification] localization troublesHi Miki,
Thank you very much for using our plugin and making an effort to translate it.
We will check everything and make the necessary adjustment in the next update.
If you have any questions in the meantime, please let us know.
MarkoForum: Plugins
In reply to: [Agy verification] Not reponsive on smaller screensHey Maggie,
Thank you for using our plugin.
You can quickly fix that problem if you increase the z-index to 9999. Please check this screenshot: https://prnt.sc/VVjt5NGNkFjN
Thank you.
Forum: Plugins
In reply to: [Agy verification] I want to display it each timeWe have not heard anything on this for a while, so I will mark this topic as solved.
You can always reach us if you need any further assistance.
Thank you.
Forum: Plugins
In reply to: [Agy verification] message displayed again when returning to previous pageHey there,
I see that you have fixed it on your end.
I just checked your website, and everything appears fine. Please check the short video: https://www.loom.com/share/5ac57e7e85de497f9182a0e5b8d0de15
If this appears again, please check if your Debug mode is enabled. If so, disable it.
Or you can always reach us.
Thank you for using our plugin.
Forum: Plugins
In reply to: [Agy verification] I want to display it each timeHello,
Thank you for contacting us and sorry for our late reply.
If you activate Debug mode in the General, it will show up on every page.
If you don’t see that changes, please clear your cache and cookies.
Also, you can check if you have any conflicts with another plugin.
Let me know if you have any further issues.
Thanks
Forum: Reviews
In reply to: [Agy verification] Awesome plugin!Thanks!
Forum: Fixing WordPress
In reply to: Changing size background on Single Product PageHello @hoodierob
You can add this CSS:
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th { background: #000; color: #fff!important; }
See the screenshot: https://prnt.sc/11t6bv9
Forum: Everything else WordPress
In reply to: Out of nowhere extra top bar – How to remove it?You can simply add this CSS snippet and the grey part will disappear.
header.page-header.hidden-page-header { display: none; }
Forum: Plugins
In reply to: [Agy verification] Set a popup without limitationHello,
Yes! You can simply turn on Debug mode and the popup will be displayed all of the time.
Forum: Reviews
In reply to: [Agy verification] SmoothThank you for your support.
Forum: Reviews
In reply to: [Agy verification] NiceThank you for using our plugin.
Forum: Reviews
In reply to: [Agy verification] Good but lacking 1 important featureHello and thank you for your feedback.
We are working on that feature and as well on a couple of others. Hopefully, it will be released on the next update.
Currently, you can restrict verification via slugs.
Forum: Reviews
In reply to: [Agy verification] Keep goingThank you for the support.
Forum: Developing with WordPress
In reply to: Best practice with plugin development and composerIn order to avoid that, I came here with a question about how to fix this, not to tell me something which I already know and not related to my question.
Besides that, I’ve just handled this issue. I made a mistake while I’ve installed Composer. I’ve put the environment in
dev
instead ofstable
. Now it is something about 3mb.