Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Im quite new to drupal and currently I have been trying to develop a new ecommerce theme using/costomizing a existing free commerce theme for learning purposes. So i have come acroos a requirement which i need help from the forum.
the requirement is this!!
the current theme has tabs as shown in the picture 01
I'm trying to create nodes of a specific content type using Drupal REST API. I'm using jQuery FullCalendar and a custom form, and sending my informations via jQuery Ajax method.
I have enabled the correct permissions via REST UI module and users permissions to allow anonymous users to POST on this content type. No matter what the method ($.ajax, $.post, vanilla xmlHTTPRequest...) I always get a 403 (forbidden) error.
I've been following along with a couple of the online resources for theming in Drupal 8, and I've gotten as far as making a .info.yml and a .libraries.yml file. I've got the CSS working just fine on the test page I'm working with, but for some reason, none of the Javascript is getting onto the page. As far as I can tell, I've done everything I'm supposed to for it, and I haven't been able to find any online resources that help. Any ideas where I might have gone wrong?