The title says everything.
You can edit it, you can put delevoping markers into it – you can even delete it.
Nothing changes in the frontend when you call a single portfolio item.
I dont know what you think – but i think that this file is not used to create the single view of a portfolio item.
Question: Which file creates the single view of an portfolio item?
PS: even the loop-portfolio-single.php can be edited beyond any recognition whithout any visible results
Hey kaMai!
The single-portfolio.php file gets called if the portfolio item isn’t using the advanced layout editor. Since the advanced layout editor uses a different page template it renders the content separately.
With using the regular visual editor or text tab then the WordPress templating structure should call single-portfolio.php when on a single portfolio page.
Best regards,
Devin
and is it topsecret what file generates the view of a portfolio item IF the advanced laypot builder is used??
Or what reasons do you have to make it so darn complicate for a customer to find through your theme???
The file named “template-builder.php” is used to output advanced layout editor files.
Thanx.
a wish for the future (x-mas is coming soon):
Just as simple and clear answers as this!
“The file named “template-builder.php” is used to output advanced layout editor files. ”
Not true!!
Hey!
It is true. Try to delete everything on template-builder.php then create a page using the Advance Layout Editor. You’ll get a blank page. You can also find template builder element on config-templatebuilder > avia-shortcodes folder.
Best regards,
Ismael
If it was true all frontend-elemts which have been created with avia layout bilder would throw a blank page if i delete / rename template-builder.php.
I tried and nothing happens.
Hi!
The template-builder.php file is used if a fullwidth element (like “Color Section”, LayerSlider, “Fullwidth Masonry Gallery”) is used in the advanced layout. Otherwise WordPress will use the default single-portfolio.php template.
Cheers!
Peter