-
Carter posted an update 13 hours ago
So what’s next with Matt and his toys?
So, with Matt loosing this first skirmish in the WPE fight, I have to wonder what Matt and his investor overlords will do long term here. If they can’t chase out other VC/PE money from the WordPress hosting business, what’s next?
Do they change the WordPress business model away from open source?
Do they…
Scott-
And those investors may or may not be on board with the fight against WPE.. we haven’t seen any indicators there.
-
-
I need my WordPress plugin to only activate if specific plugins, such as WooCommerce, are already active. Additionally, I want to display a custom admin notice in the plugin row if the required plugin is not active.
I tried using the
plugin_row_meta
hook, but it only works when the plugin is already activated. It doesn’t handle admin notices… -
Very beautiful Elementor locomotive scrolling effect and watermelon explosion interactive animation, I like it
View more comments-
-
- View more comments
-
-
david posted an update 2 days ago
How can I set up continuous deployment for a WordPress website, including the use of specific scripting languages, to ensure seamless updates, version control, and automated deployment processes?
-
Orville posted an update 3 days ago
When I edit any page element in the WPBakery page editor, the element of the popup window is set to blank and there is nothing in it.
Cleared browser cache and tried accessing the backend in Privacy/No Trace mode.
Switching to the default WordPress theme (e.g. Twenty Twenty-Three) for testing revealed that the problem persists.😳
-
Eamon McCullough posted an update 4 days ago
I have activated the sticky header feature, but it doesn’t seem to work as expected. When I scroll, nothing happens.
-
tyrwdd posted an update 5 days ago
How can I customize the “Product data” meta box in WooCommerce to display only the “Variable Product” option, hiding the other product types (Simple Product, Grouped Product, etc.)?
-
Thaddeus posted an update 6 days ago
I’ve created a single-page website with anchor links. When I click on the ‘Contact’ menu item, it smoothly scrolls down to the ‘Contact’ section. I want to disable the smooth scrolling effect and have the page directly jump to the ‘Contact’ section without any scrolling animation. How can I achieve this?
-
You can disable the smooth scrolling behavior using the following JavaScript code:
window.addEventListener(‘load’, () => {
// Disable smooth scrolling once the page has fully loaded
document.documentElement.style.scrollBehavior = ‘auto’;
});
-
- Load More