Jay Trees

Results 102 comments of Jay Trees

I have a 27" 4k display and unfortunately it is neither LoDPI nor HiDPI so Text is generally really small and unreadable for me. For now I have to physically...

I actually just found something that looks very promising: https://github.com/oscarotero/Embed

Can I see the task table markup in preview? It seems to default to the product table. ```css [data-ref="product_table-product.description-th"] { width: 34.5% } ``` I'll try changing it to ```css...

I've enabled the setting now but I can't notice a difference yet, the design customization still shows the product table markup ![image](https://user-images.githubusercontent.com/45571053/146168551-916c9ab5-24b2-49fa-b919-61a843f46703.png) Am I still missing something else?

The markup is different when I view it from the edit invoice screen. ![image](https://user-images.githubusercontent.com/45571053/146324334-31994241-0bad-4e5f-817c-5c3aeef0c9db.png) There are no classes or attributes I can add to the style in order to manipulate...

Hey @FantasticNachos, thanks for reporting this! To get an idea what's happening here could you please answer the following questions (if you don't know the answer, please let me know...

That's very peculiar. It's difficult to guess what's wrong when the system is not yielding any information at all. Can you find something in your Apache error logs perhaps? Or...

I'd also be interest what the Network tab in your browser's developer tools say. Does the installer return a HTTP 200 or is it rather a 404, 500, etc?

Ah interesting! The error seems to occur when the installer attempts to run this SQL command: ```sql CREATE TABLE `wishes` ( `id` INT NOT NULL PRIMARY KEY AUTO_INCREMENT, `wishlist` INT...

Hmmm... What charset/collation is your database using? Can you please try `utf8mb4`?