Beda
@bedas on WordPress.org, @Beda on Slack
- Member Since: February 11th, 2016
- Location: Hoi An
- Website: tukutoi.com
- GitHub: smileBeda
- Job Title: Developer
- Employer: TukuToi
Bio
Interests
Contributions Sponsored
Contribution History
Beda’s badges:- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
-
Created a topic, WooCommerce does not validate existence of Email address when checking out, on the site WordPress.org Forums:
When purchasing a product in a WC Shop, no matter if a… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
While I really don’t think I understand what you’re complaining about, nor what your goals… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
Meh, forget that. The have_posts() obviously you want to use for the "if have no… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
The „if“ would basically just avoid the „while“, if there are no posts It’s probably… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
You cannot save PHP in the WordPress post editor, if that is what you mean.… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
WordPress blocks are used to create contents of posts/pages, or widgets, or since FSE, also… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
I do not fully understand what you mean. Can you elaborate? Maybe with a sample… -
Posted a reply to Youtube embed showing space and no video, on the site WordPress.org Forums:
It's hardcoded in the style attribute of that Div, not sure why/where this is done.… -
Posted a reply to Cannot publish home page, on the site WordPress.org Forums:
Have you made sure in the Reading settings (wp-admin/options-reading.php) the "Your homepage displays" setting is… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
I can see you use WordPress on your main domain, but you do not seem… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
... your code clearly jumps the loop and outputs just one post. See if (… -
Posted a reply to Redirect to current author archive, on the site WordPress.org Forums:
It is not the best idea to redirect using a ShortCode. It would be better… -
Posted a reply to removing all things Google Map (api) to meet GDPR-Compliance, on the site WordPress.org Forums:
WordPress does not load any of this, so I would suggest you talk to the… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
I am not sure you can find a plug-in that allows clean up passing wildcards… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
If there is a pattern in the name of those duplicates, you might be able… -
Posted a reply to Huge hierarchical taxonomy works slow, on the site WordPress.org Forums:
It might be difficult finding a plugin that allows to customize the Archives. I know… -
Posted a reply to connect to Canada trademark database, on the site WordPress.org Forums:
You cannot search another website data from within your own website, unless you add code… -
Posted a reply to Category and Dates of Posts, on the site WordPress.org Forums:
You can alter the ordering of posts in archives using pre_get_posts hook, an example can… -
Posted a reply to old blog posts are not showing up, on the site WordPress.org Forums:
Possibly, what you are looking for is pagination. On your website, scroll down and see… -
Posted a reply to Huge hierarchical taxonomy works slow, on the site WordPress.org Forums:
You could write your own query and use 'include_children' => false Something like shown on… -
Posted a reply to Which plugin to offer discount code via email?, on the site WordPress.org Forums:
If the website is not made with WordPress, you cannot run a WordPress Plugin on… -
Posted a reply to curl 28, on the site WordPress.org Forums:
Likely your server or a plugin blocks outgoing requests. Please check https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/ carefully, as they… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
You have to delete the images from the Media Library to fully remove them, because… -
Posted a reply to Page cache not deducted, on the site WordPress.org Forums:
I am sorry but your link https://easyupload.io/e8b00k asks to download something, which I will not… -
Posted a reply to Youtube embed showing space and no video, on the site WordPress.org Forums:
There's a JS error in the console when visiting that page, related exactly the video… -
Posted a reply to Unexpected Fatal Error … polyfill-php80/bootstrap.php on line 29, on the site WordPress.org Forums:
Check https://wordpress.org/support/topic/cron-error-15/ Probably (specially if you’re on a shared host) you’ll have to ask your… -
Posted a reply to No Favicon when in admin backend, on the site WordPress.org Forums:
Have you made sure that both the WordPress Address (URL) and Site Address (URL) in… -
Posted a reply to Widget showing every filters on the sidebar, on the site WordPress.org Forums:
I don't think this is a WordPress native widget? Thus, depending on what plugin you… -
Posted a reply to Any news regarding how to enable Gutenberg Block Editor on taxonomy term pages?, on the site WordPress.org Forums:
Taxonomy Descriptions do not accept HTML natively, so using Blocks in them is very inadequate.… -
Posted a reply to No Author for some posts, on the site WordPress.org Forums:
I have had this problem repeatedly in different flavours over the past year, every time… -
Posted a reply to unsolicited WordPress logins added unwanted stuff and removed parts of Home Page, on the site WordPress.org Forums:
WordPress itself as a program does not and cannot perform logins on its own, add… -
Posted a reply to WordPress Login for specific account refreshes with no error with correct pas, on the site WordPress.org Forums:
This sounds like a JS conflict (there are a few that are caused on some… -
Posted a reply to Unexpected Fatal Error … polyfill-php80/bootstrap.php on line 29, on the site WordPress.org Forums:
I think it is this same issue: https://wordpress.org/support/topic/php-parse-error-syntax-error-unexpected-expecting-variable-t_variable/ Are you sure it is using PHP… -
Posted a reply to No Favicon when in admin backend, on the site WordPress.org Forums:
Maybe it is just cache? Favicons are very hard-cached. You could try to fully empty… -
Posted a reply to Can’t find my company site online, on the site WordPress.org Forums:
@ceomerarys1, as mentioned earlier, your Server seemed not online, cannot be reached. However, I just… -
Posted a reply to Comments on a website with maintenance mode on, on the site WordPress.org Forums:
You can post directly to WordPress without visiting the website at all, by sending $_POST… -
Posted a reply to Can’t find my company site online, on the site WordPress.org Forums:
Your server is down. It seems to be stored with Amazon so I would ask… -
Posted a reply to before_delete_post does not pass deleted Post ID or object, on the site WordPress.org Forums:
Yeah, I definitely need to bring back my IDE to work with xdebug. It has… -
Closed issue #525 on the WordPress/Documentation-Issue-Tracker repository:
Empty "Dashboard Widget Example" section -
Posted a reply to before_delete_post does not pass deleted Post ID or object, on the site WordPress.org Forums:
Well, I do seem to have tomatoes on my eyes once again. print_r without second… -
Created a topic, before_delete_post does not pass deleted Post ID or object, on the site WordPress.org Forums:
I might be too dumb, so I wanted to ask someone to put… -
Closed issue #525 on the WordPress/Documentation-Issue-Tracker repository:
Empty "Dashboard Widget Example" section -
Created a topic, GitHub Repo Tag not latest?, on the site WordPress.org Forums:
Hey - _cool_ plugin. I noticed the changelog here in … -
Translated 7 strings on translate.wordpress.org.
-
Posted a reply to Completely bypass Akismet, on the site WordPress.org Forums:
Hi there @stephdau - thanks for the reply. Wouldn't it be a good idea to… -
Created a topic, Completely bypass Akismet, on the site WordPress.org Forums:
On a particular project we need to completely bypass A… -
Created issue #525 in the WordPress/Documentation-Issue-Tracker repository:
Empty "Dashboard Widget Example" section -
Created issue #135 in the WordPress/wordpress-importer repository:
WP Version required bump seems unnecessary -
Posted a reply to webP is not loaded, on the site WordPress.org Forums:
never mind... Had to "purge all" cache, and the webPs where loading. Sorry the nag! -
Created a topic, webP is not loaded, on the site WordPress.org Forums:
Hi, I have sent the report, it includes the Website UR…
Developer
-
TukuToi Contact Form
Active Installs: Less than 10
-
TukuToi Hierarchical Posts Tree View
Active Installs: Less than 10
-
TukuToi Maintenance
Active Installs: Less than 10
-
TukuToi Send Email If
Active Installs: Less than 10
Deutsch (German) Plugins Translation Editor - #de_DE
-
TukuToi Maintenance
Active Installs: Less than 10
-
TukuToi Send Email If
Active Installs: Less than 10
-
TukuToi Hierarchical Posts Tree View
Active Installs: Less than 10