Artan
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Another vulnerabilityThanks!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Some translations gone after updateHi,
it resolved itself after some days. Don′t know exactly how but I think the translations got loaded again (updated).
Thanks and regards
Forum: Reviews
In reply to: [Easy Table of Contents] Too invasive and slows down homepage significantlyHi,
thanks for your reply. I hope you can fix this. This problem could perhaps be deep in you core functions and perhaps it takes a lot of effort for you. But we′ll wait and hope that fix will come.
We also found out that the functions are also running on our brands page from BeRocket. There also page load gets bad while your plugin is running and also the class is added to all hour headers.
Thanks for your understanding and your effort to improve your plugin. If this issues are resolved, we surely will update our review here!
Regards
Hi,
thanks, since version 5.1.0 the bulk printing has now page breaks. I tried to work around a bit to avoid page break when there′s only one page for example, because an empty page will be added after it at the moment. Also for the last page of bulk printing always an empty page is created.
There seem to be certain limitations when doing this via CSS.
I tried to add this to the last div of the receipt. But had no success:
div.order-colophon:last-child {
break-after: auto !important;
}On which element exactly are you setting the page break after? Do you think we can manage this? Because it seems multiple people, not only for this plugin but generally, have the same issue that the page-break CSS seems to create always an empty page.
Thanks and regards
Hi,
sorry just found you code snippet:
function example_serif_font_and_large_address() {
?>
<style>
#page {
font-size: 1em;
font-family: Georgia, serif;
}
.order-addresses address {
font-size: 2.5em;
line-height: 125%;
}
</style>
<?php
}
add_action( 'wcdn_head', 'example_serif_font_and_large_address', 20 );I managed it now.
Thanks!
Forum: Plugins
In reply to: [Easy Table of Contents] Disabling Sticky TOC for homepageHi,
thanks for the update. We were looking forward to it. We cleared all cache and tried again. But sadly the homepage is still slow and the class=”ez-toc-section” ist still added to every header tag.
Perhaps you can replicate this. Just deactivate the “normal” table of contents everywhere. Just activate the “sticky” one for posts. I think you will also see that the classes get added on homepage.
Still thanks for your work until now.
Regards
Thanks for the fast fix! …you′re most welcome!
Hi,
it was due to the Plugin “Germanized”. There you can activate the “double opt in” option for account creation. This was hiding the account options during checkout process.
So thank you, it was not caused by OceanWP.
Regards
Forum: Themes and Templates
In reply to: [OceanWP] Function of header is crawling in every anchor tagUpdate:
I just did a Backup where the “Ocean Sticky Header” had the version 2.1.0 and here the problem is definitely gone. So the problem is starting at version 2.1.1. Just to make clear there is no conflict on my site.
Please forward this to the developers fast. Everyone who has lot of anchors throughout the site is a bit in trouble now.
Thanks
Forum: Plugins
In reply to: [Easy Table of Contents] Disabling Sticky TOC for homepageVery cool! Thanks for your effort! ??
Forum: Plugins
In reply to: [WP Fastest Cache] Are pages cached in “lite version”Hi @emrevona,
the site is currently in the last stages of development and not public. If we can get in touch in private message (mail) I could send you subscriber login for viewing the site if it helps.
What do I need to do then? I would activate all caching options and you could test it on live site or would you need admin login?
Regards
Hi @kenlyle,
ok. Still thanks for your reply!
Hi @kenlyle,
what did your developer say? Is he willing to share the code for the fix on the WooCommerce pages? That would be great!
Regards
Hi,
if I set it from true to false
‘with_front’ => false,
I get the desired url strukture which not includes anymore my blog permalink structure. So I get
.de/brand/brand-name/
instead of
.de/latest/news-blog/brand/brand-name/
But the template doesn′t load at “.de/brand/brand-name/” and I get a 404 page. Can u explain why this plugin needs the permalink structure of the blog page. This seems so unnecessary.
In my settings I have set for blog permalink individual strukture which I need
“…/latest/news-blog/%category%/%postname%/”
So the plugin uses for displaying the archive page “/latest/news-blog/” and then after that the desired slug /brand/ which u can set in the settings.
Come on mate, would be good if we can get rid of the blog permalink strukture and show the archive page on desired url like .de/brand/brand-name.
I need the individuela permalink strukture. If I delete it the brand archive page is shown at .de/brand/brand-name/ but as I said I need the blog permalink strukture.
Would really appreciate a solution here!
Thanks
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Is this plugin GDPR compliant?But perhaps Really Simple CAPTCHA ist still better then nothing. Googles reCAPTCHA seems to store a lot of data that is not allowed in EU without consent. And if you would have to block it until the user “allows” it through cookie consent tool, then bots would still have free way, which is pretty stupid regulation here. Then it doesn′t really make sense to use it.
What I found is that reCAPTCHA could store data like:
- Page that integrates reCAPTCHA
- Referrer URL (page from which the user comes)
- IP address of the user
- Device settings (language, browser, location)
- Length of stay
- Mouse movements and keyboard strokes
- Screen and window resolution
- Time zone and Installation of browser plugins
There are some articles here in Germany which say it is a “grey zone” of using it and if someone wants to piss you off, that person could start legal action if no cookie consent option is given, so this makes the solution either useless as it gets blocked till consent is given or you have it all the time activated and someone could start legal action because no consent was given.
So I prefer your less “safe” option. Perhaps you will keep this updated with your own CAPTCHA. I would be thankful.
Thank you and keep up your good work! ??