Tag: Wordpress
-
Matt vs WP Engine: Open-source ethics versus commercial enterprise
Matt Mullenweg’s frustration with WP Engine seems to stem from two key issues: WP Engine’s monetization practices and its contribution to the WordPress community. His criticisms are centered on the fact that WP Engine, while profiting heavily from the WordPress ecosystem, allegedly doesn’t support or contribute enough to its open-source foundation. This is important because…
-
Formidable: Adding Dynamic Link to Parent Values in a View with Child (Repeater) as the Source.
There are instances that you need to add a dynamic link to a Formidable Form view when your data source is the child table, instead of the parent table. Here’s a javascript snippet that will do the magic. function load_jquery() { wp_enqueue_script(“jquery”); } add_action(‘wp_enqueue_scripts’, ‘load_jquery’); function custom_href_shortcode_fix() { ?>
-
WordPress 6.4 first impressions!
WordPress 6.4 was released today and here are my first impressions. It’s cool and it’s fast and I love the modern Twenty Twenty four theme! Other features include the following. User Experience Improvements: WordPress tends to focus on refining the user experience with each update. My first impressions might include appreciation for a more streamlined…
-
Divi Blog Grid breaks when Minify JavaScript Files is enabled
If you’ve noticed that your Divi blog grid breaks after you enable JS minifaction using any plugin, then you just need to exclude the custom.js from /themes/Divi/js/custom.js to be minified. This will fix the issue. I haven’t checked what’s in this Javascript file yet that doesn’t want to be minified, but that fixes the problem…
-
Better late than never! Just upgraded to WP 5.7!
Yep, I do manual updates and I recently updated this WP blog to the latest version, which is 5.7. On a user’s perspective, nothing seems to be new as I’m using the classic editor. I hate the Gutenberg editor and they have a new one now, it seems like Gutenberg, but an improved one. Automattic…
-
WordPress Theme with Dark Mode using the 2021 Theme!
WP default themes keep on getting better and better. Now with the default Twenty Twenty-One theme, you have an option to support dark mode. Then you can toggle it on and off using the button on the lower part of your screen. BryanVeloso.com is now using the latest default theme for 2021. It’s a one…
-
JetPack is getting smarter and smarter
Recently today, I upgraded my PHP version to 7.4.4. After a few minutes, I received an e-mail that my website is offline. It says that “Your Site is Experiencing a Technical Issue”. But good thing, I have JetPack. Gone are the days when your WordPress website is down or just blank white, and you don’t…
-
The extremely annoying WordPress 4.8 and its Visual Editor in Text Widgets
Yes, it’s extremely annoying. It should be optional in the first place. Let’s wait for the WP guys to fix this issue once and for all. I hope WP 4.9 will make it optional, or just completely remove it. This. Is. So. Annoying.!!! For the meanwhile, you can use this plugin: https://wordpress.org/plugins/add-paragraphs-option-to-text-widget/ Or just wait…