Silvana Borges
Forum Replies Created
-
Forum: Reviews
In reply to: [Easy Watermark] Excellent PluginsYou don’t need a plugin to disable the right click buttom and copy. Just add this to the footer scripts of your website:
<!-- NO RIGHT CLICK--> <script type="text/javascript"> jQuery(document).ready(function () { //Disable cut copy paste jQuery('body').bind('cut copy paste', function (e) { e.preventDefault(); }); //Disable mouse right click jQuery("body").on("contextmenu",function(e){ return false; }); }); </script>I think the plugin interface is perfect already, they just need to keep it up to date, nothing else 😉
Forum: Reviews
In reply to: [Relevanssi - A Better Search] Quite better searchYeah, you’re right, partial words will find some simple plurals, although it will also bring, so to speak, less relevant results. But I’ll give it a try.
I apologize for the only 2 stars review before. I realize handling search in wordpress is a lot more complicated than it seems and I don’t doubt Relevanssi is the best solution, despite all the complexity involved in wordpress search
Thank you for the thoughtful answer
- This reply was modified 3 years, 3 months ago by Silvana Borges.
Hi, thanks. And yes, it’s impossible because the plugin was removed some time ago. What I mean is I can still filter all content by writing the urls, just like the plugin would do. I’ll keep researching how to remove these links.
By the way, this plugin is great, it’s just that I don’t need to filter the content anymore.Forum: Plugins
In reply to: [Melhor Envio] Opção Azul CargoVou acompanhar. Também tenho interesse em oferecer a opção Azul Cargo
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Invalid request errorThank you so much for the prompt reply. Both the plugin and support of yours are great. Many thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Featured Video] video in the product galleryAnd how about at the end of images? Is there any file I can edit do place the video as the last item in the image gallery? Maybe set priority in the php somewhere?
The plugin is great anyways, it’s just that I wouldn’t like it to replace the featured image either.Parece que o problema foi resolvido quando substituí este plugin pelo novo PayPal Brasil para WooCommerce. A ver.