Everything works phyne if i use normal editor – the page behaves well and a page of a product is being created nice and fine. But If i switch to ALB – i also can create a page of a product. Exept ONE IMPORTANT THING – THE NAME OF A PRODUCT – – disappears. Default WooCommerce Single Product Page – always has it. What should i edit and How – to make the title back in EVERY product page?
Hey,
When using Advanced Layout Builder to create your products and posts, you would need to add such elements manually. For title, you can simply use Special Heading element :)
Best regards,
Yigit
Yes, Yigit, thanks. At the end of the day i realised the same – that i can manually set each post header to “display only title”. But i’m still wondering how the default woo single product is being constructed – from which php.file. Because i’m sure that the solving of my first problem must be simple. But i don’t insist, just don’t want that yours “you should hire a php specialist” ) Thx anyway guys.
Hi,
But i’m still wondering how the default woo single product is being constructed
The layout is created by the plugin’s template files and the theme uses filters and hooks to add its own configuration to the default product template. If you switch to the advance layout builder, it’s going to use the template-builder.php file which is basically a blank template for shortcodes.
Best regards,
Ismael