Shivanand Sharma
Shivanand Sharma
How do I get the launcher like in the screenshot? Do I need extra steps?
Just here to chime in and say that if you are using ModSecurity-nginx / ModSecurity (v3), there is a conflict and you'd see errors like this in nginx error log....
Tried on Arch, Ubuntu as well as building the docker image. Here's the docker output. ``` Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals,...
I think there's trememdous scope of using the Hybrid Core file `inc/functions-fonts.php` to register and make Google Fonts available _en-masse_. Will also need to get rid of the hardcoded font-weights...
There's no markup in the html for the selector: `#footer .copyright {}` May be remove redundant selector?
Hybrid Based does not seem to render articles with `hentry` class. The CSS selector should use `entry` instead of `hentry`.
Hybrid Base could use some classes like: `archive-header`, `archive-title`, `archive-decsription` and #menu- li:hover ul
The theme fails to display the header is the custom-header support is removed. I think this code should fix it. header.php: line 20 ```
Handling a site for a client with WooCommerce installed alongside Tutor Pro. The following error repeatedly occurs. `[07-Oct-2022 02:21:35 UTC] WordPress database error You have an error in your SQL...
## Bug Report Apparently EDD Software Licenses uses Payment Date instead of Payment Completion Date to generate license keys. ``` includes/classes/class-edd-software-licensing.php ... $license->create( $args['download_id'], $args['payment_id'], $price_id, $args['cart_index'], $options ); ```...