Activity Feed

  • 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…

    Read more

    • And those investors may or may not be on board with the fight against WPE.. we haven’t seen any indicators there.

    • Profile photo of Caius

      Caius posted an update a day ago

      a day ago

      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…

      Read more

      Mitchell
      0 Comments
    • Profile photo of Mitchell

      Mitchell posted an update a day ago

      a day ago (edited)

      Very beautiful Elementor locomotive scrolling effect and watermelon explosion interactive animation, I like it

      Love
      Carter, Octavius and 4 others
      6 Comments
      View more comments
    • Profile photo of david

      david posted an update 2 days ago

      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?

      Banner and Caius
      1 Comment
    • 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.😳

      Orville
      0 Comments
    • I have activated the sticky header feature, but it doesn’t seem to work as expected. When I scroll, nothing happens.

      Pritchett
      0 Comments
    • Profile photo of tyrwdd

      tyrwdd posted an update 5 days ago

      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.)?

    • 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?

      Sterling
      1 Comment
      • 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