Skip to content

Laravel 8. Seeder class does not exist

This problem is not new, but I’ve looked and tried all the proposed solutions in other threads with no success. I’m working with Laravel 8 with Homestead, is a new installation on a Windows 10 machine,…

Editing form with jquery-confirm

I’m using jquery-confirm, and I need to capture the name of the element which i clicked to edit. jQuery and jQuery-confirm PHP SCRIPT Obs: Where It’s written “$ Name of the product”, should appear the name of each product that I click. Answer You can use this.$target to get a tag which…

WooCommerce successful order hook

I am trying to send an email on success order so I was using until now the woocommerce_thankyou hook which seems to work perfect. But I found out that it is triggerred even when a customer tries to …

How to add an icon in local task link ? (Drupal)

I would like to add an icon in the local task links in drupal. Im a newbie.. I have already tried several solutions like : $local_tasks[‘entity.user.canonical’][‘title’] = ‘ class=”icon-…

CSS border not showing when background-coloris added

I have written a code that works great for me. So I have a (half) border around my picture. like the picture below. But when I add a background-color the line dissapears. Now I want the oppiste colors but there for I need a background-color. So I did that but now the border isn’t showing anymore. So I w…