I am developing my first website on my local PC under XAMPP. I have a few .jpg files I need to upload to the site, but they are slightly larger than 2 MB. So, I need to increase this limit. After reading the Drupal article "Increase upload size in your php.ini", I am a bit confused and have the following questions:
To shows caegories, I added lots of categories in the category menuy area under Structure--menu. However, every time I want to rearrange these categories into sub and sub-categories, it throws me out displaying no change at all where all the categories are simply stacked one after the other
So I have a content type which is also an Ubercart product.
On my home development site I have made exactly the same content type and have used a TWIG template to layout the variables as I want them with some other divisions I require on the page.
On my production page (on public server) is behaving differently.
The 'label' variable does show though the shirt images do not though they do if I just use the standard node twig file. So the new node layout with the heading appears though no pictures or the add to cart button or attributes selections.