taadike
Forum Replies Created
-
Thanks for your reply.
Yes, the hacker/bot seems to be set up so that it automatically changes its IP address every few minutes, so I’m not planning to block any IPs permanently.I was looking for a way to block the IPs that access this url (/wp-admin) directly, but not when the referral url is from the same domain.
Seems like the bot is accessing the login page directly without visiting any other page beforehand. Normal visitors would not ever do that.This would be a nice new rule to block bots but I suppose there is no way to do that?
Never mind, my mistake. I had the function duplicated.
Hello,
A gentle reminder about this topic.
I’ve spent days trying to figure this out. I found the correct file but nothing happens when I make edits to “Personal Info” text: includes/checkout/template.php
In fact, even if I remove the whole function edd_user_info_fields(), it does not have any effect. I’ve tried to clear cache an purge server but seems like nothing still happens, no matter how I edit that function.
Forum: Plugins
In reply to: [EDD Auto Register] Bug: It does not send registration emailYes, I’m using the latest version.
Ok I think I got it to work now, just discovered the email from spam folder.Just a couple more questions. Sometimes it also sent “Verify your account” email to the newly created user. But I’m not getting that email anymore. Can you tell when that verification email is sent and when it is not?
The email content was saying “Your account needs to be verified before you can access your purchase history. Click here to verify your account.”Why am I not getting that verification email anymore and how can I turn it on?
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] remove last name fieldGreat, thanks.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Link caption and make all thumbnails same sizeCool, thanks.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Link caption and make all thumbnails same sizeBy the way, I just found another bug. When using the gallery_format=”editor_block”, then somewhy the images are always loaded in full resolution (just scaled down), even though I am using the parameter image_size=”thumbnail”.
How to make it load only thumbnails or medium sized images? There is no point in loading full sized images.
Thanks.Forum: Plugins
In reply to: [Related Posts by Taxonomy] Link caption and make all thumbnails same sizeHello,
Thanks for your reply.
The normal editor gallery block with the same images doesn’t have the same output. All images are the same size when not using the gallery_format=”editor_block”. Also tried on different themes. Somewhy the Editor Block gallery format makes all rows of images different height. For example, if there are ten images, three images per row, then the first row of images are the biggest (in height), second row are a little shorter in height and third row are the smallest, and the fourth row (10th image) is one big image – full width and full height, covering the entire content area width.
Can they all be same size while still using the gallery_format=”editor_block”?Edit:
Never mind, I just learned that the Block Gallery is meant to behave like that.
But still one question remains. How to make the captions also hyperlinks? People might click on the captions thinking it is a link as it is overlaid on the image.- This reply was modified 6 years, 11 months ago by taadike.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Delete cacheHey, never mind about this, I have resolved this now 🙂
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Delete cacheSeems like this works only for admins. If a visitor clicks the button then cache is not deleted.
I also found this function and even though I removed this line it still didn’t work for average visitors:
// if (current_user_can( apply_filters(‘alm_custom_user_role’,public static function alm_delete_full_cache(){ // if (current_user_can( apply_filters('alm_custom_user_role', 'edit_theme_options') )){ $path = ALMCache::alm_get_cache_path(); foreach (new DirectoryIterator($path) as $directory) { if ($directory->isDot()) continue; if ($directory->isDir()){ $path_to_directory = $path . $directory; self::alm_cache_rmdir($path_to_directory); } } // Hook dispatched after cache has been deleted do_action('alm_cache_deleted'); return __('Cache deleted successfully', 'ajax-load-more-cache'); // } wp_die(); }Any ideas how to make it work for average visitors?
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Delete cacheThis worked, thanks a lot.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Delete cacheGreat, thank you.
Forum: Plugins
In reply to: [FeedWordPress] thumbnailsThis topic can be deleted. Already found the answer.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Merge tagsThanks for your reply. I have considered these but you are right – more duplicate terms will arise in future and I would not want to restrict taxonomies. I guess its best to hire a developer for this.
Thanks anyway.Forum: Plugins
In reply to: [Related Posts by Taxonomy] Merge tagsThere are quite a few more tags, perhaps a dozen.
Users on my site are constantly publishing new posts with tags either “Trump” or “Donald Trump” for example. I’d like these tags to be considered one and the same by your Related Posts plugin.